
html, body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
      position: relative;
}
#bottom .content {
	z-index: 9999;
	position: relative;
}
body::before {
	content: '';
	z-index: -1;
	   border-radius: 100%;
	width: 810px;
	height: 810px;
	top: -50px;
		background: rgba(0,0,0,0.02);
	position: absolute;
  animation-name: bottom1;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
#bottom {
    margin-top: 20px !important;
}
iframe {
	border-radius: 10px;;
	overflow: hidden;
	border: none !important;
   margin-bottom: 10px;
}

.slider.features {
     padding-top: 24px;

        padding-bottom: 24px;
	padding-left: 180px;
	position: relative;
	z-index: 0;
		background-color: #f5f5f5;
		border-radius: 10px;
}
.slider.features::before {
	content: '';
	border-radius: 10px;
	position: absolute;
	z-index: -1;
   text-align: center;
    align-items: center;
	padding-left: 220px;
	height: 300px;
	left: 0;
	top: 0px;
	padding-top: 20px;
	background-color: #493d92;
	background-position: 20%;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('/image/data/slide/bgfitur.png') ;
}
.slider.latest {

     padding-top: 24px;
      padding-bottom: 24px;
	padding-left: 150px;
	position: relative;
	z-index: 0;
	background-color: #f5f5f5;
		border-radius: 10px;
}
.slider.latest::before {
	content: '';
	border-radius: 10px;
	position: absolute;
	z-index: -1;
   text-align: center;
    align-items: center;
    padding-left: 220px;
	height: 340px;
	left: 0;

	top: -5px;
	padding-top: 20px;
	background-color: #0e940e;
	background-position: 20%;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('/image/data/slide/bglatest.png') ;
}
body::after {
	content: '';
	z-index: -1;
	   border-radius: 100%;
	width: 410px;
	height: 410px;
	top: -50px;
	right: 100px;
	position: absolute;
		background: rgba(0,0,0,0.03);
	position: absolute;
  animation-name: bottom2;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
#main-slider {
	margin-top: 30px;
		margin-bottom: 20px;
		border-radius: 20px;
	overflow: hidden;
	padding: 0;
	display: flex;
 	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#main-slider .bx-wrapper {
	margin-bottom: 0 ;
	 border-radius: 10px;
}
#socialer li a{
	margin: 0 4px 0 0;
	background-color: #444;
	color: #fff;
	width: 33px;
	height: 33px;
	display: inline-block;
	text-align:center;
	line-height: 33px;
    border-radius: 100%;
}
#socialer li a i{
	 font-size: 20px;

}
::-webkit-scrollbar {
    width: 0px;
    height: 2px;
    background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background: #008080;

}
.categoryhome.content {
	margin: 0 -20px;
}
.flex-boxcat {
	display: block;
    width: 100%;
    padding: 0px 20px;
	margin: 10px 0px;
}
.flex-boxcat .listcat {
   display: inline-block;
    margin: 10px 0;
}
.flex-boxcat .listcat .name {
   display: inline-block;
   margin: 0 10px;

    width: 50%;
    vertical-align: middle;
  font-size: 12px;
}
.flex-boxcat .listcat img {
   display: inline-block;
   width: 32%;

   padding: 0;
}
html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
#rightbox {
    overflow: hidden;
  position: relative;
}
#rightbox .fixed {
  max-width: 260px;
}
#header {
	position: relative;
	z-index: 999;
	background:transparent;
	padding: 35px 0 0;
	font-size: 34px;
	text-align: center;
}
.breadcrumb-bg {
	position: relative;
}
.breadcrumb-bg:before {
	position: absolute;
	top:-150px;
	content: '';
	left: 10%;
	height: 200px;
	display: block;
	width: 200px;	border-radius: 100%;

	border: 10px solid rgba(255,255,255,0.3);
	background-color: rgba(255,255,255,0.2);
}
.breadcrumb-bg:after {
	position: absolute;
	top: -400px;
	content: '';
	right: 0;	border-radius: 100%;
	height: 500px;
	display: block;
	width: 500px;

		border: 10px solid rgba(255,255,255,0.3);
	background-color: rgba(255,255,255,0.2);
}
body {
  min-height: 100vh;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
}
* {
  image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */

}
 select.form-control {
	font-size: 14px;
}
a {
   -webkit-transition: all .4s ease;
   -o-transition: all .4s ease;
   transition: all .4s ease;
}
a:hover {
	text-decoration: none;
	color: #4f9e43;
	opacity: 0.8;
	transition: all 0.4s;
}

