html { 
    overflow-x: hidden;
}
#myModalSearch .modal-header {
	background: #714f38;
}

#myModalSearch .modal-header .close {
	opacity: 1;
	color: #fff;
}

#myModalSearch .chir_frm form {
	width: calc(100% - 100px);
}

#myModalSearch .chir_frm form input[type=text] {
	width: 100%;
}



.top-search {position: relative;}
.top-search .chir_frm {
	position: absolute;
	min-width: 300px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	z-index: -1;
	opacity: 0;
	top: 115%;
	transition: all .4s;
}
.top-search .chir_frm input[name="q"] {width: 100%;}
.top-search .top-search--wrap.open-search + .chir_frm {
	z-index: 1;
	opacity: 1;
	box-shadow: 0 0 10px 3px rgba(113, 79, 56, 0.3);
}

.footer-social-networks {margin-top: 10px;}

.footer-social-networks a {
	border: 1px solid #725039;
	background-color: #FFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin-right: 1rem;
}
.footer-social-networks a:hover {
	/*background-color: #725039;*/
}
.footer-social-networks svg {
	fill: #725039;
	height: 1.25rem;
}
.footer-social-networks a:hover svg, 
.footer-social-networks a:hover path.st1, .footer-social-networks a:hover path.st2 {
	/*fill: #FFF;*/
}


.ins_home_formcontact .ins_home_formcontact__wrap {
	padding: 3% 10%;
	@media(max-width: 767px) {
		padding: 0;
		border: 1px solid #725039;
		margin-top: 15px;
	}
}

.ins_home_formcontact .ins_home_formcontact__wrap .ins_home_formcontact__head {
	background: #725039;
	color: #fff;
	padding: 15px;
}

.ins_home_formcontact .ins_home_formcontact__wrap .ins_home_formcontact__head h2 {
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 15px;
}

.ins_home_formcontact .ins_home_formcontact__wrap .ins_home_formcontact__bg {
	width: 100%;
	@media(max-width: 767px) {
		display: none;
	}
}

.ins_home_formcontact .ins_home_formcontact__wrap .ins_home_formcontact__form {
	padding: 15px;
}

.ins_home_formcontact .ins_home_formcontact__wrap .ins_home_formcontact__form form {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ins_home_formcontact .ins_home_formcontact__wrap .ins_home_formcontact__form form .form-group {
	display: flex;
	width: 100%;
}

.ins_home_formcontact .ins_home_formcontact__wrap .ins_home_formcontact__form form .form-group label {
	min-width: 120px;
	color: #725039;
}

.ins_home_formcontact .ins_home_formcontact__wrap .ins_home_formcontact__form form .form-group input, .ins_home_formcontact .ins_home_formcontact__wrap .ins_home_formcontact__form form .form-group textarea {
	border-color: #725039;
}

.ins_home_formcontact .ins_home_formcontact__wrap .ins_home_formcontact__form form .btn {margin-left: 120px;}


.ins_home_partner .ins_home_partner__wrap {
	padding: 30px 0;
	@media(max-width: 767px) {
		padding: 30px 0;
	}
}

.ins_home_partner .ins_home_partner__wrap .ins_home_partner__title {
	/*margin-bottom: 5%;*/
  margin-bottom: 60px;
	text-align: center;
}

.ins_home_partner .ins_home_partner__wrap .ins_home_partner__title h2 {
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	display: inline-block;
	@media(max-width: 767px) {
		font-size: 16px;
	}
}

.ins_home_partner .ins_home_partner__wrap .ins_home_partner__title h2:before {
	position: absolute;
	right: calc(100% + 15px);
	top: 60%;
	transform: translateY(-50%);
	content: '';
	width: 7rem;
	height: 3px;
	    background: #714f38;
    background: linear-gradient(90deg, rgb(255 255 255 / 72%) 20%, #714f38 80%);
	@media(max-width: 767px) {
		width: 50px;
	}
}

.ins_home_partner .ins_home_partner__wrap .ins_home_partner__title h2:after {
	position: absolute;
	left: calc(100% + 15px);
	top: 60%;
	transform: translateY(-50%);
	content: '';
	width: 7rem;
	height: 3px;
	    background: #714f38;
    background: linear-gradient(270deg, rgb(255 255 255 / 72%) 20%, #714f38 80%);
	@media(max-width: 767px) {
		width: 50px;
	}
}


.ins_home_partner .ins_home_partner__wrap .row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media(max-width: 767px) {
	.ins_home_partner .ins_home_partner__wrap .col-xs-2 {padding:0 5px;}
}

.ins_home_achievements {
	background-size: cover;
	background-position: center;
	color: #fff;
}

.ins_home_achievements .ins_home_achievements__wrap {
	padding: 5% 0;
}

.ins_home_achievements .ins_home_achievements__wrap .ins_home_achievements__des {
	text-align: center;
	font-size: 18px;
	width: 45%;
	margin: 15px auto 30px auto;
	@media(max-width: 767px) {
		font-size: 14px;
		width: 100%;
	}
}

.ins_home_achievements .ins_home_achievements__wrap .ins_home_achievements__item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	@media(max-width: 767px) {
		margin-bottom: 15px;
	}
}


.ins_home_achievements .ins_home_achievements__wrap .ins_home_achievements__itemlogo {
	width: 10vw;
	height: 10vw;
	background: #fff;
	padding: 15px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	@media(max-width: 767px) {
		width: 25vw;
		height: 25vw;
	}
}

.ins_home_achievements .ins_home_achievements__wrap .ins_home_achievements__itemlogo img {
	width: 85%;
}

.ins_home_achievements .ins_home_achievements__wrap .ins_home_achievements__item h4 {
	color: #fff;
	font-weight: 700;
	font-size: 2.5rem;
	margin-top: 15px;
	@media(max-width: 767px) {
		font-size: 1.5rem;
	}
}

.ins_home_achievements .ins_home_achievements__wrap .ins_home_achievements__item p {
	font-size: 1.25rem;
	@media(max-width: 767px) {
		font-size: 12px;
	}
}

.ins_home_achievements .ins_home_achievements__wrap h2 {
	color: #fff;
	font-weight: 700;
	text-align: center;
	font-size: 3rem;
	@media(max-width: 767px) {
		font-size: 1.5rem;
	}
}

.ins_home_highlight {
	margin: 30px 0;
}

.ins_home_highlight .ins_home_highlight__wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.ins_home_highlight h2 {
	margin-top: .5rem;
	font-size: 2rem;
	font-weight: 700;
	border-bottom: 2px solid;
	padding: 0 2.5rem 1rem 2.5rem;
	@media(max-width: 767px) {
		font-size: 16px;
		padding: 0 1rem 1rem 1rem;
	}
}

.ins_home_highlight .ins_home_highlight__logo {
	width: 36px;
	height: 36px;
	position: relative;
}

.ins_home_highlight .ins_home_highlight__logo:before {
	position: absolute;
	right: calc(100% + 15px);
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 150px;
	height: 2px;
	background: #714f38;
	background: linear-gradient(90deg, rgb(255 255 255 / 72%) 20%, #714f38 80%);
	@media(max-width: 767px) {
		width: 50px;
	}
}

.ins_home_highlight .ins_home_highlight__logo:after {
	position: absolute;
	left: calc(100% + 15px);
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 150px;
	height: 2px;
	background: #714f38;
	background: linear-gradient(270deg, rgb(255 255 255 / 72%) 20%, #714f38 80%);
	@media(max-width: 767px) {
		width: 50px;
	}
}

/*.ins_home_highlight.s3 .ins_home_highlight__logo:before, .ins_home_highlight.s3 .ins_home_highlight__logo:after  {width: 22.5rem;}*/

.ins_home_highlight .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}

.ins_home_highlight .ins_home_highlight__des {
	color: #714f38;
	font-size: 18px;
	text-align: center;
	@media(max-width: 767px) {
		font-size: 14px;
	}
}

.ins_home_highlight .btn {
	background: #714F38;
	color: #fff;
	padding: 8px 18px;
	border-radius: 5px;
	margin-bottom: 20px;
	transition: all .5s;
}

.ins_home_highlight .btn:hover {transform: scale(1.2);}

.ins_home_highlight .ins_home_highlight__banner {
	width: 100%;
}


.ins_home_probanner .ins_home_probanner__wrap {
	padding: 5% 0;
}

.ins_home_probanner .ins_home_probanner__wrap > h2 {
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	margin-bottom: 40px;
	@media(max-width: 767px) {font-size: 16px;margin-bottom: 20px;}
}

.ins_home_probanner .ins_home_probanner__wrap .ins_home_probanner__item {
	background: #dbd5d0;
	padding: 20px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	@media(max-width: 767px) {margin-bottom: 15px;}
}

.ins_home_probanner .ins_home_probanner__wrap .ins_home_probanner__item h4 {
	font-weight: 700;
	font-size: 1.5rem;
	@media(max-width: 767px) {font-size: 1rem;}
}

.ins_home_probanner .ins_home_probanner__wrap .ins_home_probanner__item img {
	margin: 15px 0;
	border-radius: 8px;
	transition: all .4s;
}

.ins_home_probanner .ins_home_probanner__wrap .ins_home_probanner__item img:hover {
	outline: 6px solid #714F38;
}

.ins_home_probanner .ins_home_probanner__wrap .ins_home_probanner__item .btn {
	background: #714F38;
	color: #fff;
	padding: 8px 18px;
	border-radius: 5px;
	transition: all .5s;
}

.ins_home_probanner .ins_home_probanner__wrap .ins_home_probanner__item .btn:hover {transform: scale(1.2);}

@media(min-width: 992px) {
	.newfooter .btc {margin-top: 50px;}
	.ins_home_probanner .ins_home_probanner__wrap .col-xs-6 {margin-bottom: 15px;}
}

@media(max-width: 767px) {
	
	.ins_home_probanner .ins_home_probanner__wrap .col-xs-6 {margin-bottom: 15px;}
}

/*-----------------------------------------------------------
# Call to Action
-----------------------------------------------------------*/

.tool {
    position: fixed;
    z-index: 50;
    right: 0;
    top: calc(50% - 150px);
    color: #1A1A1A;
    width: 64px;

  transform: scale(.7);
    right: -10px;

}
.tool > button {
	padding: 0;
	border-radius: 0;
	outline: none !important;
}
.tool .item-title {color: #fff}
.tool .btn[aria-expanded="false"] .icon-close,
.tool .btn[aria-expanded="true"] .icon-open {
    display: none;
}
.tool .btn[aria-expanded="true"] .icon-close {
    display: block;
}
.tool .tool-list {
    background-color: #ffffff;
    width: 64px;
    height: 64px;
    font-size: 20px;
    color: #1a1a1a;
    cursor: pointer;
    border: 1px solid #ccc;
}

.tool-list-contain .tool-list-item {
    min-width: 3rem;
    display: table;
    margin-right: auto;
    font-size: 1rem;
    box-shadow: inset 0px 0px 1px 1px rgb(192 192 192 / 30%);
    transition: all 0.5s ease 0s;
}
.tool-list-contain .tool-list-item.menu-list-items {min-width: 15rem;}
.tool-list-contain .tool-list-item .item-contain {
   height: 64px;
   padding-right: 16px;
}
.tool-list-contain .tool-list-item .item {
    cursor: pointer;
}
.tool-list-contain .tool-list-item:hover,
.tool-list-contain .tool-list-item.active {
    transform: translatex(calc(48px - 100%));
}
.tool-list-item ul.sub-menu {
    background: #fff;
    list-style: none;
    position: absolute;
    width: 100%;
    top: 140%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
    z-index: 1029;
}
.tool-list-item ul.sub-menu > li {
    padding: 5px 5px 5px 10px;
}
.tool-list-item ul.sub-menu > li + li {
    border-top: 1px solid #f0f0f0;
}
.tool-list-item ul.sub-menu > li > a {
    font-size: 1rem;
}
.tool-list-item.menu-list-items ul.sub-menu > li > a {font-size: 1rem;}
.tool-list-contain .tool-list-item.active ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease 0s;
    top: 100%;
}

/*--------------------
# Mobile tool
---------------------*/

.tool-footer .list-items-menu.active ul.sub-menu{
    top: auto;
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 100%;
    transform: translatey(calc(-48px - 100%));
}
@media (max-width: 767.98px) {
	.chir_top_barimg {margin-bottom: 15px;} 
    .tool-footer .title-item-mobile {
        font-size: 0.65em;
    }
}

.tool-footer {
	padding-bottom: 0;
	transition: 0.3s ease-in-out 0s;
}

.tool-footer .tool-list-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding: 10px 0;
}

.tool-footer .title-item-mobile {color: #fff;margin-top: 7px;}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

.d-inline-block {
	display: inline-block!important
}

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: -ms-flexbox!important;
	display: flex!important
}

.d-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important
}

@media (min-width: 576px) {
	.d-sm-none {
		display:none!important
	}

	.d-sm-inline {
		display: inline!important
	}

	.d-sm-inline-block {
		display: inline-block!important
	}

	.d-sm-block {
		display: block!important
	}

	.d-sm-table {
		display: table!important
	}

	.d-sm-table-row {
		display: table-row!important
	}

	.d-sm-table-cell {
		display: table-cell!important
	}

	.d-sm-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}

	.d-sm-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display:none!important
	}

	.d-md-inline {
		display: inline!important
	}

	.d-md-inline-block {
		display: inline-block!important
	}

	.d-md-block {
		display: block!important
	}

	.d-md-table {
		display: table!important
	}

	.d-md-table-row {
		display: table-row!important
	}

	.d-md-table-cell {
		display: table-cell!important
	}

	.d-md-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}

	.d-md-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width: 992px) {
	#chir_search_head .chir_frm {display: none;}
	#ins_Mainmenu .nav-navbar {
		display: flex;
		justify-content: flex-end;
		/*margin: 0 -15px;*/
		margin: 0px -3.8vw;
		gap: 2.1vw;
	}
	.navar_menu ul li  {
		/*min-width: 9.1vw;*/
	}
	.navar_menu > ul >  li > a {text-align: center;}
	.d-lg-none {
		display:none!important
	}

	.d-lg-inline {
		display: inline!important
	}

	.d-lg-inline-block {
		display: inline-block!important
	}

	.d-lg-block {
		display: block!important
	}

	.d-lg-table {
		display: table!important
	}

	.d-lg-table-row {
		display: table-row!important
	}

	.d-lg-table-cell {
		display: table-cell!important
	}

	.d-lg-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}

	.d-lg-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display:none!important
	}

	.d-xl-inline {
		display: inline!important
	}

	.d-xl-inline-block {
		display: inline-block!important
	}

	.d-xl-block {
		display: block!important
	}

	.d-xl-table {
		display: table!important
	}

	.d-xl-table-row {
		display: table-row!important
	}

	.d-xl-table-cell {
		display: table-cell!important
	}

	.d-xl-flex {
		display: -ms-flexbox!important;
		display: flex!important
	}

	.d-xl-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important
	}
}

