@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');

@font-face {
	font-family: 'UTM_Alter_Gothic';
	src: url('../fonts/utm-alter-gothic.ttf'),
	url('../fonts/utm-alter-gothic.ttf');
	font-weight: normal;
	font-style: normal;
}

body {
	height: 100%;
	color: #535353;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;

}

a,
a:hover,
a:active {
	text-decoration: none;
	color: #535353;
}

h1, h2 {
	color: #5c7148;
    font-size: 2.2rem;
}

img {
	max-width: 100%;
}

.wrapper--content {
	max-width: 1200px;

}

.float-content {
	margin-bottom: 20px;
	text-align: right;
}

.float-content .row {
	float: right;
	width: 100%;
}

.display-sm {

margin-left: 0;
display: -webkit-box;

}

.header--logo {
	float: left;
width: 17%;
clear: both;
}

.header--nav-bar {
	float: right;
	padding-top: 15px;
}

.header--nav-bar .row {
	display: -webkit-box;
}
.nav-bar--inner{
	float: right
}

#navbarSM {
	display: block;
}

.navbar-nav {
	display: -webkit-box;
}

.header--head {
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	text-transform: capitalize;
	background-color: #5c7148;
}

.wrapper--head {
	width: 100%;
}

.header--menu {
	margin-left: 20px;
}

.header--text {
	margin-left: 5px;
	font-size: 12px;
}
#nav-item--xs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 10px;
}
.navbar {
	position: relative;
	padding-left: 5px;
}

.nav-icon {
    margin-left: 15px;
    z-index: 9999;
}

.nav-icon i  {
    margin-top: 6px;
}

.nav-link {
	color: #535353;
	text-transform: uppercase;
}

.nav .nav-item .nav-link.active {
	position: relative;
	color: #fff !important;
    background: #5c7148;
    border-radius: 26px;
}

.nav--special:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
    bottom: -14px;
    left: 40%;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #879e70;
}

.nav--special:hover {
	color: #fff;
}

.menu-gadget {display: none !important;}
.menu-main .header--sub-menu {
	position: absolute;
	display: none;
    padding-bottom: 0;
    top: 43px;
    left: -213px;
	line-height: 28px;
	opacity: 0.95;
	z-index: 101;
}
.menu-gadget .header--sub-menu {
	position: absolute;
	display: none;
    justify-content: space-between;
    padding: 20px;
    padding-bottom: 0;
    top: 60px;
    left: -213px;
    z-index: 2;
	background-color: #ececec;
	border-top: solid 4px #879e70;
	line-height: 28px;
	opacity: 0.95;
}
.menu-gadget .header--sub-menu .sub-menu--left>li {float:left; width:260px; padding-right:20px;}
.nav-item:hover .header--sub-menu {
	display: block;
}

.nav--special:before {
	display: none;
}

.nav-item:hover .nav--special:before{
	display: block;
}

.nav--special:hover .wrapper--sub-menu {
	display: block;
}

.fa-ul {
	padding-bottom: 15px;
}

.fa-ul li a {
	color: #535353;
}

.header--sub-menu li:hover {
	margin-left: 5px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
}

.menu-main .sub-menu--left {
	margin-right: 25px;
	width: 240px;
}
.menu-gadget .sub-menu--left {
	margin-right: 25px;
	width: 100%;
}

.sub-menu--center {
	margin-right: 25px;
    width: 240px;
}

.sub-menu--right {
	margin-right: 10px;
    width: 240px;
}

.sub-menu--right .fa-angle-right {
	margin-right: 5px;
}

.header--main-menu {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #f5f5f5;
}

.menu-main .nav-item {
  margin-right: 15px;
}
.menu-gadget .nav-item {}

.nav-link,
.nav .nav-item .nav-link:after,
.nav .nav-item .nav-link:before {
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}

.nav .nav-item .nav-link:hover {
  color: #fff;
}

.nav .nav-item .nav-link {
	position: relative;
	z-index: 1;
	color: #535353;
	font-weight: 500;
}

.nav .nav-item .nav-link:after {
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #5c7148;
	height: 95%;
	z-index: -1;
	border-radius: 26px;
}

.nav .nav-item .nav-link:hover:after {
	width: 100%;
}

/* add by hoang nguyen 27/10/2017 */
.fa-li {
	left: -1.8em;
	top: 0.47em;
}

.header--sub-menu .sub-line-white {
	width: 100%;
	border-top: 8px solid #ffffff;
	opacity: 0;
}