.come-in {
  transform: translateY(250px);
  animation: come-in 1s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.9s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to { transform: translateY(0); }
}

/* TABLE */

.box-table {

	display: inline-block;
   border-bottom: 1px solid #ddd;
   padding-bottom: 20px;
	margin: 10px 0;
}

.box-table tr td {
    border: none;
    clear: both;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* CATEGORY PAGE */

.product-caty {
  display: flex;

}
.product-caty .thumbnail {
	width: 50%;
    margin-bottom: 20px;
	margin-right: 10px;

}
.product-caty .thumbnail img {
	border-radius: 0px;

}
.product-caty .suber {
	width: 50%;
	margin: 10px;
	text-align: left;

}
.flex-grid {
	padding-top: 20px;
	padding-bottom: 20px;
	 border-top: 1px solid #ddd;
	 border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: left;
    justify-content: space-between;

}
.flex-grid .product-horizontal{
	 	margin-top: 20px;
       margin-bottom: 20px;
     	 margin-left:  -15px;
	 margin-right:  -15px;
}
.product-listing .flex-3 {
	margin-top: 40px;
	margin-bottom: 10px;
}
.product-listing .flex-3 .get-2 {
   margin-left: 30px;
}
.product-listing .flex-grid .get-2 {
   margin: 0 15px;
}
.product-listing .get-2 img {
   border-radius: 0px;

}
.product-horizontal {
	display: flex;
}
.product-horizontal .product-horizontal__thumbnail{
	 width: 60%;
	 padding-right: 10px;

}
.product-horizontal .product-horizontal__content{
	 width: 100%;
	 text-align: left;
	 padding-left: 10px;

}
.product-horizontal .product-horizontal__content .product-title {
	 line-height: 1.2;
	 margin-bottom: 10px;

}
.product-horizontal .product-meta{
	 text-align: left;

}
.product-horizontal .product-meta .writer{
	 font-size: 12px;

}
.product-horizontal .product-meta .writer .label.small {
	 padding: 0;
	 font-size: 10px;
	 padding: 2px 4px;
	 color: #fff;
	 background-color: darkorange;
	 border: none;
	 border-radius: 4px;

}
.product-horizontal .product-price-list{
	margin: 10px 0;
	padding: 0;

}
.product-horizontal .product-price-list li{
	list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.product-horizontal .product-price-list .product-price{
	color: #4f9e43;
	font-family: Poppins;
	font-size: 14px;

}
.product-horizontal .product-price-list .product-old-price{
	text-decoration: line-through;
	color: #555;


}
/* PRODUCT DETAIL */
 .pricenew {
 	margin-bottom: 10px;
 }
#product-detail-single .inner-p,
#product-detail .inner-p
 {
	  margin-right: 40px;
}
#leftbox {
	margin: 0 40px 0 0;
}
.flex-margin   {
	 margin-left: -20px;
	 margin-right: -20px;
}
.flex-margin .get-2 {
	padding: 0 20px;
}
#cartbox {
	background-color: #f5f5f5;
	  padding: 10px;
	overflow: hidden;
	position: absolute;
width: 100%;
	border-radius: 6px;
}
#cartbox.fixed {
	top: 80px;
  position: fixed;
}
#cartbox .add-cart .btn {
    margin: 5px 0;
    color: #fff;
	display: block;
}
.custom_images {

 	margin-top: 10px;
}
.custom_images a {
    border-radius: 4px;
    margin: 0 1%;
	 float: left;
    width: 48%;
    font-size: 12px !important;
}
#qty {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 4px;
}
#qty input {
    width: 30px;
    height: 26px;
    margin: 0 6px;
	text-align: center; border-radius: 4px;
}
#qty button {
    border: none;
    background-color: #eee;
    height: 26px;
    border-radius: 4px;
}
.img-thumb  {
	display: flex;
   margin-top: 30px;
   width: 100%;
   justify-content: normal;
   flex-flow: row wrap;
}
.img-thumb a {
	width: calc(100% / 3 - 8px);
    margin: 4px;
	border: 1px solid #ccc;

}
.box-form {
	padding: 10px;
	background-color: #f5f5f5;
	margin-top: 10px;
}
.box-form input {
	vertical-align: middle;
}
.box-form #captcha {
	margin: 4px 10px;
}
.box-form .btn {
	background-color: #fff;
	border: 1px solid #ccc;
}
/* PAGE */