.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

svg {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.svg {
	height: 0.875rem !important;
}
.svg-6 {
	height: 1rem !important;
}
.svg-5 {
	height: 1.25rem !important;
}
.svg-4 {
	height: 1.5rem !important;
}
.svg-3 {
	height: 1.75rem !important;
}
.svg-2 {
	height: 2rem !important;
}
.svg-1 {
	height: 4rem !important;
}
.svg-body {
	fill: #000;
}
a:hover .svg-body {
	fill: #be8844;
}
.svg-primary {
	fill: #be8844;
}
.svg-white {
	fill: #FFF;
}
.svg-muted {
	fill: #888;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

/*
filter: alpha(opacity=60); 
-khtml-opacity: 0.6;      
-moz-opacity: 0.6;       
opacity: 0.6;          

transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);

transition: all 0.6s ease-in-out 0s;
-moz-transition: all 0.6s ease-in-out 0s;
-o-transition: all 0.6s ease-in-out 0s;
-webkit-transition: all 0.6s ease-in-out 0s;
-ms-transition: all 0.6s ease-in-out 0s;
*/

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('//file.hstatic.net/1000041748/file/glyphicons-halflings-regular.eot');
	src: url('//file.hstatic.net/1000041748/file/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('//file.hstatic.net/1000041748/file/glyphicons-halflings-regular.woff') format('woff'), url('//file.hstatic.net/1000041748/file/glyphicons-halflings-regular.ttf') format('truetype'), url('//file.hstatic.net/1000041748/file/glyphicons-halflings-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('//file.hstatic.net/1000041748/file/fontawesome.eot');
	src: url('//file.hstatic.net/1000041748/file/fontawesome.eot') format('embedded-opentype'), url('//file.hstatic.net/1000041748/file/fontawesome.woff') format('woff'), url('//file.hstatic.net/1000041748/file/fontawesome.ttf') format('truetype'), url('//file.hstatic.net/1000041748/file/fontawesome.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'brandon_textbold';
	src: url('//file.hstatic.net/1000041748/file/brandontext-bold-webfont.eot');
	src: url('//file.hstatic.net/1000041748/file/brandontext-bold-webfont.eot?#iefix') format('embedded-opentype'), url('//file.hstatic.net/1000041748/file/brandontext-bold-webfont.woff') format('woff'), url('//file.hstatic.net/1000041748/file/brandontext-bold-webfont.ttf') format('truetype'), url('//file.hstatic.net/1000041748/file/brandontext-bold-webfont.svg#brandon_textbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'brandon_textregular';
	src: url('//file.hstatic.net/1000041748/file/brandontext-regular-webfont.eot');
	src: url('//file.hstatic.net/1000041748/file/brandontext-regular-webfont.eot?#iefix') format('embedded-opentype'), url('//file.hstatic.net/1000041748/file/brandontext-regular-webfont.woff') format('woff'), url('//file.hstatic.net/1000041748/file/brandontext-regular-webfont.ttf') format('truetype'), url('//file.hstatic.net/1000041748/file/brandontext-regular-webfont.svg#brandon_textregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'UTM Avo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://file.hstatic.net/1000339999/file/utm_avo.ttf') format("truetype");
}

@font-face {
  font-family: 'UTM Avo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('https://file.hstatic.net/1000339999/file/utm_avobold.ttf') format("truetype");
}

.glyphicon{font-family: 'Glyphicons Halflings'!important;} .fa{font-family: 'FontAwesome'!important;}
a, a:hover,a:focus{  text-decoration:none; outline:none; } img, iframe{ max-width:100% }
table{width:100%;} 
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-size: 100%;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
body {font-size: 14px;;position: relative;overflow-x: hidden;overflow-y: auto;font-family: 'UTM Avo';}
ol, ul {padding-left: 15px; list-style: none;}
h1,h2,h3,h4,h5,h6 {clear: both;}
h1 {font-size: 24px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
p {margin-bottom: 10px;line-height: 24px;}
img {border: none;max-width: 100%;height: auto;} 
a {color: #000;}
a:hover {color: #007DBA;text-decoration: none;}
a:focus {text-decoration: none;color: inherit;outline: none;}
a, button, input {transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;} 
input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],textarea {border: 1px solid #b5b5b5;padding: 8px 15px;font-size: 14px;color: #757575;border-radius: 0;}
button,input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,input[type=search]:focus,textarea:focus {border-color: #C1BCBC;outline: none;} fieldset {border: 2px groove threedface;display: block;padding-block-end: 0.75em;padding-block-start: 0.35em;text-align: center;}
fieldset legend {display: inline-block;color: inherit;background: none;vertical-align: top;} 

/* reuse style */
.relative{position: relative; } .absolute{position:absolute; } .pos_initial{position:initial; }
.bg_w {
	background: #fff;
}

body{
	/*font-family: 'brandon_textregular'!important;*/
	font-family: 'UTM Avo';
	background: #ffffff;
}
h1,h2,h3,h4,h5,h6, #left_column .block .title_block, .pro-price{
	/*font-family: 'brandon_textbold';*/
	font-family: 'UTM Avo';
	font-weight: 500;
}
.chir_loop .product-detail a, button{
	/*font-family: 'brandon_textregular';*/
	font-family: 'UTM Avo';
}
.main_article h1, .main_article h2, .main_article h3, .main_article h4,
.main_article h5, .main_article h6, #mobile_menu .head p {
	/*font-family: 'brandon_textbold'!important;*/
	font-family: 'UTM Avo';
}

h1,h2,h3,h4,h5,h6, #left_column .block .title_block, .pro-price, .fi-title, .title_chir h2,
.page_head .ins_title, .layered .layered_subtitle{
	color: #714F38;
}
body{
	color: #4a4a4a;
}
a{
	color: #714F38;
}
a:hover{
	color: #9F8776;
}
/* Inspired Load page */

div#insLoadpage {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 100000;
	background: #fff;
	//display: none;
	//background: #2e7bcf url(loadpg.jpg) 0 0 repeat-x;
}
#insLoadpage .insLoad {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sk-folding-cube {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #9F8776;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0; 
	} 25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1; 
	} 90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0; 
	} 
}

@keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0; 
	} 25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1; 
	} 90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0; 
	}
}

.iconLoadIMG {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	z-index: 100;
	display: flex;
	align-items: center;
}
.iconLoadIMG img {
	display: block !important;
	width: 50px !important;
	margin: 0 auto;
}
.insLoadIMG {
	height: 100%;
	width: 100%;
}
img.insIconLoad {
	max-width: 50px !important;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
/* END Inspired Load page */
/*====================================== CSS PLUGIN ==========================================*/
/*--------- Quickview ------------*/
#quick-view-modal {
	background: rgba(0, 0, 0, 0.31);
	z-index: 9999;
}
div#quick-view-modal .modal-dialog.modal-lg {
	padding-top: 20px;
}
#quick-view-modal .modal-footer {
	border-top: 1px solid #ccc;
}
h4.modal-title {
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}
#quick-view-modal .selector-wrapper label {
	width: 25%;
}

#quick-view-modal .selector-wrapper {
	width: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
}
.m-sku, .m-vendor {
	padding: 5px 0px;
}
#quick-view-modal .btn-detail {
	float: left;
}

#quick-view-modal .form-input label {
	width: 100%;
	color: #000 !important;
	font-weight: bold;
	margin-bottom: 10px;
}

#quick-view-modal .form-input {
	float: left;
	width: 300px;
	max-width: 100%;
	padding: 0px;
}
#quick-view-modal .form-input:last-child {
	margin-top: 20px;
}
#quick-view-modal .modal-body {
	padding: 10px 15px;
}

#quick-view-modal .form-input input[type=number] {
	max-width: 60px;
	text-align: center;
	padding: 6px;
	border: 1px solid #E5E5E5;
	border-radius: 0;
	height: 40px;
}

#quick-view-modal .modal-header h2 {
	padding: 10px 0px;
	background: #53A1CC;
	color: #fff;
	line-height: 29px;
	text-align: center;
}

#quick-view-modal .qv-readmore a {
	font-weight: bold;
}

#quick-view-modal .qv-readmore {
	float: left;
	padding: 22px 10px;
}

#quick-view-modal i.fa.fa-plus,
#quick-view-modal i.fa.fa-times {
	margin-right: 8px;
}

#quick-view-modal .modal-content,
#quick-view-modal .btn {
	border-radius: 2px;
}
#quick-view-modal .zoom > img {
	max-width: 100%;
	max-height: 300px;
}

#quick-view-modal div#p-sliderproduct {
	width: 300px;
	margin: auto;
}

#quick-view-modal .zoom {
	text-align: center;
	width: 100%;
	height: 230px;
	padding: 10px;
}

#quick-view-modal .item:hover,
#quick-view-modal .item.active {
	border: 1px solid #E05544 !important;
}

#quick-view-modal .item:hover:after,
#quick-view-modal .item.active:after {
	border-top: 5px solid rgba(224, 85, 68, 0) !important;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #E05544;
	content: "";
	position: absolute;
	top: -11px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 6px;
}

#quick-view-modal li.product-thumb {
	float: none;
	display: block !important;
	padding: 5px;
	width: auto;
}

#quick-view-modal .image-zoom.row {
	text-align: center;
}

#quick-view-modal .image-zoom > img {
	max-width: 100%;
	max-height: 300px;
	margin-bottom:5px;

}