.header--sub-menu .sub-content {
	padding: 20px;
	background-color: #ececec;
	border-top: solid 4px #879e70;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
}
.list--items .items--list.item4 {
	margin-right: 0px;
}
.list--items {
	margin: 0 -15px;
}
.list--items .items--list {
	overflow: hidden;
	/*height: 300px;*/
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	/*flex: 0 0 22.954%;*/
	float: left;
	width: 25%;
    margin-bottom: 30px;
    transition: all 0.8s ease-in-out 0s;
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
}
.list--items .items--list .item-loop {
    border: 1px solid #e1e1e1;
    position: relative;
    display: block;
    overflow: hidden;
}
.item-loop:hover .items--list-hover {
	width: 100%;
	height: 582px;
}
.item-loop .items--list-hover {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #8d9f7b;
	-webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	z-index: -1;
}
.img--watermark {
	display: flex;
}
.watermark {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}
.thumb {
	 height: 270px;
	 width: 100%;
}
.name--items {
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: white;
	background: #5c7148;
    z-index: 100;
}
.stock--img {
	position: absolute;
	left: 0;
	top: 8.4%;
	font-size: 14px;
	text-align: center;
	background: #ccc;

}
.backg {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
}
.items--list p {
	padding: 2px 8px;
}
.items--list .item-loop:hover .name--items {
	opacity: 1;
}
.items--list .item-loop:hover .stock--img {
	opacity: 0.9;
}

.items--list .item-loop:hover .button1 {
	display: block;
}
.items--list .item-loop:hover .button2 {
	display: block;
}
.items--list .item-loop:hover .thumb{
	opacity: 0.8;
	width: 100%;
	top: 0;
	left: 0;
}
.items--list .button1 {
	position:absolute;
	display:none;
	top: 35%;
	left: 25%;
	background: #fff;
	width: auto;/*130px*/
	height: 36px;
	z-index: 999;
}
.items--list .button1.extend {
	left: 16%;
}
.items--list .button2 {
	position:absolute;
	display:none;
	top: 55%;
	left: 25%;
	background: #fff;
	width: 130px;
	height: 36px;
	z-index: 999;
}
.items--list   a{
	color: #535353;
	text-decoration:  none;
}
.items--list .items--likes:first-child {
	padding-left: 20px;
}
.items--list .items--likes:last-child {
	padding-left: 15px;
}
.items--list .items--likes {
	float: left;
	width: 33%;
	padding-left: 25px;
	padding-right: 10px;
	z-index: 9999;
}
.table--size {
    bottom: 3px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    z-index: 9998;
}
.items--list:hover .table--size {
	background-color: #fff;
}
.image--special {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	cursor: -webkit-pointer;
	cursor: -moz-pointer;
	cursor: pointer;
}
.detail--image {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
}
.table--size div {
	left: 20px;
	z-index: 999;
}
.table--size div:last-child {
	left: -5px;
}
.navbar--menu-mb {
    display: none;
}

#nav-item--sm {
	cursor: pointer;
}