.page {

	margin-top: 40px;
	margin-bottom: 40px;
}
.page.account .nav li:first-child a {
	margin-left: 0;
}
.page.account .nav li:last-child a {
	margin-right: 0;
}
.page.account .nav li a {
	margin: 0 10px;
}
.page.account input {
	vertical-align: middle;
}
.page.shipping input{
	vertical-align: middle;
}
#formlogin button{
border-radius: 6px;
  	background-color: #fff;
}
#formlogin input {
	background-color: #fff;
	padding: 20px 20px;
   border: 1px solid #ddd;
	margin: 5px 0;
	font-size: 13px;
		border-radius: 6px;
	vertical-align: middle;
}
.flex-box {
	display: flex;
	text-align: center;
	justify-content: space-between;
}
.flex-box img {
  margin: 10px 0px;
}

.flex-3 {
	display: flex;
	justify-content: space-between;
}

#formlogin .flex-3 .get-1{
	 align-items: center;display: flex;	justify-content: center;
}
#formlogin .flex-3 .get-4{
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 30px;
    background-color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
}
#formlogin .flex-3 .get-4 .login-form {
	width: 100%;
}
#formlogin .flex-3 .get-4 .login-form input {
	 width: 100%;
}
#formlogin .flex-3 .get-4 .login-form input[type="checkbox"] {

	 width: auto;
}

/* HEADER */
.header {
   height: 140px;
       -webkit-transition: all 0.4s ease;
 		transition: all 0.4s ease;
}
.menu-top {
	position: fixed;
	height: 40px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: #4f9e43;
}
.nav .active a {
	color: #4f9e43;
}
#nav {
 position: fixed;
 margin-top: 40px;
 height:100px;
 background-color: #fff;
 z-index: 999;
 width: 100%;
 -webkit-transition: all 0.1s ease;
 transition: all 0.1s ease;
 box-shadow: 0 0 10px rgba(0,0,0,0.1)
}
#nav.fixed {

   margin-top: 0px;
   width: 100%;
  background-color: #fff;
  top: 0;
  box-shadow: 5px 5px 19px 0px rgba(0, 0, 0, 0.2);
     -webkit-transition: all 0.4s ease;
 		transition: all 0.4s ease;

}
#nav .logo img{

   height: 60px;
   width: auto;
}
#nav.fixed {
  height: 60px;
}
#nav.fixed .locsend {
 display: none;
}
#nav.fixed .header-content {
   padding: 8px 0;
}

#nav .logo {
		margin-top: 0px;
   transition: all .5s ease-in-out;
}
#nav.fixed .logo {

  transition: all .5s ease-in-out;
}
#nav.fixed .logo img{
  height: 42px;
  width: auto;
   border: none;
}
#nav.fixed .header-content .box  {
	align-items: center;

}
#nav.fixed .list-unstyled {
  display: none;
}
#nav.fixed .header-content input {
  height: 36px;
}
#nav.fixed .header-content .icon-heart,
#nav.fixed .header-content .icon-bag2 {
 font-size: 26px;
}

.header__top {
   padding: 10px 0;
}
.header__top .box {
   display: flex;
   justify-content: space-between;
}

.header .header__top .header__left {
    max-width: 50%;transition: all 0.4s;
}
.header .header__top .box>* {
    width: 100%;
}

.header .header__top .header__right {
   max-width: 50%;
   text-align: right;

}