#quick-view-modal .btn-soldout {
	width: 100%;
}

#quick-view-modal .modal-title.p-title {
	font-weight: bold;
	text-align: left;
	padding-left: 20px;

}

#quick-view-modal .btn-color-add {
	width: 200px;
}
.modal-fix {
	width: 70% !important;
}
.modal-fix .block_content ul li a{
	//border: 1px solid #8CC152 !important;
}
.modal-fix .block_content ul li .fa{
	color: #2A2A29;
}
.form-input.vid {
	padding: 0px !important;
}
.m-vendor, .m-sku {
	font-style: italic;
}
.form-input.vid span {
	font-size: 14px;
	font-weight: bold;
	font-style: normal !important;
}
.social-icons.modal-fix {
	margin: 20px 0px !important;
}
/*End Quickview*/
#quick-view-modal {
	background: rgba(0, 0, 0, 0.31);
	z-index: 9999;
}

#quick-view-modal .modal-footer {
	border-top: 1px solid #ccc;
}

#quick-view-modal .selector-wrapper label {
	width: 25%;
}

#quick-view-modal .selector-wrapper {
	width: 100%;
	float: left;
	display: none;
}

#quick-view-modal .btn-detail {
	float: left;
}

#quick-view-modal .form-input {
	float: left;
	//width: 300px;
	width: 100%;
	max-width: 100%;
	padding: 10px 0px;
}

#quick-view-modal .modal-body {
	padding: 10px 15px;
}

#quick-view-modal .form-input input[type=number] {
	max-width: 60px;
	text-align: center;
	padding: 6px;
	//border-radius: 5px;
	//border: 1px solid #E5E5E5;
}
button.btn-addcart, #quick-view-modal .btn-soldout {
	float: left;
	height: 40px;
	border: none;
	padding: 10px 30px;
	background: #9F8776;;
	color: #fff;
	font-size: 15px;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	border: 1px solid #fff;
	outline: none;
}
button.btn-addcart:hover{
	background: #fff;
	border-color: #9F8776;; 
	color: #9F8776;;
}
#quick-view-modal .modal-header h2 {
	padding: 10px 0px;
	background: #53A1CC;
	color: #fff;
	line-height: 29px;
	text-align: center;
}

#quick-view-modal .qv-readmore a {
	color: #b00000 !important;
	font-weight: bold;
	font-size: 15px !important;
}

#quick-view-modal .qv-readmore {
	float: left;
	padding: 12px 10px;
}

#quick-view-modal .p-price {
	font-size: 20px;
	margin-right: 10px;
}

#quick-view-modal i.fa.fa-plus,
#quick-view-modal i.fa.fa-times {
	margin-right: 8px;
}
#quick-view-modal .modal-content{
	border: none;
}
#quick-view-modal .modal-content,
#quick-view-modal .btn {
	border-radius: 2px;
}

#quick-view-modal del {
	font-size: 14px;
	display: inline-block;
	margin-top: 5px;
}

#quick-view-modal .item img {
	max-width: 100%;
	max-height: calc(100% - 2px);
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: 0px;
	right: 0px;
}

#quick-view-modal .item {
	height: 50px;
	position: relative;
	margin: 7px 0px;
}

#quick-view-modal .item a {
	float: left;
	width: 100%;
	height: 100%;
}

#quick-view-modal .zoom > img {
	max-width: 100%;
	max-height: 300px;
}

#quick-view-modal div#p-sliderproduct {
	width: 300px;
	margin: auto;
}

#quick-view-modal .zoom {
	text-align: center;
	width: 100%;
	height: 230px;
	padding: 10px;
}

#quick-view-modal .thumb .item:hover a,
#quick-view-modal .thumb .item.active a {
	border: 1px solid #E05544 !important;
}

#quick-view-modal .product-thumb:hover a:after,
#quick-view-modal .product-thumb.active a:after {
	border-top: 5px solid rgba(224, 85, 68, 0) !important;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #FF0000;
	content: "";
	position: absolute;
	top: -12px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 6px;
}

#quick-view-modal li.product-thumb {
	float: left;
	display: block !important;
	padding: 5px;
}

#quick-view-modal li.product-thumb img {
	border: 1px solid #ccc;
	max-width: 100%;
}
#quick-view-modal li.product-thumb.active img{
	border-color: #9F8776;
}
#quick-view-modal .image-zoom.row {
	text-align: center;
}

#quick-view-modal .image-zoom > img {
	max-width: 100%;
	max-height: 300px;
	margin-bottom:5px;

}

#quick-view-modal .btn-soldout {
	//width: 100%;
}
div#quick-view-modal .modal-header {
	background: #9F8776;
	padding: 10px;
}
#quick-view-modal .modal-title.p-title {
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	color: #fff;
}
#quick-view-modal .modal-header .close {
	position: absolute;
	margin-top: 0;
	background: transparent;
	top: 5px;
	outline: none;
	padding: 0;
	height: auto;
	width: auto;
	right: 20px;
}

.product-title.p-title h1 {
	font-size: 20px;
	padding: 5px 0px;
	font-weight: bold;
	margin: 0;
	line-height: normal;
}
#quick-view-modal .product-price {
	padding: 5px 0px 0px;
	margin: 0;
	border: none;
}
#quick-view-modal .btn-color-add:hover, #quick-view-modal .btn-color-add:focus, #quick-view-modal .btn-color-add:active{
	background: ;
}
button.close a:before {
	content:url('//theme.hstatic.net/1000339999/1001371804/14/icon-delete.png?v=97');
}
#sliderproduct:hover .flex-direction-nav li a, #p-sliderproduct:hover .flex-direction-nav li a {
	opacity: 0.7;
}
#quick-view-modal .form-des {
	display: block;
	float: left;
	line-height: 1.4;
	padding: 0px;
	border: 1px;
	border-right: none;
	border-left: none;
	max-height: 95px;
	overflow: hidden;
	width: 100%;
}
#quick-view-modal .p-price{
	color: #714F38 !important;
}
#quick-view-modal del{
	color: #9F8776!important;
}
/*-------------- End Quickview ---------------*/

/*---------------- Popup cart -----------------*/
.engo-popup {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	position: fixed;
	z-index: 9999;
	top: 0;
	height: 0;
	width: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.engo-popup.active {
	visibility: visible;
	opacity: 1;
	top: 0 !important;
	height: auto;
	width: auto;
}
.engo-popup .overlay {
	background-color: rgba(0, 0, 0, 0.7);
	color: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0 !important;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
}
.engo-popup.active .overlay {
	width: 100%;
	height: 100%;
}
.engo-popup .content {
	//max-width: 800px;
	padding: 20px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #fff;
	//min-width: 490px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.engo-popup.active .content {
	max-height: 100%;
}
@media screen and (min-width: 1200px){
	.engo-popup .content {
		max-width: 1024px;
		width: 900px;
	}
}
/*Popup cart*/
.ajaxcart .cart_header_labels > div {
	font-size: 15px;
}
.ajaxcart__close {
	position: absolute;
	top: 20px !important;
	right: 20px;
	border: 0 none;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-color: transparent;
	background-position: center center;
	background: url(//theme.hstatic.net/1000339999/1001371804/14/delete_cart.png?v=97) center center no-repeat;
	z-index: 999999999;
	opacity: 0.8;
	visibility: visible;
	-webkit-transition: opacity 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 200ms;
	-moz-transition: opacity 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 200ms;
	-ms-transition: opacity 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 200ms;
	-o-transition: opacity 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 200ms;
	transition: opacity 650ms cubic-bezier(0.57, 0.06, 0.05, 0.95) 200ms;
}
#AjaxifyCart {
	//padding: 30px 20px;
}
.ajaxcart h2 {
	margin: 0px;
	font-size: 30px;
	height: 40px;
	line-height: 38px;
	padding: 0px;
	border: 0px;
	color: #000;
}
.page-content .ajax_content_cart {
	font-size: 12px;
	font-weight: 300;
	color: #666666;
	max-height: 350px;
	overflow: auto;
}
.page-content .ajax_content_cart::-webkit-scrollbar-thumb{
	background: #e2dfdf;
}
.page-content .ajax_content_cart::-webkit-scrollbar {
	width: 8px;
}
.page-content.not-item {
	overflow: hidden;
}
.cart_total.item {
	margin: 0;
}
.ajaxcart .cart_header_labels {
	margin: 15px 0px;
	margin: 10px 0px 15px 0px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0px;
	border-top: 1px solid #e5e5e5;
}
.ajaxcart .list_product_cart {
	text-align: center;
	margin-bottom: 15px;
}
.ajaxcart .product_name {
	margin: 0px;
	text-align: left;
	font-size: 14px;
	display: block;
	text-transform: none;
	letter-spacing: 0px;
}
.ajaxcart small {
	//float: left;
}
.ajaxcart__qty {
	display: inline-block;
	margin: 0;
}
input.ajaxcart__qty-num {
	width: 50px;
	height: 30px;
	text-align: center;
	border: 1px solid #7b7b7b;
	color: #222;
	padding: 0;
}
.ajaxcart .note_item .control-label {
	font-weight: normal;
}
.form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 9px 25px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-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;
}
.ajaxcart .list_button_cart p {
	margin: 0px 0px 5px;
}
.ajaxcart .con-ajax-cart {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
}
.ajaxcart .update-cart {
	display: none !important;
}
#AjaxifyCart .js-qty input[type="text"], #AjaxifyCart .ajaxcart__qty input[type="text"] {
	display: inline-block !important;
}
.cpro_item_inner span.price.product-price {
	font-size: 20px;
}
.not-item p {
	font-size: 16px;
	margin: 15px 0px;
	line-height: 1.5;
}
.ajaxcart .title a.product_name {
	margin-bottom: 10px;
}
@media screen and (min-width: 991px) and (max-width: 1199px){
	.engo-popup .content {
		max-width: 750px;
	}
}
@media screen and (max-width: 767px){
	.engo-popup .content {
		max-width: 100%;
		//min-width: auto;
		width: 100%;
		height: 100%;
		padding: 5px;
		overflow: auto;
	}
	.page-content {
		max-height: 100%;
	}
	.ajaxcart .list_product_cart {
		text-align: center;
		margin-bottom: 0;
		position: relative;
		padding: 15px 0px;
		border-bottom: 1px solid #ccc;
	}
	.ajaxcart .list_product_cart .cpro_item {
		text-align: left;
	}
	.ajaxcart .list_product_cart .cpro_item.image {
		padding: 0;
	}
	.ajaxcart .product_name {
		font-size: 16px;
		font-weight: bold;
	}
	.cpro_item_inner span.price.product-price {
		font-size: 17px;
		margin-bottom: 5px;
		display: block;
	}
	.js-qty input[type="text"], .ajaxcart__qty input[type="text"] {
		width: 50px !important;
		height: 30px !important;
		line-height: 30px !important;
	}
	.js-qty__adjust, .ajaxcart__qty-adjust {
		right: auto;
		left: 65px;
	}
	.list_button_cart .note_item {
		margin: 20px 0px;
	}
	button.ajaxcart__close {
		top: 10px !important;
	}
	#insCartPage button.ajaxcart__close {
		display: none;
	}
}
@media screen and (max-width: 370px){
	.list_button_cart .btn-outline {
		padding: 10px;
		font-size: 12px;
	}
}
/*--------------- End popup cart --------------------*/
/*---------------- Popup newletter ------------------*/
#popup-newletter {
	background: url(//theme.hstatic.net/1000339999/1001371804/14/pnewletter_bg.jpg?v=97) no-repeat scroll bottom right #fff;
	text-align: left;
	padding: 20px;
	min-width: 600px;
	min-height: 350px;
	overflow: hidden;
	background-size: cover;
}
#popup-newletter h3 {
	font-size: 22px;
	color: #666;
	margin: 0px 0px 10px;
	padding: 8px 0px;
	font-weight: normal;
	text-transform: uppercase;
}
#popup-newletter .pnewle-message {
	width: 55%;
	color: #333;
}
#popup-newletter .pnewle-message span {
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
	line-height: 1.5;
}
#popup-newletter .pnewle-message p {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}
#popup-newletter .pnewle-message ul {
	margin-bottom: 20px;
}
#popup-newletter .pnewle-form {
	width: 53%;
}
#popup-newletter .pnewle-form .newsletter-input {
	font-size: 12px;
	font-style: italic;
	height: 33px;
	display: inline-block;
	width: calc(100% - 75px);
}
.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 7px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-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;
}
#popup-newletter .pnewle-form .btn {
	background-color: #9F8776;
	color: #fff;
	font-style: italic;
	font-size: 11px;
	position: relative;
	padding: 5px 12px;
	display: inline-block;
	width: 70px;
	height: 33px;
	vertical-align: top;
	border-radius: 0;
}
.social-icons {
	width: 53%;
	margin-top: 20px;
}
.social-icons .block_content ul {
	margin: 0px;
}
.social-icons .block_content ul li {
	width: 20%;
	text-align: center;
	padding: 0px;
	height: 40px;
	float: left;
}
.social-icons .block_content ul li a {
	font-size: 18px;
	display: inline-block;
	height: 35px;
	width: 35px;
	color: #767676;
	border: 1px solid transparent;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.social-icons .block_content ul li .fa {
	line-height: 35px;
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}
.social-icons .block_content ul li.facebook a:hover {
	border-color: #428bca;
}
.social-icons .block_content ul li.twitter a:hover {
	border-color: #5bc0de;
}
.social-icons .block_content ul li.rss a:hover {
	border-color: #0eba9e;
}
.social-icons .block_content ul li.youtube a:hover {
	border-color: #CC181E;
}
.social-icons .block_content ul li.google-plus a:hover {
	border-color: #4387fd;
}

.social-icons .block_content ul li span {
	font-size: 0px;
}
#popup-newletter .pnewle-message ul li:before {
	content: "\f111";
	position: absolute;
	font-family: "FontAwesome";
	font-size: 5px;
	top: 3px;
	left: 10px;
}
#popup-newletter .pnewle-message ul li {
	font-size: 12px;
	position: relative;
	display: block;
	padding-left: 25px;
	margin: 10px 0px;
}
.newletter-popup.engo-popup .content {
	padding: 0;
}
#popup-newletter .pa-header {
	background: rgba(255,255,255, .7);
	padding: 10px;
}
a.close_newletter {
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
	background: #333;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
	background: url('fancybox_sprite.png') top left no-repeat;
}
@media screen and (min-width: 1200px){
	.newletter-popup.engo-popup .content {
		width: 650px;
	}
}
/*---------------- End Popup newletter ------------------*/
/*====================================== END PLUGIN ==========================================*/