@media only screen and (max-width: 1030px) and (min-width: 992px) {
    .items--list {
		width: 33.33333333% !important;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .items--list {
        width: 33.33333333% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
	.items--list .button1, .items--list .button2 {
		left: 22% !important;
	}
}

@media only screen and (max-width: 767px) and (min-width: 550px) {
    .items--list {
        width: 50% !important;
    }
}

@media only screen and (max-width: 550px) {
    .items--list {
        width: 50% !important;
    }
	/*.table--size .col-sm-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}*/
}

@media only screen and (max-width: 510px) {
    .items--list .items--likes:first-child {
        padding-left: 10px;
    }
    .items--list .items--likes {
        font-size: 13px;
    }
}

@media only screen and (max-width: 455px) {
    .items--list {
        width: 100% !important;
    }
    .items--list .items--likes:first-child {
        padding-left: 20px;
    }
    .items--list .items--likes {
        font-size: 14px;
    }
}


@media only screen and (min-width: 624px) and (max-width: 680px 755px) {
	.items--list .button1, .items--list .button2 {
		left: 27%;
	}
}

@media only screen and (min-width: 681px) and (max-width: 740px) {
	.items--list .button1, .items--list .button2 {
		left: 30%;
	}
}

@media only screen and (min-width: 740px) and (max-width: 768px) {
	.items--list .button1, .items--list .button2 {
		left: 32%;
	}
}

@media only screen and (min-width: 769px) and (max-width: 780px) {
	.items--list .button1, .items--list .button2 {
		left: 20%;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1028px) {
	.items--list .button1, .items--list .button2 {
		left: 28%;
	}
}

@media only screen and (min-width: 360px) and (max-width: 455px) {
	.items--list .button1, .items--list .button2 {
		left: 32%;
	}
}

/* end */
@media screen and (max-width: 1000px) {
	.menu-main {display: none;}
	.menu-gadget {display: block !important;}
}

@media screen and (max-width: 991px) {
	.navbar-light .navbar-nav .nav-link {
		padding: 15px;
	}

	.header--logo {
    	float: none;
    }

    .nav-bar--inner {
    	float: left;
    	width: 100%;
    }

	.display-sm {
		position: relative;
		display: block;
        padding-bottom: 0;
    }

    #nav-item--sm {
    	position: absolute;
    	right: 0;
        top:19px;
        padding-top: 5px;
        cursor: pointer;
    }

    .header--logo {
        width: 60px;
    	margin: 0 auto;
    	padding-left: 0;
		z-index: 99999;
    }

    .header--nav-bar {
	    margin-top: 10px;
	    justify-content: flex-start;
	    position: absolute;
	    top: 0; left: 0;
		max-width:100% !important;
		padding-left:0; padding-right:0;
    }
	.header--nav-bar, .nav-bar--inner {margin-left:0; margin-right:0; padding-left:0 !important;}
	.nav-icon i {margin-right:15px; margin-top:0;}
    .nav--special:focus ~ .header-mb--sub-menu {
        display: block;
        margin-top: 10px;
    }
}

@media screen and (min-width: 992px) {

	.header--logo {
		padding-left: 0;
	}


	#nav-item--sm {
		position: relative;
		/*float:right;*/
		padding-top: 10px;
	}

    .nav-icon {
        margin-right: 10px !important;
    }
}


footer {
	margin-top: auto;
	clear: both;
}

.footer--category {
	padding-top: 25px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.footer-block .row {
	display: -webkit-box;
	display: -webkit-flex;
}

.footer--category-headline {
	color: #373737;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 500;
}

.footer--category-text {
	position: relative;
	margin-bottom: 3px;
}

.footer--category-text:after {
	position: absolute;
	content:"";
	height: 1px;
	right: 0;
	bottom: 9px;
	background-color:  #d7d7d7;
}

.first-line:after {
	width: 68%;
}

.second-line:after {
	width: 83%;
}

.third-line:after {
	width: 80%;
}

.footer--list {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 1.5rem;
}

.footer--list li {
	line-height: 30px;
}

.footer--list li:hover {
	margin-left: 5px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	 -o-transition: all 0.3s ease-in-out;


}

.footer--category-detail {

	color: #535353;
}

.footer--left-block {
	float: left;
	width: 25%;
}

.footer--main-block {
	float: left;
	width: 50%;
}

.footer--right-block {
	position: relative;
	float: right;
	width: 25%;
}

.footer--category-tags {
	font-size: 12px;
	line-height: 24px;
}

.footer--category-tags a {
	color: #535353;
	text-decoration: none;
}

.footer--category-social {
	/* position: absolute; */
	bottom: 0;
	margin-top: 20px;
    margin-bottom: 20px;
}

.footer--category-social i {
	margin-right: 10px;
	color: #5b5a5a;
	font-size: 18px;
}

.footer--bottom {
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Myriad Pro;
	font-size: 12px;
	color: #c1c1c1;
	background-color: #6f6f6f;
}

.footer--bottom p {
	margin-bottom: 0;
}

/**To keep upscaled images visible on mobile,
increase left & right margins a bit**/
.numb--page {
	width: 100%;
	margin: auto;
	padding-top: 20px;
	text-align: center;
	/*float: left;*/
}
.numb--page li {
	margin-right: 6px;
	padding: unset;
	float: left;
}
.numb--page li:last-child {
	margin-right: 0px;
}
.numb--page li.active a {
	background: #81956d;
	color: #fff;
}

.numb--page li:hover {
	background-color: #81956d;
	border-radius: .25rem;
}

.numb--page li:hover a {
	color: #fff;
}

.numb--page li a {
	border: solid 1px #ddd;
	color: #535353;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}

.numb--page li:hover {
	background: #81956d;
	border-radius: 0.25rem;
}

.numb--page li:hover a {
	color: #fff;
}

.numb--page .btn {
	padding: .5rem .6rem;
	border-radius: .22rem;
}

.pagination {
	display: inline-block !important;
}
@media only screen and (max-width: 600px) {
	.numb--page {
		width: 100%;
		padding-top: 20px;
	}
	.numb--page li {
		margin-right: 5px;
		padding: unset;
	}
	.numb--page li a {
		padding: 5px;
	}
}

.zoom {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	cursor: -webkit-pointer;
	cursor: -moz-pointer;
	cursor: pointer;
}

/*.zoom:hover,
.zoom:active,
.zoom:focus,*/
.zoom_hover {
	/**adjust scale to desired size,
	add browser prefixes**/
	-ms-transform: scale(1.3s);
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	position:relative;
	z-index:100;
}

section {
	margin-bottom: 30px;
	font-family: 'Roboto', sans-serif;
}

.single--breadcrumb {
	padding: 9px 0;
	border-bottom: solid 1px #f5f5f5;
	/* list-style: none; */
}
.single--breadcrumb .crumb {
	color: #656565;
	text-decoration: none;
	font-size: 12px;
}
.single--breadcrumb .crumb.active {
    color: #535353;
}
.single--breadcrumb i {
	margin: 0 6px;
}

.container--single {
	margin-top: 25px;
}

.group--allitems {
	width: 72.975%;
	float: right;
}

.form-group .form-control.state-error {
	background: #FEE9EA;
	border-color: #DE888A;
}
.form-group em.state-error {
	margin-top: 6px;
	padding: 0 3px;
	font-style: normal;
	line-height: normal;
	font-size: .85em;
	color: #DE888A;
}
#loading_ajax {
	background: #FFF;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	display: none;
}
.header--menu a, .header--menu a:hover, .header--menu a:active {
	color: #FFFFFF;
}
.form-check button {
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    background-color: #81956d;
    cursor: pointer;
    font-size: .9rem;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}
.form-check button:hover {
    /*background-color: #5c7148;*/
    box-shadow: inset 100px 0 0 0 #5c7148;
}
.form-control {
    padding: .29rem .75rem;
    font-size: .9rem;
}
.form-check i {
    margin-right: 6px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;
}
/*D*/
.navbar-toggler {border:none !important;padding:.25rem 0;}
.search-box{
  background: #E8E8E4;
  position: absolute;
  top: 45px;
  right: 1.7%;
  width: 285px;
  height: 45px;
  line-height: 28px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-top:4px solid #5c7148;
  display: none;
}
.search-box:before{
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #5c7148;
}
.search-box input[type="text"]{
  width: 197px;
  padding: 0px 10px;
  margin-left: 5px;
  border: 1px solid #5c7148;
  outline: none;
  margin-top:5px;
}
.search-box input[type="button"]{
  width: 80px;
  padding: 0;
  background: #5c7148;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #5c7148;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .search-box{width: 295px;}
  .search-box input[type="text"]{width: 195px; margin: 5px 0 0 10px;}
  .search-box input[type="button"] {margin-right: 12px;}
  .nav--special:before {border-left:0; border-right:0; border-bottom:0;}
}
/**end D**/

@media screen and (min-width: 576px) and (max-width: 991px) {
    .nav-icon i {
        margin-top: 0;
        margin-left: 0;
    }

    .nav--special:focus .nav--special:before{
        display: block;
    }
    .nav--special:focus .header--sub-menu {
        display: block;
    }
    .nav--special:focus +  .fa--special {
        display: block;
    }
    .header--sub-menu {
        top: 15%;
        left: 50%;
        padding: 15px;
        border-top: none;
    }
    .sub-menu--left {
        margin-right: 15px;
    }
    .sub-menu--center,
    .sub-menu--right {
        margin-right: 20px;
    }
    .nav--special {
        width: 48%;
    }
    .nav--special:before {
        bottom: 38%;
        left: 96%;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}
@media screen and (min-width: 576px) {
    .display-xs {
        display: none;
    }
    #navigation {
        display: none;
    }
    .label--menu-mb {
        display: none;
    }
}

.menu--remove {
    display: none;
    position: absolute;
    color: #535353;
    font-size: 20px;
    z-index: 3000;
}
.header-mb--sub-menu {
    display: none;
    justify-content: space-between;
    padding: 25px;
    padding-bottom: 0;
    z-index: 2;
    border-top: solid 4px #879e70;
}

.header-mb--sub-menu ul {
    margin-left: 24px;
}
.display-xs .expandSearch i:focus {
    color: #535353;
}

@media only screen and (max-width: 575px) {
	.footer--category-detail {
		float: none;
		width: 100%;
	}

	.footer--category-social {
		position: inherit;
	}
}