.header__top-links {
	margin: 0;
	padding: 0;
}
.header__top-links li {
	list-style: none;
	display: inline-block;
}
.header__top-links li a {
     color: rgba(255,255,255,0.8);
}
.header__top-links>li:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    height: 15px;
    width: 0;
}
.header__top-links>li:last-child:after {
      border-right: none;
}
.header__top-links>li:last-child {
    margin-right: 0;
    padding-right: 0;

}
.header__top-links .user-block .user-block__right a:first-child:after {
    content: '/';
    padding-left: 10px;
}
.header__top-links .user-block__right a {
    display: inline-block;
    font-weight: 400;
    margin-right: 10px;
color: rgba(255,255,255,0.8);
}
.header__top-links .user-block__right:last-child a {
   margin-right: 0;
   margin-left: 10px;
}
.header__top-links>li {
    display: inline-block;
    margin-right: 6px;
    font-size: 12px;
    padding-right: 10px;
    position: relative;
    color: rgba(255,255,255,0.8);
}
.user-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    text-align: left;
}
.user-block__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.user-block__right {
    padding-left: 10px;
}
.header-content {
    padding: 20px 0;
}

.header-content .box  {
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	}

.header-content__left {
    justify-content: space-around;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 280px;
}
.header-content__center {
	 width: 100%;
	  margin-left: 15px;
}

.header-content__right {
    margin-right: -10px;
}

.box-heading .head {
	color: #4f9e43;
	text-transform: uppercase;
}
.box-heading a {
	background-color: #4f9e43;
	padding: 4px 12px;
	border-radius: 14px;

	font-size: 12px;
	color: #fff;
}

/* BUTTON */
#cartpage .btn-group {
	border: 1px solid #ddd;
   border-radius: 6px;
  overflow: hidden;
   height: 30px;
  background-color: #fff;
}
#cartpage .btn-group input {
   padding: 0px 5px ;
   margin: 0;
   height: 30px;
 	line-height: 0 !important;
}
#cartpage button {
	border: none;
	line-height: 0 !important;
    padding: 4px 10px;
}
#cartpage .btn-group .btn-warning {
   width: 36px;
   line-height: 26px;
   height: 30px;
   padding: 0 !important;
   text-align: center;
   border-radius: 0px;
}

.btn {
	font-size: 14px;
}
.btn.btn-info {
	background-color: #f5f5f5;
	border-radius: 10px;
	color: #444;
	border: 1px solid #ddd;
}
.btn.btn-default {
	background-color: #f5f5f5;
	border-radius: 10px;
	color: #444;
	border: 1px solid #ddd;
}
.btn.btn-default:hover {
	background-color: #ddd;

}
.btn-danger {
    color: #fff;
    background-color: #4f9e43;
    border-color: #4f9e43;
}
.btn.btn-danger:hover {
	 background-color: #4f9e43;
    border-color: #4f9e43;
    color: #fff !important;
}
.btn.small {
	padding: 5px 10px;
	font-size: 12px;
}
/* SEARCH */