/*====================================== custom style ==========================================*/

/*------------------- Header ---------------------*/
ul,ol,p,h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
.chir_top_barimg {display: block;}
.chir_top_barimg img {
	width: 100%;
}
header#header_chir {
	position: relative;
	z-index: 1001;
	background: #fff;
}
section#chir_top_bar {
	padding: 5px;
	background: #f7f7f7;
	color: #555555;
}
section#chir_top_bar ul li {
	display: inline-block;
	margin-right: 20px;
}
section#main_header {
	padding: 15px 0px;
}
.logoText a {
	font-size: 40px;
	display: block;
	text-align: center;
	color: #9F8776;
}
#chir_search_head form#frm_search_head {
	position: relative;
}
#chir_search_head .chir_frm input[type="text"] {
	padding: 6px 12px;
	padding-left: 40px;
	height: 35px;
	padding-right: 5px;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border: 1px solid #9F8776;
	border-radius: 3px;
	font-size: 14px;
	width: 100%;
	padding-right: 110px;
}
#frm_search_head > i {
	-o-transition: transform .3s ease,color .2s ease;
	-moz-transition: transform .3s ease,color .2s ease;
	-webkit-transition: transform .3s ease,color .2s ease;
	transition: transform .3s ease,color .2s ease;
	padding: 1px;
	top: 8px;
	left: 14px;
	position: absolute;
	color: #9F8776;
}
#frm_search_head:hover .fa-search {
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #9F8776;
	-o-transition: transform .3s ease,color .2s ease;
	-moz-transition: transform .3s ease,color .2s ease;
	-webkit-transition: transform .3s ease,color .2s ease;
	transition: transform .3s ease,color .2s ease;
}
#frm_search_head button.chir_btn_sub {
	border-radius: 0 3px 3px 0;
	background: #9F8776;
	border: 1px solid transparent;
	color: #fff;
	height: 100%;
	width: 100px;
	position: absolute;
	right: 0;
	top: 0;
}
.ul-control-box {
	margin: 0;
	padding: 0;
	text-align: right;
  display: flex;
  align-items: center;
}
.ul-control-box li {
	list-style-type: none;
	display: inline-block;
	margin: 0 7px;
	min-width: 60px;
	position: relative;
}
.div-user-control {
	width: 40px;
	margin: 0 auto;
	display: block;
	height: 40px;
}
.control-4 {
	background: url('sprite-icon.png') -40px -78px no-repeat;
	background-size: 500px;
}
.control-44 {
	background: url('sprite-icon-new.png') -40px -78px no-repeat;
	background-size: 500px;
}
.div-user-control.control-4 {
	width: 40px;
	position: relative;
}
.ul-control-box .info {
	font-size: 12px;
	margin: -3px auto 0;
	display: block;
	text-align: center;
}
.header-cart-count {
	position: absolute;
	top: 5px;
	right: 17px;
	background-color: #9F8776;
	color: #fff;
	text-align: center;
	min-width: 19px;
	min-height: 19px;
	line-height: 19px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	font-size: 11px;
}
.control-2 {
	background: url('sprite-icon.png') -40px -40px no-repeat;
	background-size: 500px;
}
.control-22 {
	background: url('sprite-icon-new.png') -40px -40px no-repeat;
	background-size: 500px;
}
.top-hotline span.div-user-control {
	background: none;
	text-align: center;
	line-height: 35px;
}
.top-hotline span.div-user-control img {
	max-width: 30px;
}
ul.chir_autocomplete {
	padding: 5px 0px;
}
ul.chir_autocomplete li {
	display: inline-block;
	font-style: italic;
}
ul.chir_autocomplete li.title {
	font-style: normal;
}
ul.dropdown-menu.info-user {
	left: auto;
	right: 0;
	border-radius: 0;
	min-width: 120px;
	padding: 0;
	margin: 0;
}
ul.dropdown-menu.info-user li.info {
	margin: 0;
	text-align: left;
	font-size: 14px;
}
ul.dropdown-menu.info-user li a {
	padding: 5px 10px;
}
ul.dropdown-menu.info-user li a i {
	margin-right: 5px;
}
@media screen and (max-width: 1199px){
	#main_header .scroll-down2 {
		padding: 0;
	}
}
/*------------------- End header ---------------------*/

/*------------------- Main menu ----------------------*/
nav#chir_main_menu {
	//position: relative;
	//z-index: 1001;
}
#chir_main_menu .main {
	background: #714F38;
}
.navar_menu ul li {
	display: inline-block;
	position: relative;
}
.navar_menu ul li a {
	padding: 20px 15px;
	display: block;
	color: #ffffff;
    font-weight: bold;
    transition: all .4s;
    font-size: 16px;
}
.navar_menu ul li a:hover{
	color:#ffffff;
	background: #9F8776;
}
span.label_icon {
	position: absolute;
	top: -8px;
	right: 0;
	font-size: 10px;
	text-align: center;
	color: #fff;
	line-height: 16px;
	width: 29px;
	height: 18px;
}
span.label_icon.no_label {
	display: none;
}
span.label_icon.label_new {
	background: url(new-label.png) no-repeat;
}
span.label_icon.label_new:before{
	content: 'New' ;
}
span.label_icon.label_sale {
	background: url(sale-label.png) no-repeat;
}
span.label_icon.label_sale:before{
	content: 'Sale' ;
}
span.label_icon.label_hot {
	background: url(hot-label.png) no-repeat;
}
span.label_icon.label_hot:before{
	content: 'Hot' ;
}
.mainChild {
	position: absolute;
	z-index: 100;
	background: #fff;
	min-width: 200px;
	left: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	visibility: hidden;
	-khtml-opacity: 0;      
	-moz-opacity: 0;       
	opacity: 0;  
	filter: alpha(opacity=0);
	border-bottom: 3px solid #714F38;
}
.navar_menu ul li:hover > ul {
	visibility: visible;
	-khtml-opacity: 1;      
	-moz-opacity: 1;       
	opacity: 1;  
	filter: alpha(opacity=100);
}
.navar_menu ul.mainChild li {
	width: 100%;
}
.navar_menu ul.mainChild li a {
	padding: 5px 5px 5px 25px;
	background: url(r7.png) no-repeat 10px center;
	display: block;
	color: #714F38;
}
.navar_menu ul.mainChild li a:hover{
	color: #9F8776;
}
.mainChild.levlup_3{
	left: 100%;
	top: 0;
}
.navar_menu ul.mainChild li i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	right: 10px;
}
/*----------------- END Main menu ------------------------*/

/*------------------- Sidebar menu ----------------------*/
div#box-vertical-megamenus {
	background: #9F8776;
	padding-left: 15px;
	position: relative;
}
.box-vertical-megamenus h4.title {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
.box-vertical-megamenus h4.title .btn-open-mobile {
	display: inline-block;
	margin-right: 10px;
}
.vertical-menu-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 100;
	background: #fff;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.box-vertical-megamenus:hover .vertical-menu-content{
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.vertical-menu-content .vertical-menu-list > li {
	padding: 10px;
	border: 1px solid #e5e5e5;
	border-left: 3px solid #e5e5e5;
	border-bottom: 0;
}
.vertical-menu-content .vertical-menu-list > li.liChild, .ulChildren li {
	position: relative;
}
.vertical-menu-content .vertical-menu-list > li:last-child {
	border-bottom: 3px solid #9F8776;
}
.vertical-menu-content .vertical-menu-list > li a {
	display: block;
	position: relative;
	transition: none;
}
.vertical-menu-content .vertical-menu-list > li a span {
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
}
.vertical-menu-content .vertical-menu-list > li > a img.icon-menu {
	max-width: 20.5px;
}
.vertical-menu-content .vertical-menu-list > li > a i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.vertical-menu-content .vertical-menu-list > li:hover{
	border-left-color: #9F8776;
}
.vertical-menu-content .vertical-menu-list li:hover > a, .ins_verevel .item_lup .head a:hover{
	color: #9F8776;
}
.ins_verevel {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #fff !important;
	border: 1px solid #9F8776;
	border-bottom: 3px solid #9F8776;
	border-left: 0;
	border-top: 0;
	padding: 10px 20px 0px 20px;
	width: 470px;
}
.vertical-menu-content .vertical-menu-list > li:hover .ins_verevel{
	display: block;
}
.ins_verevel .item_lup {
	float: left;
	width: 210px;
	margin-bottom: 10px;
}
.ins_verevel .item_lup .head a {
	font-weight: bold;
}
.ulChildren {
	position: absolute;
	left: 100%;
	background: #fff;
	width: 200px;
	top: 0;
	z-index: 100;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.5);
}
.vertical-menu-content .vertical-menu-list li:hover > ul {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}
.ulChildren li a {
	padding: 5px 5px 5px 25px;
	background: url(r7.png) no-repeat 10px center;
}
.ulChildren li a i {
	float: right;
	margin-top: 2px;
	margin-right: 5px;
}
/*------------------- END Sidebar menu ----------------------*/

/*----------------- Home slider -------------------------*/
div#slider-menu {
	//padding-left: 0;
}
#slider {
	//padding: 15px 0 0;
	//margin-bottom: 30px;
	position: relative;
}
.sibOvelay{
	content: '';
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.5);
	z-index: 1000;
	display: none;
}
#slider .slider-thumb {
	position: absolute;
	right: 30px;
	top: 15px;
	background : #fff;
	min-width: 235px;
	border: 1px solid #dfdfdf;
	z-index: 999;
	padding: 0px;
}
#slider .slider-thumb li {
	border-bottom: 1px solid #d7d7d7;
	position: relative;
	padding: 7px 10px;
}
#slider .slider-thumb li:last-child {
	border: none;
}
#slider .slider-thumb li.active {
	background-color: #eeeeee;
}
#slider .slider-thumb li:hover {
	background-color: #eeeeee;
}
#slider .slider-thumb li.active:before,
#slider .slider-thumb li:hover:before {
	content: "";
	border-left: 8px solid transparent;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 10px solid #eeeeee;
	position: absolute;
	left: -18px;
	top: 15px;
}
#slider .slider-image-thumb {
	display: inline-block;
	float:left;
	margin-right: 10px;
	cursor: pointer;
}
#slider .slider-image-thumb img{
	max-width: 36px;
}
#slider .slider-detail {
	display: inline-block;
}
#slider .slider-detail .title-image {
	font-size: 11px;
	font-weight: bold;
	display:block;
	color: #666666;
}
#slider .slider-detail .description-image {
	font-size: 11px;
	color: #666666;
}
.slide-banner .owl-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 20px 0px;
}
.slide-banner .owl-dots .owl-dot {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	margin: 0px 3px;
}
.slide-banner .owl-dots .owl-dot.active{
	background:#ffffff;
}
.slide-banner .owl-nav {
	display: none;
}
/*----------------- END Home slider -------------------------*/
/*----------------- Product item -------------------------*/
.imgage_hover {
	width: 100%;
	overflow: hidden;
}
.imgage_hover img {
	width: 100%;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.imgage_hover:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.title_chir {
	position: relative;
	padding: 0px 5px 0px 0px;
	margin-bottom: 15px;
	font-weight: normal;
}
.title_chir h2 {
	display: inline-block;
	line-height: normal;
	border-bottom: 3px solid #9F8776;
	padding-right: 5px;
	position: relative;
	font-weight: normal;
	font-size: 18px;
}
.item_product {
	background: #fff;
	position: relative;
	list-style-type: none;
}
.item_product .loop_item {
	border: 1px solid transparent;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	//padding-bottom: 10px;
}
.item_product .loop_item:hover {
	border-bottom-color: #9F8776;
	/*-webkit-box-shadow: 0 0 2px #ccc;
	box-shadow: 0 0 2px #ccc;*/
}
.product_tabs_slide ul.item .tab_item:last-child {
	border-top: 0;
}
.chir-img {
	text-align: center;
	position: relative;
	padding: 5px;
	width: 100%;
	overflow: hidden;
}
.chir-img img {
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.product_in_block .chir-img img {
	max-height: 160px;
	width: auto;
	display: inline-block;
}
.related_product .chir-img img {
	width: auto;
	display: inline-block;
}
.chir_loop:hover .chir-img > a > img{
	/*-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);*/
	filter: alpha(opacity=60); 
	-khtml-opacity: 0.6;      
	-moz-opacity: 0.6;       
	opacity: 0.6;    
}
.chir_loop .product-detail {
	padding: 5px;
}
.chir_loop .product-detail a {
	/*font-family: 'brandon_textregular';*/
	font-size: 15px;
	display: inline-block;
	line-height: 1.3;
	overflow: hidden;
	width: 100%;
	color: #714F38;
	white-space: pre;
	text-overflow: ellipsis;
}
.chir_loop .product-detail a:hover {
	color: #9F8776;
}
.pro-price {
	/*font-family: 'brandon_textbold';*/
	color: #714F38;
	font-size: 17px;
}
.compare-price {
	color: #9F8776;
	font-size: 12px;
	margin-left: 5px;
	vertical-align: top;
}
.chi-action {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	visibility: hidden;
	opacity: 0;
}
.chir_loop:hover .chi-action {
	visibility: visible;
	opacity: 1;
}
.chir_loop .chi-action a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0,0,0,.8);
	border-radius: 50%;
	text-align: center;
	transform: translate(30px, 30px);
	-ms-transform:translate(30px, 30px);
	-webkit-transform:translate(30px, 30px);
	visibility: hidden;
	opacity: 0;
}
.chir_loop:hover .chi-action a{
	transform: translate(0px, 0px);
	-ms-transform:translate(0px, 0px);
	-webkit-transform:translate(0px, 0px);
	visibility: visible;
	opacity: 1;
}
.chir_loop .chi-action a:first-child{
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
}
.chir_loop .chi-action a:nth-child(2){
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
.chir_loop .chi-action a:last-child{
	transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
	-o-transition: all 0.6s ease-in-out 0s;
	-webkit-transition: all 0.6s ease-in-out 0s;
	-ms-transition: all 0.6s ease-in-out 0s;
}
.chir_loop .chi-action img {
	max-width: 17px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	transition: transform .6s ease;
	width: auto;
	height: auto;
	display: inline-block;
}
.chir_loop .chi-action a:hover img {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg);
	transition: transform .6s ease;
}
/* Style 2 */
.insActionloop {
	display: block;
	background: rgba(255,255,255, .5);
	margin: 0 30px;
	-webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.09);
	min-height: 40px;
	padding: 8px 0;
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
}
.insActionloop a {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	padding: 10px 0px;
	border-right: 1px solid #f3f3f3;
}

.insActionloop a img {
	max-width: 20px;
}
.insActionloop .Soldoutcart, .chir_loop .chi-action a.Soldoutcart {
	filter: alpha(opacity=30); 
	-khtml-opacity: 0.3;      
	-moz-opacity: 0.3;       
	opacity: 0.3;  
	cursor: default;
}

.chir_loop .insActionloop a:hover img {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg);
	transition: transform .6s ease;
}
.chir_loop:hover .insActionloop {
	visibility: visible;
	filter: alpha(opacity=100); 
	-khtml-opacity: 1;      
	-moz-opacity: 1;       
	opacity: 1;   
	bottom: 10px;
}
.pdCompare.insLabel {
	background: #9F8776;
	right: auto;
	left: 10px;
	min-width: auto;
	padding: 0;
	border: none;
	width: 35px;
	height: 25px;
}
.pdCompare a {
	display: inline-block;
	color: #fff;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1000;
	overflow: hidden;
	//padding: 3px 15px;
	//background: rgba(255,255,255,.8);
}
.pdCompare a span, .pdCompare a i{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	position: absolute;
	left: 10px;
	top: 5px;
}
.pdCompare a span {
	-ms-transform: translateX(35px);
	-webkit-transform: translateX(35px);
	transform: translateX(35px);
}
.pdCompare a.checked span{
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.pdCompare a.checked i{
	-ms-transform: translateX(-35px);
	-webkit-transform: translateX(-35px);
	transform: translateX(-35px);
}
.pdCompare a i {
	font-size: 15px;
	width: 15px;
}

.pdCompare a span:before{
	content: '';
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	//position: absolute;
	//left: 0;
	//z-index: 1;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #fff;
	background-color: transparent;
}
.pdCompare a.checked span:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: .5rem;
	border-color: #fff;
	border-top-style: none;
	border-right-style: none;
	position: relative;
	top: -5px;
	background: transparent;
}
/*.pdCompare a span:after{
content: '';
position: absolute;
top: -0.125rem;
left: 0;
width: 15px;
height: 15px;
background: #fff;
cursor: pointer;
}
*/
.chir-img .tooltip{
	min-width: auto;
	white-space: nowrap;
}

.chir_loop .product_view_list {
	display: none;
}
.owl_design.owl-carousel .owl-controls .owl-nav div {
	width: 30px;
	height: 50px;
	font-size: 50px;
	line-height: 40px;
	text-align: center;
	background: rgba(255, 255, 255, .8);
	border: 1px solid #9F8776;
	color: #9F8776;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	font-family: -webkit-body;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}
.owl_design:hover .owl-controls .owl-nav div{
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.owl_design.owl-carousel .owl-controls .owl-nav div.owl-next {
	right: -30px;
}
.owl_design.owl-carousel .owl-controls .owl-nav div.owl-prev {
	left: -30px;
}
.owl_design:hover .owl-controls .owl-nav div.owl-next {
	right: 10px;
}
.owl_design:hover .owl-controls .owl-nav div.owl-prev {
	left: 10px;
}
/*
.product_tabs_slide.owl_design.owl-carousel .owl-controls .owl-nav div {
background: rgba(0, 166, 81, .7);
color: #fff;
}
*/
.owl_design.owl-carousel .owl-controls .owl-nav div:hover, .product_tabs_slide.owl_design.owl-carousel .owl-controls .owl-nav div:hover{
	background: #9F8776;
	color: #fff;
}
.home_block .item_product {
	margin-bottom: 30px;
}
.no_product {
	font-size: 16px;
	font-style: italic;
}
/*----------------- END Product item -------------------------*/

/*----------------- Compare Product item -------------------------*/
#compareProduct{
	position: fixed;
	z-index: 10001;
	top: 50px;
	left: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	width: 0;
	height: 0;
	display:none;
	/*filter: alpha(opacity=0); 
	-khtml-opacity: 0;      
	-moz-opacity: 0;       
	opacity: 0;
	visibility: hidden;*/

}
#compareProduct.openCompare{
	filter: alpha(opacity=100); 
	-khtml-opacity: 1;      
	-moz-opacity: 1;       
	opacity: 1;
	visibility: visible;
}
#compareProduct .mainCpPd {
	position: relative;
	width: 300px;
	background: #fff;
	transition: all .4s cubic-bezier(.46,.01,.32,1);
	-ms-transform: translateX(-300px);
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
}
#compareProduct .mainCpPd.toggleSlide {
	-webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.5);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
#compareProduct .mainCpPd .toggleButton {
	position: absolute;
	right: -35px;
	top: 0;
}
.mainCpPd .cpTitle h2 {
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0px 5px;
	font-size: 17px;
}
.mainCpPd .toggleButton a {
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	box-shadow: 3px -1px 5px #888;
	border-width: 1px 1px 1px 0px;
	border-style: solid solid solid none;
	border-color: #CCC #CCC #CCC #CCC;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	background: none repeat scroll 0% 0% #FFF;
}
.listCpPd .compareItem {
	padding: 0px 10px;
}
.listCpPd .compareItem .siteItem {
	border-bottom: 1px dashed #eaeaea;
	padding: 5px 0px;
}
.listCpPd .compareItem .imageItem {
	width: 70px;
	float: left;
}
.listCpPd .compareItem .imageItem img {
	max-height: 70px;
	display: block;
	margin: 0 auto;
}
.listCpPd .compareItem .detailItem {
	float: left;
	width: calc(100% - 70px);
	padding-left: 10px;
}
.listCpPd .compareItem .detailItem .removeCPItem {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	color: #e60f1e;
	font-style: italic;
}
.linkToCompare a {
	display: inline-block;
	padding: 5px 20px;
	font-size: 13px;
	margin: 10px 0px;
	background: #9F8776;
	color: #fff;
	text-transform: uppercase;
}
/* ============= COMPARE PAGE ============== */
section#layoutCompare {
	background: #fff;
}
h1.cpTitle {
	text-transform: uppercase;
	font-size: 25px;
	margin: 20px 0px;
}
.mainCompare{
	margin: 20px 0px;
}
.mainCompare .compareRow {
	border: 1px solid #eaeaea;
	border-bottom: 0;
}
.mainCompare .compareRow.descRow {
	border-bottom: 1px solid #eaeaea;
}
.mainCompare .compareRow .col-md-5 > div {
	border-left: 1px solid #eaeaea;
}
.mainCompare .compareRow .imgCP img {
	max-width: 300px;
}
.mainCompare .compareRow .imgCP h5 {
	font-family: inherit;
	padding: 10px;
	font-size: 17px;
	line-height: 1.5;
}
.mainCompare .compareRow .row > div > div {
	padding: 10px;
	display: block;
	line-height: normal;
	overflow: hidden;
}
.mainCompare .compareRow .priceCP .cpPriceItem {
	color: #9F8776;
}
.mainCompare .compareRow .priceCP del {
	font-size: 13px;
	font-style: italic;
	color: #999;
}
.variantsCP .variantOption {
	padding: 0;
}
ul.itemVariants {
	margin-top: 10px;
}
ul.itemVariants li {
	display: inline-block;
}
ul.itemVariants li span {
	display: block;
	vertical-align: middle;
	margin: 0px 5px 5px;
	padding: 3px 10px;
	border: 1px solid #666666;
	color: #666;
	font-size: 12px;
}
p.noteCompare {
	line-height: 1.3;
	text-align: center;
	font-size: 17px;
}
@media screen and (max-width: 991px){
	.mainCompare .compareRow .imgCP img {
		max-width: 100% !important;
	}
}
/*----------------- END Compare Product item -------------------------*/