.quick-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.quick-search a {
   -webkit-border-radius: 0 8px 8px 0 !important;
    border-radius: 0 8px 8px 0 !important;
}
.quick-search input {
    border-radius: 8px 0px 0px 8px;
   font-size: 14px;
}
/* CART HEADER */

 .header-extra {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 42px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
 .header-actions {
	margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-actions>* {
    margin: 0 14px;
}
 .header-extra>i {
    font-size: 30px;
    line-height: 42px;
}
 .header-extra span {
    position: absolute;
    top: 5px;
      font-size: 11px;
    right: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    vertical-align: top;
    width: 18px;
    height: 18px;
    color: #ffffff;
    background-color: #4f9e43;
    border-radius: 50%;
}
#mod-cart {
	padding: 6px 15px;
}
 .cart-product__mobile {

 	display: flex;
 	justify-content: space-between;
 	margin-bottom: 10px;
 	padding: 8px 6px;
 	font-size: 12px;
 }

  .cart-product__mobile .cart-product__thumbnail img{
 	width: 100%;
 }
 .cart-product__mobile .cart-product__content .small {
 	margin: 0 6px;
 	font-size: 10px;
 	padding: 4px;
 	line-height: 0;
     border-radius: 14px;
  }
 .cart-product__mobile .cart-product__content {
 	padding: 0 8px;
    width: 80%;
 }
  .cart-footer > div {
 	display: flex;
 	justify-content: space-between;
   margin: 0 -6px;
 }
 .cart-footer .btn {
 	margin: 0 6px;
 	font-size: 12px;
     border-radius: 4px;
     background-color
  }
/* MENU */
nav {
  clear: both;
}
.menu-categories {
    margin: 0 0 0 20px;
    position: relative;

}
.menu-categories button.btn {
	padding: 5px 5px 0;
	 border-radius: 8px;
	 border: none;
	 color: #fff;
	background: #4f9e43;
}
.menu-categories button:hover {
	background-color: #eee;
}
.menu-categories i {
   font-size: 22px;
}
.menu-categories .menu-toggle {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.menu-categories .menu-toggle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
    transition: -webkit-transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.75s cubic-bezier(0.7, 0, 0.3, 1), -webkit-transform 0.75s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.menu-categories .menu-content {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    z-index: 1000;
    min-width: 100%;
    padding-top: 2px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}
.menu-categories .menu-dropdown {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    min-width: 260px;
}
.menu-dropdown>li {
    padding: 0 20px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.menu {
	padding: 0;
	margin: 0;
    background-color: #4f9e43;
}
.menu li {
	padding: 14px 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	margin: 0 25px;
}
.menu li a {
	color: rgba(255,255,255,0.8);
	font-weight: 700;
}
.menu li a:hover {
	color: #fff;
}
/* BANNER */
.bannerx {
	display: flex;
	flex-flow: row;
	margin: 15px -15px;
}
.bannerx .grid-banner {
	display: flex;
	flex-flow: row;
	margin: 0 15px;
}
/* MODULE */

.module {



}
.module.categoryhome img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.hilight h4 {
	line-height: 1.3;
	margin-bottom: 5px;
}
.hilight .preview {
	padding-right: 15px;
}
.hilight .preview h4 {
	padding-top: 15px;
}
.hilight img {
	border-radius: 0px;
}
.hilight .preview .description {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hilight .list-article .get-10 {
   padding-left: 15px;
   padding-bottom: 30px;
}
.hilight .list-article .desc {
	padding-left: 30px;
	font-size: 13px;
}
.hilight .list-article .description {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.menulist li {
	padding: 10px 0;
}
.fluid {
	padding: 0 30px
}
.features1 {
	display:flex;

	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 -15px;
}
.features1 .product-thumb {
	display:flex;
	width: calc(20% - 30px);
	margin: 10px 15px 15px;
}
.product-thumb .product-header{
	background-color: #fff;
  padding: 10px;
}
.product-thumb  .product-inner {
    padding: 10px;
}
.product-thumb  .product-inner h5,
.product-thumb  .product-inner .product-price-list span{
   font-size: 13px;
}
.product-thumb  {
	background-color: #fff;
	overflow: hidden;
	border-radius:  8px 8px;
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
#bottom .module {
  border-bottom: none;
}
#bottom .get-10 {
  text-align: left !important;
}
.powered  {
	display: block;
}
.powered li {
	margin-right: 15px;
	display: inline-block;
}
.powered li a {
	font-size: 12px;
}
/* PRODUCT */
.product-thumb:hover  .front{
    position: relative;
    opacity: 0;
    transition:opacity 0.3s;
}
.product-thumb:hover  .back{
   opacity: 1;
   transition:opacity 0.3s;
   width: 100%;

}
.product-thumb {
	text-align: left;
	    width: 100%;
    height: 100%;
    position: relative;


}
.product-thumb .front {
     transition:opacity 1.5s;
}
.product-thumb .back {
	 opacity: 0;
	 	font-size: 12px;
     transition:opacity 0.4s;
    position: absolute;
    top: 0;
    padding: 10px;
    left: 0;
    height: 100%;
   display: flex;
   flex-flow: column;
   justify-content: center;
   width: 100%;
overflow: hidden;
  border-radius: 0px;
  border: 1px solid #e4ece4;
     color: #888;

}

 .product-thumb img{
background-color: #ccc;
border-radius:0px;
overflow: hidden;
}

.product-thumb .rating-space {
  margin-top: 10px;
  height: 2em;
}
.product-thumb .icon-list-rating {
  font-size: 11px;
  color: #4f9e43;
  margin-bottom: 4px;
}
.product-thumb .icon-list-non-rated {
  color: #949494 !important;
}
.product-thumb .product-non-rated {
  color: #ccc;
}
.product-thumb .product-meta {
  margin-top: 15px;
  z-index: 9;
}
.product-thumb .product-meta .manufacturer {
  font-size: 11px;
   color: #888;
}
.product-thumb .product-meta .writer {
  font-size: 11px;
  color: #555;
}
.product-thumb .product-title {
	font-size: 16px;
	margin-top: 10px;
}
.product-thumb .product-price-list,
.product-thumb .product-actions-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-thumb .product-price-list > li,
.product-thumb .product-actions-list > li {
  margin-right: 6px;
  display: inline-block;
}
.product-thumb .product-price-list > li:last-child,
.product-thumb .product-actions-list > li:last-child {
  margin-right: 0;
}
.product-thumb .product-actions-list {
  display: none;
}
.product-thumb:hover .product-actions-list {
   height: auto;
   text-align: center;
    display: block;
   position: absolute;
   top: 40%;
   z-index: 9;
   left: 0;
   right: 0;
   margin: 0 auto;
  overflow: none;

}
.product-thumb:hover .product-actions-list .btn {
  background: darkorange;
  border: 0 none;
  color: #fff;
}
.product-thumb .product-price-list {
  padding: 0;
  display: block;
  margin-bottom: 0px;
  margin-top: 10px;

}
.product-meta .btn {
    margin: 4px 0;
    display: block;
    font-size: 12px;
    background-color: #fff;
}
.product-thumb .product-price-list > li > span {
  display: block;
  text-align: center;
   font-size: 13px;
  float: left;
}
.product-thumb .product-price {
  color: #4f9e43;
}
.product-thumb .product-old-price {
  color: #858585;
  text-decoration: line-through;
}
.product-thumb .front .product-save {
  font-size: 11px;
  font-family: "Arial";
  text-align:center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
  display: inline-block;
  background: #f76400;
  color: #fff;
  padding: 5px 5px;
  height: auto ;
  line-height: 1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.product-thumb .product-category {
  font-size: 12px;
  color: #a3a3a3;
  margin-bottom: 0;
  margin-top: 15px;
  line-height: 1em;
  text-transform: lowercase;
  font-style: italic;
}
.product-thumb .product-category > i {
  color: #949494;
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
}

.product-thumb:hover .product-category-icon {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.product-thumb-horizontal {
  margin-bottom: 30px;
}
/* CHECKOUT */

#defront  {
	margin-top: 30px;
}
#defront .flex-2  {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: normal;
    justify-content: space-between;
}

#defront .checkout-shipping{
	padding: 20px;
	background-color: #ecf5ef;
	border: 2px dashed #fff;
}
.navbar-logo img {

	height: 100px;
	width: auto;
}
#checkout {
	color: #fff;
}
#defront .box-confirm .address {
	margin-right: 15px;
}
#defront .box-confirm .shipping {
	margin-right: 15px;
	margin-left: 15px;
}
#defront .box-confirm .coupon {

	margin-left: 15px;
}
#defront .box-confirm .former {
	display: flex;
	justify-content: space-between;
}
#defront .box-confirm .former .btn {
	color: #fff;
	margin-left: 8%;
	width:92%;
}
#defront .box-product .product {
  margin-right: 15px;
}
#defront .box-product .commenting {
  margin-left: 15px;
}

/*ICONS*/
.icon-group {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icon-group .fa-stack {
  width: 1em;
  height: 1em;
   margin-bottom: 10px;
}
.icon-group > li {
  line-height: 1em;
  display: inline-block;
  margin-right: 3px;
}
.icon-group > li:last-child {
  margin-right: 0;
}
.list-icon li {
  margin-bottom: 5px;
  padding-left: 17px;
  position: relative;
}
.list-icon li:last-child {
  margin-bottom: 0;
}
.list-icon li:before {
  color: #757575;
  line-height: 1.75em;
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
}
.icon-list {
  list-style: none;
  padding: 0;
}
.icon-list .fa {
  margin-right: 7px;
}
.icon-list-inline {
  margin-bottom: 0;
}
.icon-list-inline > li {
  display: inline-block;
  margin-right: 3px;
}
.icon-list-inline > li:last-child {
  margin-right: 0;
}
.icon-list-inline .fa {
  margin-right: 0;
}
.icon-list-rating.icon-list-non-rated {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.star-rating > li {
  margin: 0;
  padding-right: 5px;
  color: #949494;
  cursor: pointer;
  font-size: 16px;
  line-height: 1em;
}
.star-rating > li.hovered {
  color: #666;
}
.star-rating > li.selected {
  color: #2a8fbd;
}

.logo-kaget {
	width: 14px !important;
	height: auto;
	margin-top: -1px;
	display: inline-block;
	 vertical-align: middle !important;
}
.btn-default:hover {
	background-color: #02525a;

}
.creator {
	opacity: 0.6;
	-moz-transition: -webkit-transform .8s ease-in-out;

	  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
.creator:hover {
	opacity: 1;
	-moz-transform: rotate(-360deg);
	  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.well.well-square {
	display: inline-block;
	width: 100%;
    min-height: 20px;
    padding: 19px 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 0px solid #ddd;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.well.well-square-mini {
	display: inline-block;
	width: 100%;
    min-height: 20px;
    padding: 12px 8px;
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.addthis_toolbox {
	clear: both;
	display: inline-block;
	margin: 0px;
}
.addthis_toolbox a {
	padding: 5px 10px;
	color: #fff;
	font-size: 13px;
		display: inline-block;
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease;
}
.saddthis_toolbox a {
  width: 30px !important;
  height: 30px;
  text-align: center;
  line-height: 30px !important;
	padding: 0px 0px;
	border-radius: 50%;
	color: #fff;
	font-size: 13px;
		display: inline-block;
    -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease;
}
.addthis_button_facebook {
	background: #3b5998;
}
.addthis_button_facebook:hover {
	color: #3b5998;
	background: #ddd;
}
.addthis_button_twitter {
	background: #00aced ;
}
.addthis_button_twitter:hover {
	color: #00aced;
	background: #ddd;
}
.addthis_button_google_plusone {
	background: #dd4b39 ;
		display: inline-block;
		height: 26px;
		width: 80px !important;
		margin-top: 0px;
		margin-right: 4px;
		float: left;
}
.addthis_button_google_plusone:hover {
	color: #dd4b39;
	background: #fff;
}
.addthis_button_linkedin {
	background: #007bb6 ;
}
.addthis_button_linkedin:hover {
	color: #007bb6;
	background: #ddd;
}
.addthis_button_print {
	background: #45668e;
}
.addthis_button_print:hover {
	color: #45668e;
	background: #ddd;
}
/*# sourceMappingURL=style.css.map */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;

	cursor: default;
	background: #fff;
	z-index: 9999;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
    border: 1px solid #ddd;
   width: 100%;
}
.ui-menu .ui-menu-item:hover {

    background: #f5f5f5;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {

	height: 0;
	font-size: 0;
	line-height: 0;

}
.middle {
    line-height: 46px;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: 0px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

.imej {
    float: left;
	margin-right: 8px;
}
.ititle {width: 170px;overflow: hidden;text-overflow: ellipsis;margin-right: 8px;font-size: 14px;line-height: 48px;}
.iprice {
	float: right;
	font-size: 14px;
	    line-height: 48px;
}
.ispeci{
   float: left;
    line-height: 48px;
	 margin-right: 8px;
	 font-size: 12px;
	 color: red;
	 opacity: 0.7;
	 text-decoration: line-through;
}
.isaving {
float: left;
font-weight: 700;
color: green;
	margin: 0 8px;
	font-size: 12px;
	    line-height: 48px;
}
#nodata{
	top: 80px;
	text-align: center;
	padding: 10px;
	width: 600px;
	left: -100px;
	right: 0;
	margin: 0 auto;
  z-index: 999;
  position: fixed;
  opacity: 0.9;
  background: #fff;
		color: red;
		font-weight: 700;
		    -webkit-border-radius: 0px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 0px 0 5px 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ilabel {
	display: inline-block;
	float: left;
	font-size: 13px;
	padding: 2px 4px;
	vertical-align: middle;
	margin-top: 12px;
}

.row:before, .row:after {display: none !important;}
.pagination {
	margin-top: 20px;
	vertical-align: middle;
	display: block;
	font-size: 12px;
}
.pagination .links {
	float: right;

}
.pagination .links a{
	display: inline-block;
	background-color: #eee;
	text-align: center;
	margin: 0;
	border-radius: 0px;
	width: 34px;
	height: 34px !important;
	line-height: 34px;
	border: 1px solid #ccc;
}
.pagination .links a:hover,
.pagination .links a.active
{
	background-color: #555;
	border: 1px solid #555;
	color: #fff;
}
.pagination .results {
	float: left;
	line-height: 34px;
}

#socialer li a {
	font-size: 13px;
}
#socialer li i {
	font-size: 24px;
}
#bottom {
	 margin-top: 60px;
	background-color: #85bf7c;
	padding: 50px 0;
	font-size: 12px;
	color: #fff;
		content: '';
		overflow: hidden;
	position: relative;
}
#bottom a {
	font-size: 12px;
	color: #fff;
}
#footer {
	/* margin-top: 20px; */

	background-color: #4f9e43;
	padding: 20px 0;
	font-size: 12px;
	color: #fff;
}
#bottom:before {
    border-radius: 100%;
	content: '';
	width: 300px;
	height: 300px;
	position: absolute;
	background: rgba(255,255,255,0.04);
  animation-name: bottom1;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}
 @keyframes bottom1 {
  0%   { left:60px; top:0px;}
  25%  { left:60px; top:200px;}
  50%  { background: rgba(0,0,0,0.04); left:200px; top:300px;}
  75%  { left:200px; top:0px;}
  100% { left:60px; top:0px;}
}
#bottom:after {
	content: '';
    border-radius: 100%;
	width: 110px;
	height: 110px;
	top: -100px;
	right: 100px;
	position: absolute;
		background: rgba(0,0,0,0.02);
	position: absolute;
  animation-name: bottom2;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
 @keyframes bottom2 {
  0%   { left:200px; top:0px;}
  25%  { left:300px; 	width: 220px;
	height: 220px; background: rgba(255,255,255,0.03); top:-50px;}
  100% { left:200px;  top:0px;}
}
.ornament.one:before {
    border-radius: 100%;
	content: '';
	width: 180px;
	height: 180px;
	background: rgba(0,0,0,0.02);
	position: absolute;
  animation-name: orn1;
  animation-duration: 15s;
  animation-iteration-count: infinite;
}
 @keyframes orn1 {
  0%   { left:30%; top:0px;}
  25%  { left:40%; width: 100px;
	height: 100px; top:-150px;}
  100% { left:30%; top:0px;}
}
.ornament.one:after {
	content: '';
    border-radius: 100%;
	width: 600px;
	height: 600px;
	position: absolute;
	background: rgba(0,0,0,0.01);
  animation-name: orn2;
  animation-duration: 45s;
  animation-iteration-count: infinite;
}
 @keyframes orn2 {
  0%   { right:24%; top:0px;}
  25%  { right:34%; top: -250px;}
  50%  { right:24%; background: rgba(255,255,255,0.05); width: 380px;
	height: 380px; top: 250px;}
  100% { right:24%; top:0px;}
}
.ornament.two:before {
    border-radius: 100%;
	content: '';
	width: 100px;
	height: 100px;
	background:  rgba(255,255,255,0.02);
	position: absolute;
  animation-name: orn3;
  animation-duration: 25s;
  animation-iteration-count: infinite;
}
 @keyframes orn3 {
  0%   { right:40%; bottom:0px;}
  25%  { right:30%; width: 210px;
	height: 210px; background: rgba(0,0,0,0.02);  bottom: 150px;}
  50% { right:40%; bottom:70px;}
   75% { right:20%; bottom:0px;}
   100% { right:40%; bottom:0px;}
}
.ornament.two:after {
	content: '';
	width: 250px;
	height:250px;
	    border-radius: 100%;
	position: absolute;
	position: absolute;
	background: rgba(255,255,255,0.05);

  animation-name: orn4;
  animation-duration: 35s;
  animation-iteration-count: infinite;
}
 @keyframes orn4 {
  0%   { right:0%; bottom:0px;}
  25%  { right:10%; background: rgba(0,0,0,0.03);  bottom: 250px;}
  100% { right:0%; bottom:0px;}
}
#footer a { color: #fff; }