/*----------------- Article item -------------------------*/
.article_item {
	margin-bottom: 30px;
	padding: 0px 0px 0px 5px;
}
.home_blog .article_item {
	margin-bottom: 5px;
}

.home_blog .title_chir {
	/*margin-bottom: 5%;*/
  margin-bottom: 60px;
	text-align: center;
}

.home_blog .title_chir h2 {
	font-size: 2rem;
	font-weight: bold;
	position: relative;
	display: inline-block;
	border: none;
	@media(max-width: 767px) {
		font-size: 16px;
	}
}

.home_blog .title_chir h2:before {
	position: absolute;
	right: calc(100% + 15px);
	top: 60%;
	transform: translateY(-50%);
	content: '';
	width: 150px;
	height: 3px;
	background: #714f38;
    background: linear-gradient(90deg, rgb(255 255 255 / 72%) 20%, #714f38 80%);
	@media(max-width: 767px) {
		width: 50px;
	}
}

.home_blog .title_chir h2:after {
	position: absolute;
	left: calc(100% + 15px);
	top: 60%;
	transform: translateY(-50%);
	content: '';
	width: 150px;
	height: 3px;
	   background: #714f38;
    background: linear-gradient(270deg, rgb(255 255 255 / 72%) 20%, #714f38 80%);
	@media(max-width: 767px) {
		width: 50px;
	}
}

.article_item .blog_post_photo {
	//max-height: 200px;
}
.article_item .blog_post_photo img {
	//min-height: 200px;
}
.single_blog_post_box {
	border: 1px solid #ededed;
	/*box-shadow: -5px 5px 0 #dce0e2;*/
	padding: 6px;
}
.blog_post_heading {
	padding: 15px 10px 0;
	border-bottom: 1px solid #dddddd;
}
.blog_post_heading h2 {
	margin-bottom: 5px;
	max-height: 45px;
	overflow: hidden;
}
.blog_post_heading h2 a {
	text-transform: uppercase;
	font-size: 15px;
	line-height: normal;
	color:#714F38;
}
.blog_post_heading h2 a:hover{
	color: #9F8776;
}
.blog_post_heading p {
	font-size: 14px;
	color: #666666;
	font-style: italic;
	margin-bottom: 10px;
}
.blog_post_content {
	padding: 10px 10px 0;
}
.blog_post_content p {
	font-size: 14px;
	white-space: initial;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.blog_post_content ul li {
	color: #888888;
	display: inline-block;
	margin-right: 20px;
	font-size: 13px;
}
.blog_post_content ul li i {
	color: #9F8776;
}
/*----------------- END article item -------------------------*/
/*----------------- Footer -------------------------*/
footer#footer_chir {
	margin-top: 30px;
}
section#footer_top {
	text-align: center;
	background: #9F8776;
	padding: 15px 0;
}
.footer_newsletter h3 {
	font-size: 19px;
	color: #fff;
	display: inline-block;
	margin: 5px 10px 0 0;
}
.footer_newsletter .frm_new {
	display: inline-block;
	position: relative;
}
.frm_new input[type="email"] {
	width: 300px;
	height: 32px;
	display: inline-block;
	border-radius: 0 !important;
	border: none;
	margin-right: 18px;
}
button.le-button {
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: auto;
	background: #9F8776; 
	padding: 0px 20px;
	border: 1px solid #9F8776;
	height: 32px;
	color: #fff;
}
.info_policy {
	position: relative;
	padding: 30px 0;
	text-align: center;
	display: flex;
}
.info_policy span.name-icon {
	font-size: 35px;
	color: #9F8776;
	vertical-align: top;
	margin-right: 10px;
}
.info_policy .description {
	vertical-align: top;
	text-align: left;
}
.info_policy .description h4 {
	color: #9F8776;
	font-size: 13px;
	text-transform: uppercase;
}
.info_policy .description p {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
section#footer_main {
	background: #fff;
	padding: 20px 0px;
}
.footer-right {
	background: url(//theme.hstatic.net/1000339999/1001371804/14/footer-line-right.png?v=97) repeat-y left;
}
.fi-title {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	background: url(//theme.hstatic.net/1000339999/1001371804/14/dash-double-footer.png?v=97) bottom repeat-x;
	text-transform: uppercase;
}
.footer-left {
	padding: 0px 20px 0 20px;
}
.bot-ft {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}
.logo-ft-1 {
	display: block;
	float: left;
	margin-right: 30px;
	margin-top: 10px;
	max-width: 290px;
}
.bot-ft .copy {
	float: left;
	padding-top: 10px;
}
.ft_payment {
	padding: 20px 0px 0;
}
.ft_payment ul li {
	display: inline-block;
	margin-right: 5px;
}
.ft_payment img {
	max-height: 100px;
}
.fi-about-block .fi-content {
	margin-top: 15px;
}
.cpr {
	padding: 10px 15px;
	text-align: center;
	font-size: 16px;
}
.fixedItem{
	display: none;
	position: fixed;
	bottom: 90px;
	right: 15px;
	z-index: 10000;
	text-align: center;
}
.fixedItem a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 33px;
	background: #1ba8ff;
	border-radius: 50%;
}
.fixedItem.backtop {
	bottom: 130px;
}
.fixedItem.cart a {
	background: #9F8776;
}
.fixedItem.cart a img {
	max-width: 25px;
}
/*----------------- END Footer -------------------------*/
/* ----------------------- COLLECTION ---------------------- */
.collectionBanner .banner{
	margin-bottom: 30px;
}
.collectionBanner img {
	width: 100%;
}
/**Filter**/
.accordion-body ul {
	padding-left: 0;
}
.layered .layered_subtitle{
	font-size: 16px;
	padding-bottom: 4px;
	text-transform: uppercase;
}
.layered .layered-content{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
}
.layered .layered-content:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.layered .layered-content:first-child{

}
.layered-category .layered-content{
	border-bottom: none;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 0;
}
.check-box-list{
	overflow: hidden;
}
.check-box-list li{
	line-height: 24px;
}
.check-box-list label{
	display: inline-block;
	cursor: pointer;
	line-height: 12px;
	font-weight: normal;
}
.check-box-list input[type="checkbox"]{
	display: none;
}
.check-box-list input[type="checkbox"] + label span.button, .not_show span.buttonk {
	display:inline-block;
	width:12px;
	height:12px;
	margin-right: 5px;
	background: url("//theme.hstatic.net/1000339999/1001371804/14/checkbox.png?v=97") no-repeat;
	padding: 0;
	border: none;
}
.filter-color li input[type=checkbox]+label span.button {
	background: 0 0;
	margin: 0;
}
.check-box-list label span.count{
	color: #a4a4a4;
	margin-left: 2px;
}

.filter-color ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -5px;
}
.filter-color li{
	display: inline;
	padding: 0;
	margin: 0;
	line-height: normal;
	float: left;
	padding: 5px;
}
.filter-color li label{
	border: 1px solid #eaeaea;
	width: 25px;
	height: 25px;
	padding-top: 6px;
	padding-left: 6px;
	float: left;
}
.filter-color li input[type="checkbox"] + label span.button_check{
	background: none;
	margin: 0;
}
.filter-color li input[type="checkbox"]:checked + label{
	border-color: #ff3366;
	background-image: url(//theme.hstatic.net/1000339999/1001371804/14/bg_chonsen.png?v=97);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.filter-size-box:focus{
	background-color: #fff;
	border-color: #cbc6b5;
	color: #cbc6b5;
}
.filter-color li label:hover{
	background-color: transparent;
	border-color: #e61446 !important;
	color: #e61446;
	background-image: url(//theme.hstatic.net/1000339999/1001371804/14/bg_chonsen.png?v=97);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.widget .accordion-body .accordion-body-wrapper {
	//padding: 18px 0 10px;
}
.sidebar .widget {
	margin-bottom: 20px;
}

.filter-size-box {
	color: #a39d94;
	font-size: 12px;
	line-height: 33px;
	text-align: center;
	text-transform: uppercase;
}
.filter-color-box:focus{
	box-shadow: none;
	-webkit-box-shadow: none;
}
.filter-chose a.active, .filter-color-box:hover {
	border-color: #e61446 !important;
	background-image: url(//theme.hstatic.net/1000339999/1001371804/14/bg_chonsen.png?v=97);
	background-position: right bottom;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 2px #fff;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
}
.filter-color-box, .filter-size-box {
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 1px solid #d7d5cb;
	margin: 0 6px 12px !important;
}
.filter-color-box {
	width: 25px;
	height: 25px;
}
.filter-color-box {
	box-shadow: inset 0 0 0 1px #fff;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
}
.filter-chose a.active, .filter-color-box:hover {
	border-color: #e61446 !important;
	background-image: url(//theme.hstatic.net/1000339999/1001371804/14/bg_chonsen.png?v=97);
	background-position: right bottom;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 2px #fff;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
}
div#sidebar-collapse-filter {
	border: 1px solid #eaeaea;
	padding: 10px 20px;
}
.accordion-title.block-title.size-3 {
	border: none;
}
.check-box-list input[type="checkbox"]:checked + label span.button{
	background: #9F8776 url("//theme.hstatic.net/1000339999/1001371804/14/checked.png?v=97") no-repeat center center;
}
.check-box-list input[type="checkbox"]:checked + label, .check-box-list label:hover{
	color: #9F8776;
}
.filter-color li.active span.button {
	display: none !important;
}
.layered .layered-content.filter-size li {
	display: inline-block;
	width: 45%;
}
/*End filter */
#chir_collection .main {
	padding: 0;
}
section#chir_collection {
	//margin-top: -15px;
}
ol.breadcrumb {
	margin: 0;
	background: transparent;
	padding-left: 0;
}
#left_column .box_sidebar {
	border: 1px solid #eaeaea;
	border-top: 0;
}
#left_column .left-module {
	margin-bottom: 10px;
	overflow: hidden;
}
#left_column .block {
	//border-top: 1px solid #eaeaea;
}
#left_column .block .title_block {
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #eaeaea;
	padding-left: 28px;
	text-transform: uppercase;
	padding-top: 11px;
	padding-bottom: 12px;
	position: relative;
}
#left_column .block .block_content {
	padding: 15px 20px;
}
.check-box-list li, .tree-menu li {
	line-height: 24px;
}
.tree-menu>li>span:before {
	content: "\f105";
	display: inline-block;
}
.tree-menu>li>span.open:before, .tree-menu>li>span:before, .tree-menu>li>ul>li>span:before {
	font-size: 14px;
	text-align: right;
	padding-right: 12px;
	color: #ccc;
	font-family: FontAwesome;
}
.page_head{
	position: relative;
	padding: 13px 0 0px 0;
	border-bottom: 1px solid #eaeaea;
}
.page_head .ins_title{
	font-size: 18px;
	text-transform: uppercase;
	line-height: normal;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	top: 1px;
}
.page_head .ins_title:before{
	content: '';
	position: absolute;
	height: 2px;
	border-bottom: 1px solid #9F8776;
	width: 100%;
	bottom: 0;
}
.display-product-option {
	width: 63px;
	height: 30px;
}
.view-product-list .display-product-option {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.display-product-option li.view-as-grid span {
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	background: url(//theme.hstatic.net/1000339999/1001371804/14/grid-view-bg.png?v=97) #666;
	border: none;
	float: left;
}
.display-product-option li.view-as-list span {
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	background: url(//theme.hstatic.net/1000339999/1001371804/14/list-view-bg.png?v=97) #666;
	border: none;
	float: right;
}
.display-product-option li.selected span, .display-product-option li:hover span {
	background-color: #9F8776;
	background-position: 0 -30px;
}
.display-product-option li.selected span, .display-product-option li:hover span {
	background-color: #9F8776;
}
.browse-tags {
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%);
}
.browse-tags span {
	display: inline-block;
	line-height: 30px;
}
.browse-tags select {
	height: 30px;
	border: 1px solid #ccc;
	outline: none;
}
ul.product-list.products.filter li.item_product {
	border-top: 0;
	padding: 0;
	margin-bottom: 20px;
}
ul.product-list.products li.item_product img {
	max-height: 215px;
	display: inline-block;
	width: auto;
}
.related_product .chir-img img{
	max-height: 230px;
}
/*Paginate*/
.content_sortPagiBar .pagination {
	margin: 0px;
	float: right
}

.content_sortPagiBar .pagination>li {
	float: left;
	padding: 0px 2px
}
.pagination>li>a, .pagination>li>span {
	padding: 5px 10px;
}
.content_sortPagiBar .pagination>li>a, .content_sortPagiBar .pagination>li span {
	font-size: 12px;
	color: #704F39;
	border-color: #704A31;
	background: #ffffff;
}

.content_sortPagiBar .pagination>li:hover>a,.content_sortPagiBar .pagination>li:hover span,.content_sortPagiBar .pagination>li:focus>a,.content_sortPagiBar .pagination>li:focus span {
	color: #704F39;
	border-color: #704A31;
	background: #9F8776;
}

.content_sortPagiBar .pagination>li:hover>a:before,.content_sortPagiBar .pagination>li:hover span,.content_sortPagiBar .pagination>li:focus>a:before,.content_sortPagiBar .pagination>li:focus span {
	color: #704F39;
}

.content_sortPagiBar .pagination .active>a,.content_sortPagiBar .pagination .active span {
	color: #704F39;
	border-color: #704A31;
	background: #9F8776;
}

.content_sortPagiBar .pagination .pagination_previous:hover>a,.content_sortPagiBar .pagination .pagination_previous:hover span,.content_sortPagiBar .pagination .pagination_previous:focus>a,.content_sortPagiBar .pagination .pagination_previous:focus span {
	color: #704F39;
	background: #9F8776;
	border-color: #704A31;
}

.content_sortPagiBar .pagination .pagination_previous>a,.content_sortPagiBar .pagination .pagination_previous span {
	position: relative;
	//height: 34px;
	font-size: 0px
}

.content_sortPagiBar .pagination .pagination_previous>a:before,.content_sortPagiBar .pagination .pagination_previous span:before {
	content: "Trước";
	font-weight: 300;
	font-size: 12px;
	color: #704F39;
	display: block
}

.content_sortPagiBar .pagination .pagination_next:hover>a,.content_sortPagiBar .pagination .pagination_next:hover span,.content_sortPagiBar .pagination .pagination_next:focus>a,.content_sortPagiBar .pagination .pagination_next:focus span {
	color: #704F39;
	background: #9F8776;
	border-color: #704A31;
}
.content_sortPagiBar .pagination .pagination_next:hover>a:before,.content_sortPagiBar .pagination .pagination_next:hover span,.content_sortPagiBar .pagination .pagination_next:focus>a:before,.content_sortPagiBar .pagination .pagination_next:focus span {
	color: #704F39;
}

.content_sortPagiBar .pagination .pagination_next>a,.content_sortPagiBar .pagination .pagination_next span {
	position: relative;
	//height: 34px;
	font-size: 0px
}

.content_sortPagiBar .pagination .pagination_next>a:before,.content_sortPagiBar .pagination .pagination_next span:before {
	content: "Sau";
	font-weight: 300;
	font-size: 12px;
	color: #704F39;
	display: block
}
.content_sortPagiBar.pagi {
	padding: 20px 10px;
	display: block;
	border: none;
}
.content_sortPagiBar .pagination>li.pagination_previous>a, .content_sortPagiBar .pagination>li.pagination_previous span, .content_sortPagiBar .pagination>li.pagination_next>a, .content_sortPagiBar .pagination>li.pagination_next span {
	color: #704F39;
	background: #ffffff;
	border-color: #704A31;
}
.content_sortPagiBar .pagination>li.pagination_previous.disabled, .content_sortPagiBar .pagination>li.pagination_next.disabled {
	display: none;
}
.page-selector .pages-box .content_sortPagiBar {
	margin: 0;
	padding: 0;
}
.page-selector .pages-box .content_sortPagiBar li.pagination_previous, .page-selector .pages-box .content_sortPagiBar li.pagination_next {
	//display: none;
}
/*end pagi*/
/* View list */
ul.product-list.view_list li.item_product {
	width: 100%;
}
ul.product-list.view_list li.item_product .chir-img {
	float: left;
	width: 30%;
}
ul.product-list.view_list li.item_product .product-detail {
	float: left;
	width: 70%;
}
ul.product-list.view_list li.item_product .chir_loop .product-detail a {
	height: auto;
	font-size: 20px;
}
ul.product-list.view_list li.item_product .chir_loop .product_view_list {
	display: block;
	margin-bottom: 10px;
}
/* ----------------------- END COLLECTION ---------------------- */
/* ----------------------- CHIR PRODUCT ---------------------- */
/* 
Swatches Styles
*/



.swatch { 
	margin:0.5em 0; 
}
/* Label */
.swatch .header {
	margin: 0;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: none;
	display: inline-block;
	min-width: 200px;
	position: relative;
}
.swatch .header:before{
	content: '';
}
/* Hide radio buttons.*/
.swatch input { 
	display:none;
}
.swatch label {
	float:left;
	min-width:35px !important; 
	height:35px !important;
	margin:0;
	text-align:center;
	line-height: 30px;
	white-space:nowrap;
	font-size: 12px;
	border:1px solid #ccc;
	cursor: pointer;
	position: relative;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { 
	background-size: cover !important;
	padding: 0px;
}
.swatch .swatch-element {
	//float:left;
	-webkit-transform:translateZ(0); /* webkit flicker fix */
	-webkit-font-smoothing:antialiased; /* webkit text rendering fix */
	margin:0px;
	display: inline-block;
	position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
	filter: alpha(opacity=60); /* internet explorer */
	-khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
	opacity: 0.6;           /* fx, safari, opera */
}
.swatch .img-check{
	display:none;
	position: absolute;
	right: 0;
	bottom: 0;
}
.swatch-element label.sd {
	border: 1px solid #e4393c;
}
.swatch-element label.sd img.img-check {
	display: block;
}
.swatch-element label span {
	color: #000;
	font-size: 13px;
	line-height: normal;
	vertical-align: middle;
	//display: none;
}
/*
label.sd{
border: 1px solid #F00;
background: url(//theme.hstatic.net/1000339999/1001371804/14/select-pro.png?v=97) right bottom no-repeat;
}

.n-sd:nth-child(1) label {
border: 1px solid #F00;
background: url(//theme.hstatic.net/1000339999/1001371804/14/select-pro.png?v=97) right bottom no-repeat;
}
*/

label[for="product-select-option-0"] { display: none; }
label[for="product-select-option-1"] { display: none; }
label[for="product-select-option-2"] { display: none; }
#product-select-option-0 { display: none; }
#product-select-option-1 { display: none; }
#product-select-option-2 { display: none; }
#product-select-option-0 + .custom-style-select-box { display: none !important; }
#product-select-option-1 + .custom-style-select-box { display: none !important; }
#product-select-option-2 + .custom-style-select-box { display: none !important; }
.selector-wrapper {
	display: none;
}
.color.swatch-element label.no-thumb {
	padding: 0px 10px;
}
/*end swatch*/
.product-detail-box {
	padding-right: 20px;
}
.product-detail-box .product-subtitle {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	color: #949494;
	font-weight: 400;
	margin-top: 10px;
	text-transform: uppercase;
}
.product-detail-box .product-title {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 5px;
	color: #3d3d3d;
	font-weight: 400;
	text-transform: uppercase;
}
.product-detail-box .sku {
	font-size: 14px;
	font-style: italic;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}
.product-detail-box .sku strong{
	font-style: normal;
}
.product-description {
	font-size: 14px;
	line-height: 1.3;
	color: #808080;
	font-weight: 300;
	margin-bottom: 20px !important;
}
.price {
	font-size: 15px;
	line-height: 15px;
}
.product-detail-box .price {
	line-height: 1.3;
	letter-spacing: 0px;
}
.detail-info-entry {
	margin-bottom: 10px;
}
.product-detail-box .price .prev {
	font-size: 18px;
	color: #9F8776;
	font-weight: 400;
	display: block;
	vertical-align: middle;
	margin-left: 0px;
	margin-bottom: 0px;
	text-decoration: line-through;
	font-style: italic;
}
.product-detail-box .price .current {
	font-size: 25px;
	color: #714F38 !important;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}
.product-detail-box .right_box {
	padding: 10px 0 0 20px;
	border-left: 1px #dfdfdf solid;
}
.serv-1 {
	background: url(//theme.hstatic.net/1000339999/1001371804/14/icon-serv-1.png?v=97) top left no-repeat;
}
.serv-2 {
	background: url(//theme.hstatic.net/1000339999/1001371804/14/icon-serv-2.png?v=97) top left no-repeat;
}
.pd_policy p {
	color: #000;
	display: block;
	padding-left: 40px;
	width: 100%;
	padding-bottom: 20px;
}
.pd_policy p:last-child {
	padding-bottom: 0;
}
.pd_policy p span {
	color: #727272;
}
.pd_policy h3, .pd_saler h3 {
	font-size: 17px;
	color: #5a5a5a;
	padding-bottom: 10px;
}
.quantity-selector {
	font-size: 0;
}
.detail-info-entry-title {
	font-size: 14px;
	color: #313131;
	line-height: 18px;
	font-weight: 600;
	margin-bottom: 7px;
}
.quantity-selector .entry {
	border: 1px #d1d1d1 solid;
	height: 30px;
	line-height: 30px;
	width: 30px;
	margin-left: -1px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	font-size: 12px;
	color: #4c4c4c;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.quantity-selector .entry.number-minus:before, .quantity-selector .entry.number-plus:before {
	content: "";
	width: 11px;
	height: 1px;
	background: #4d4d4d;
	left: 50%;
	margin-left: -5.5px;
	top: 50%;
	margin-top: -0.5px;
	position: absolute;
}
.quantity-selector .entry.number-plus:after {
	content: "";
	height: 11px;
	width: 1px;
	background: #4d4d4d;
	left: 50%;
	margin-left: -0.5px;
	top: 50%;
	margin-top: -5.5px;
	position: absolute;
}
.quantity-selector .entry.number {
	cursor: default;
	width: 44px;
	padding: 0 5px;
	width: auto;
	min-width: 44px;
}
.detail-info-entry.pd_action {
	margin-top: 20px;
}
.btn-outline {
	position: relative;
	z-index: 0;
	border: 1px solid #9F8776;
	white-space: nowrap;
	padding: 10px 40px;
	margin-bottom: 0;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	display: inline-block;
	background: #9F8776;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
	margin-right: 20px;
	border-radius: 50px;
	outline: none !important;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.btn-buyNow, .btn-outline.btn-style-2{
	background: #fff;
	color: #9F8776;
	border-color: #9F8776;
	box-shadow: none;
}
a.button.btn-outline.btn-buyNow:hover, .btn-outline.btn-style-2:hover{
	background: #9F8776;
	color: #fff;
}
.btn-outline.btn-Soldout {
	cursor: default;
}
.pd_saler {
	margin-top: 20px;
}
.pd_saler p {
	display: block;
	width: 100%;
	padding-left: 25px;
	background: url(//theme.hstatic.net/1000339999/1001371804/14/check-ser.png?v=97) left 4px no-repeat;
	padding-bottom: 8px;
	color: #000;
}
.product_socaial .box_social > div {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.insLabel {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	padding: 5px;
	background: rgba(255,255,255,.8);
	border: 1px solid #714F38;
	color: #714F38;
	font-size: 14px;
	min-width: 50px;
}
.insLabel.soldout {
	border: 1px solid #323232;
	background: #323232;
	//left: 10px;
	//right: auto;
	color: #fff;
}
div#thumb_img {
	margin: 20px 0px;
}
div#thumb_img ul.slide_thumb_img {
	padding: 0px 30px;
}
.slide_thumb_img li.product-thumb.active {
	border-color: #9F8776;
}
.slide_thumb_img li.product-thumb {
	margin: 5px;
	padding: 5px;
	border: 1px solid transparent;
}
.information-entry .title_chir {
	margin-top: 10px;
}
.inline-product-entry.new .image {
	width: 85px;
	float: left;
	border: 1px transparent solid;
}
.inline-product-entry.new .content {
	margin-left: 90px;
	padding-right: 10px;
}
.cell-view {
	display: table-cell;
	vertical-align: middle;
	height: inherit;
}
.inline-product-entry.new .content .cell-view {
	height: 55px;
}
.inline-product-entry.new .title {
	display: block;
	max-height: 35px;
	overflow: hidden;
	line-height: 1.4;
}
.information-entry .new .price {
	font-size: 13px;
	margin-top: 10px;
}
.information-entry .new .price .prev {
	font-size: 11px;
	text-decoration: line-through;
	font-style: italic;
}
.information-blocks {
	margin-bottom: 20px;
	//border-bottom: 1px solid #9F8776;
}
.information-blocks:last-child {
	margin-bottom: 0px;
}
.swiper-tabs {
	padding: 10px;
}
.swiper-tabs .content-text {
	//padding: 15px;
}
.product_socaial {
	margin: 10px 0px 20px;
}
.description .content-text {
	padding: 10px;
}
/* ----------------------- END PRODUCT ---------------------- */

/*------------------- BLOGS ---------------------------- */
/* --------------------------------------------------------
Right Sidebar CSS
-----------------------------------------------------------*/
.ba_sidebar {
	padding-left: 0;
}
.right_sidebar{
	background: url(bg_sing_practice.png);
	padding: 0px;
}
.all_right_widgets{
	background: #fff;
	padding:15px;
}
.sing_right_widget{
	margin-top: 30px
}
.sing_right_widget:first-child{
	margin-top: 0;
}
.sing_right_widget > h2{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.lat_news_right > li {
	overflow: hidden;
}
.lat_news_right img {
	float: left;
	margin-right: 10px;
	max-width: 60px;
}
.lat_news_right_con {
	float: left;
	width: auto;
}
.lat_news_right_con h3{
	font-size: 13px;
	text-transform: none;
	line-height: 15px;
	margin-bottom: 5px;
}
.lat_news_right_con h4{
	font-size: 12px;
	font-style: italic;
	margin-bottom: 0;
}
.lat_news_right li{
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 0;
}
.lat_news_right li:first-child{
	padding-top: 0;
}
.lat_news_right li:last-child{
	padding-bottom: 0px;
	border-bottom: 0px;
}
.upcoming_events_right{
	overflow: hidden;
}
.upcoming_events_right img{
	margin: 7.5px 0;
}
.single_social_share{
	padding: 15px 0;
	text-align: center;
	color: #fff;
}
.single_social_share a{
	color: #fff;
	font-size: 20px;
	width: 47px;
	line-height: 47px;
	background: rgba(255,255,255,.1);
	display: block;
	border-radius: 50%;
	margin: 0 auto;
}
.single_social_share a:hover{
	background: rgba(255,255,255,.2);
}
.social_share_logo_right{
	overflow: hidden;
}
.social_share_logo_right .col-md-4:nth-child(1) .single_social_share{
	background: #3b59a1;
}
.social_share_logo_right .col-md-4:nth-child(2) .single_social_share{
	background: #46b0e4;
}
.social_share_logo_right .col-md-4:nth-child(3) .single_social_share{
	background: #dd4c39;
}
.single_social_share span{
	margin-top: 20px;
	font-size: 15px;
	display: block;
}
.category_right li{
	margin-bottom: 20px;
}
.category_right li a{
	font-size: 15px;
}
.category_right li a:hover, .category_right li.current-cat a{
	color: #9F8776;
}
.category_right li a i{
	margin-right: 15px;
}
#chir_blogs .article_item {
	padding: 0px 10px 0px 10px;
}
.main_article {
	padding: 0px;
}
#article_edu .head h1 {
	font-size: 28px;
	margin-bottom: 10px;
}
.info_edu {
	margin-bottom: 10px;
}
.info_edu ul li {
	display: inline-block;
	padding-right: 10px;
}
.main_article *:not(i) {
	font-family: 'UTM Avo'!important;
	//width: auto !important;
}
.main_article h1, .main_article h2, .main_article h3, .main_article h4,
.main_article h5, .main_article h6 {
	font-family: 'UTM Avo'!important;
}
/*------------------- END Blog ---------------------------- */
/* ===== Customer CSS ===== */
.ins_home_product {
	margin-top: 30px;
}
.dataEmpty {
	text-align: center;
	margin: 10px 0px;
	font-size: 15px;
	font-style: italic;
}
.ins_title_block .headBlock {
	background: #fafafa;
	//border: 1px solid #e5e5e5;
	height: 40px;
	margin-bottom: 0px;
	position: relative;
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
}
.title_object .title h2 {
	display: block;
	line-height: 40px;
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	padding-left: 10px;
	/*	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;*/
	background: #9F8776;
	position: relative;
}
.title_object .title h2:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 20px solid transparent;
	border-left: 13px solid #9F8776;
	border-right: 0 solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	top: 0;
	right: -13px;
}
.link_block .link_object ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
.link_block .link_object ul li {
	float: left;
	display: block;
}
.link_block .link_object ul li a {
	display: block;
	height: 40px;
	line-height: 30px;
	color: #444;
	font-size: 15px;
	white-space: nowrap;
	padding: 5px 10px;
}
.link_block .link_object ul li a:hover {
	color: #e60f1e;
	background: #eee;
	text-decoration: none;
}

span.mce-preview-object.mce-object-iframe {
	width: 100% !important;
	display: inline-block;
	text-align: center;
}
div#layout-page {
	margin-top: 20px;
}

div#layout-page h1{
	margin-bottom: 20px;
}
div#layout-page fieldset{
	border: none
}
/*============================================== end custom style ==============================================*/
img.icon-social {
	width: 25px;
}
/*
span.repassword_warning {
top: 50% !important;
padding: 5px;
}
.col_full:nth-child(3),
.col_full:nth-child(4),
.col_full:nth-child(7) {
padding-bottom: 20px;
}*/

#register-form-submit {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}
div[data-oembed-url*="youtu"] >div {
	max-width: 100% !important;
}
@media(max-width:767px){
	.body-content img{
		width: 100%;
		height: auto;
	}
}

.price-contact {
    font-size: 25px;
    color: #714F38 !important;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.footer-social-networks img {
    padding: 1px;
}

.language_navtitle{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.language_navtitle svg{
	margin-left: 5px;
}
.language_navtop ul,
.language_navtop li{
	margin: 0 !important;
	padding: 0 !important;
}
.language_navtop {position: relative;line-height: 38px;margin-right:0}
.language_navtop .language_navtitle span{display: inline-block;vertical-align: middle;}
.language_navtop .language_navtitle > i,
.language_navtop .language_navtitle >.fa,
.language_navtop .language_navtitle > svg{
	font-size: 12px;display: inline-block;vertical-align: middle;    margin:0px 5px;
	-webkit-transition: all 300ms linear;-moz-transition: all 300ms linear;-ms-transition: all 300ms linear;-o-transition: all 300ms linear;transition: all 300ms linear;
}
.language_navtop:hover .language_navtitle > i,
.language_navtop:hover .language_navtitle > .fa,
.language_navtop:hover .language_navtitle > svg{ color: #2979ff;-moz-transform: rotate(-180deg);-webkit-transform: rotate(-180deg);-o-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);}
.language_navtop .language_navtitle span svg,
.language_dropdown ul li>a span svg{width:30px;height:30px;display:block;}
.language_navcontent{
	position: absolute;z-index:99999;top: 100%;right:-10px;
	width: 165px;padding: 0 10px 10px;overflow: hidden;height: 0;    opacity: 0;visibility: hidden;
	-webkit-transform: translateY(10px);-ms-transform: translateY(10px);transform: translateY(10px);
	-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.language_navcontent .language_dropdown{background: #fff;    border-radius: 4px;margin-top:20px;    box-shadow: 0px 0px 7px 0px rgba(8, 88, 157, 0.2);}
.language_navcontent .language_dropdown:after,
.language_navcontent .language_dropdown:before {
	content: '';
	position: absolute;top: 16px;right:45px;
	border: 5px solid transparent;
	border-top-color: #fff;    border-right-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(8, 88, 157, 0.2);
	-moz-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);transform: rotate(-45deg);
	-webkit-transition: all .5s ease;transition: all .5s ease;
}
.language_dropdown ul{background-color: #fff;position: relative;z-index: 2;}
.language_dropdown ul li{display:block;-webkit-transition: all .5s ease;transition: all .5s ease;}
.language_dropdown ul li + li {border-top: 1px solid #dfe3e8;}
.language_dropdown ul li>a{font-size: 13px;color: #3d5067;display: block !important;text-align: left;line-height: initial;padding: 5px 9px;}
.language_dropdown ul li>a span{display: inline-block;vertical-align: middle;margin-right:5px;}
.language_dropdown ul li:hover {background:#e3f2fd;}
.language_dropdown ul li:hover a{text-decoration: none;}
.language_dropdown ul li:hover a:after{
	display: none;
}
.language_hovertop:hover .language_navcontent{
	height: auto;opacity: 1;filter: alpha(opacity=100);    visibility: visible;
	-webkit-transform: translateY(-12px);-ms-transform: translateY(-12px);transform: translateY(-12px);
}
.js-parents.hover-bg .language_dropdown:after,
.js-parents.hover-bg .language_dropdown:before {border-top-color: #e3f2fd;border-right-color: #e3f2fd;}

.tool_bar_user_flex {
    display: flex;
    align-items: center;
    gap: 8px;
}
.row.abc {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.abc h1.title {
    text-align: center;
}




.information-entry body { margin:8px }
.information-entry th { font-weight: bold; text-align: center }
.information-entry caption { text-align: center }
.information-entry h1 { font-size: 2em; margin: .67em 0 }
.information-entry h2 { font-size: 1.5em; margin: .75em 0 }
.information-entry h3 { font-size: 1.17em; margin: .83em 0 }
.information-entry h4, .information-entry p,
.information-entry blockquote, .information-entry ul,
.information-entry fieldset, .information-entry form,
.information-entry ol, .information-entry dl, .information-entry dir,
.information-entry menu { margin: 1.12em 0 }
.information-entry h5 { font-size: .83em; margin: 1.5em 0 }
.information-entry h6 { font-size: .75em; margin: 1.67em 0 }
.information-entry h1, .information-entry h2, .information-entry h3, .information-entry h4,
.information-entry h5, .information-entry h6, .information-entry b,
.information-entry strong { font-weight: bold }
.information-entry blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
  font-style: italic;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}
.information-entry i, .information-entry cite, .information-entry em,
.information-entry var, .information-entry address { font-style: italic }
.information-entry pre, .information-entry tt, .information-entry code,
.information-entry kbd, .information-entry samp { font-family: monospace }
.information-entry pre { white-space: pre }
.information-entry big { font-size: 1.17em }
.information-entry small, .information-entry sub, .information-entry sup { font-size: .83em }
.information-entry sub { vertical-align: sub }
.information-entry sup { vertical-align: super }
.information-entry table { border-spacing: 2px; border-collapse:separate }
.information-entry thead, .information-entry tbody,
.information-entry tfoot { vertical-align: middle }
.information-entry td, .information-entry th, .information-entry tr { vertical-align: inherit }
.information-entry s, .information-entry strike, .information-entry del { text-decoration: line-through }
.information-entry hr { border: 1px inset }
.information-entry ol, .information-entry ul, .information-entry dir,
.information-entry menu, .information-entry dd { margin-left: 40px }
.information-entry ol { list-style-type: decimal }
.information-entry ul { list-style-type: disc }
.information-entry ol ul, .information-entry ul ol,
.information-entry ul ul, .information-entry ol ol { margin-top: 0; margin-bottom: 0 }
.information-entry { line-height:1.2 }

/* HTML5 */

.information-entry figure {
  margin: 1em 40px;
}
#article_edu .head h1 {
    text-align: center;
	    font-weight: bold;
}

