<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 5 cached file css_77f721977bb50cdc69815ea7deb4ade7 */
/**
 * General
 **/
body {
    background-color: #ffffff;
	font-size:12px;
}
#top{
position: fixed;
width: 100%;
z-index: 99999;
}


@media (min-width: 1200px) {
  .container {
    width: 970px;
  }

}

b, strong {
font-weight: 600;
}

#outer {
    background-color: #f2f2f2;
}
a { color: #79c200; }
a:hover { color: #333; }

/** Button style **/
.btn {
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}


.btn-primary {
color: #fff;
background-color: #79C200 ;
border-color: #79C200 ;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #F08304;
border-color:#F08304;
}
.btn-primary-inverse {
    background-color: #eeeeee;
    border-color: #dddddd;
    color: #c24444;
}
.btn-primary-inverse:hover,
.btn-primary-inverse:active,
.btn-primary-inverse:focus {
    background-color: #c24444;
    border-color: #ae3d3d;
    color: #ffffff;
}

/** Button link style **/
.btn-link {
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  border-radius: 20px;
}

.btn-link:hover {
color: #79c200;
}

/**
 * Top Bar
 **/
.topbar {
    background-color: #e7e7e7;
    border-bottom: 1px solid #c9c9c9;
    height: 50px;
}
.welcome-text {
    color: #333333;
    font: 16px/50px Oregano, cursive;
    margin-bottom: 0;
}
.welcome-text strong {
    font-weight: normal;
}

.jj-dropdown-toggle {
/*border-bottom:1px solid #ddd;-*/
}
.topbar-menu:last-child .jj-dropdown-toggle {
    padding-right: 0;
}
.topbar-menu:first-child .jj-dropdown-toggle {
    padding-left: 0;
}
#account-menu .jj-dropdown-toggle a {
    display: inline-block;
    padding: 4px 10px;
    line-height: 16px;
    background-color: none;
    color: #ffffff;
    border-radius: 4px 4px 0px 0px;
}
#account-menu .jj-dropdown-toggle a:hover {
}
#cart-menu .jj-dropdown-toggle a {
    color: #3b4952;
}
#cart-menu .sign, #cart-menu .item-label {
    display: none;
}
#cart-menu .cart-info {
}
#cart-menu .item-count {
background-color: #79c200;
padding: 5px 10px;
border-radius: 20px;
color: white;
margin-top: -4px;
margin-right: -10px;
}
.topbar-right {
    height: 50px;
}

.account-bar-show .modal-dialog {
    margin-top: 70px;
}
.modal {
    z-index: 99920;
}
.modal-backdrop {
    z-index: 99910;
}
.modal {
    z-index: 999990;
}


@media (max-width: 767px) {

    .topbar {
        height: auto;
        line-height: 16px;
        padding: 10px 0;
    }
    .welcome-text {
        line-height: 16px;
        margin-bottom: 24px;
    }
    .jj-dropdown-toggle a,
    .jj-dropdown-toggle {
        line-height: 16px;
    }
    #cart-menu .item-count {
        margin-top: -4px;
    }
    .topbar-right {
        height: auto;
        position: relative;
    }
    .jj-dropdown {

    }
    #top .jj-dropdown-menu {
        width:100%;
        top: 10px;
    }
	.nopadding-rps{
	padding-left:0px !important; padding-right:0px !important;
	}

}

.nopadding-rps{
	padding-left:15px; padding-right:15px;
	border-radius:20px;
	margin-top:10px;
	margin-bottom:10px;
	}
.nopadding{
padding-left:0px;
padding-right:0px;
}
/**
 * Site header
 **/
#header-side{
background-color:#79c200;
padding:10px;
height:138px;
}

#site-header {
    background-color: rgba(255, 255, 2555,0.9);
	box-shadow: 0 1px 5px rgba(32, 33, 33, 0.2);
}
#site-header .site-title {
    float: left;
	padding:20px 0px;
}
#site-header .title {
    margin: 0;
}
#site-header .block-topmenu ul {
    margin: 0;
    padding: 5px 0px 0px 0px;
    list-style: none;
    display: inline-block;
}
#site-header .block-topmenu li {
    float: left;
}
#site-header .block-topmenu a {
    display: block;
    color: #2d2c2a;

}
#site-header .block-topmenu a:hover {
    color: #1aaf5d;
    text-decoration: none;

}
#site-header .block-search{
border:1px solid #ddd;
margin: 5px;
background-color:rgba(255,255,255,0.99);
padding: 0px 2px 0px 0px;
border-radius:4px;
}
 #site-header .block-cart-info{
border:1px solid #ddd;
border-radius:20px;
margin-top:10px;
background-color:rgba(255,255,255,0.99);
padding: 5px 12px;
}
.cart-list thead{
padding:5px;
border-bottom:1px solid #ddd;
}
.cart-list td{
padding:5px;
}
.td_prod{
font-size:10px;
}

#site-header .block-search form {
    display: inline-block;
    vertical-align: middle;
}
#site-header .block-search .form-group {
    line-height: 18px;
}
.wrap-right-content{
	padding-left:0px !important;
	}
@media (min-width: 992px) {
	.site-title,
	.cart-move{
	margin-top:70px;
    }
	.login-move{
	margin-top:70px;
    }
	.category-nav-container{
	float:right;
	}
}
@media (max-width: 992px) {

    #site-header .site-title {
    }
    #site-header .block-search form {
    }
    #site-header .block-topmenu a {
    }
	#top{
	position: inherit;
	width: 100%;
	}
}

@media (max-width: 767px) {

    #site-header {
    }
    #site-header .site-title {
    }
    #site-header .site-menu {
    }
    #site-header .block-topmenu a {
    }
    #site-header .block-search {
    }
    #site-header .block-search form {
    }
    #site-header .block-search .form-group {
    }
	.wrap-right-content{
	padding-left:0px;
	padding-right:0px;
	}
	.logins{

	}

}

@media (max-width: 479px) {

    #site-header .site-title {
    }
    #site-header .title {
    }
    #site-header .site-menu {
    }
    #site-header .block-topmenu a {
    }
    #site-header .block-search {
    }
}


/**
 * Testimonial
 **/
#home-row-4 {
}
#home-row-4 .block-title {
color: #339856;
font-weight: 600;
margin:30px 0px;
}

/**
 * Page
 */
.bg-flower{
background:url("//toba.jejualan.com/themes/geverde/assets/bg-special.jpg");
 padding:10px 0px;
 color: white;
}
.page-header {
    margin: 0;
    padding: 16px 0 24px;
    border-top:1px solid #ddd;
	background-color: #ffffff;
}
.page-header .title {
    color: #79c200;
font-size: 28px;
margin: 12px 0 0 18px;
font-family: 'Open Sans', sans-serif !important;
}
.page-header .breadcrumb {
    margin-left: 20px;
    padding: 0;
    background-color: transparent;
}
.page-header .breadcrumb a {
}
.page-header .breadcrumb a:hover {
}


/**
 * Product List
 **/

/** Home **/
#content-home {
    padding: 0;
}

/** Category **/
#content-productlist .product-list-nav&gt;.row {
    margin: 0;
}

.product-container {

}
.product-list .product-item {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: -1px;
	margin-top: 10px;
}
.product-price {
    position: relative;
    z-index: 999;
	font-family: 'Open Sans', sans-serif !important;
	font-size:12px;
	color:#ba6f22;
	font-weight: bold;
}
.product-list .product-price&gt;div {
	color: #333;
	font-size: 14px;
}
.product-list .product-price-retail strong {
    font-weight: normal;
    font-size: 20px;
    line-height: 14px;
    color: #333333;
	text-align:center;
}
.product-list .product-price-old del {
    font-size: 13px;
    line-height: 14px;
    color: #797979;
}
 .product-thumb {
    max-width:;
	overflow:hidden;
}
.product-thumb img {
    display: block;
    width: 100%;
}
.product-list .product-info {
margin-top:10px;
}
.product-title {
    font-weight:600;
}
.product-list .product-title:hover a {
color:white;
}
.product-list .product-item:hover img {
}
.product-list .product-item:hover .product-info {
}
.product-infos{
border-top:1px solid #ddd;
background:url("//toba.jejualan.com/themes/geverde/assets/swirl.png");
padding:10px;
}

#content-productlist,
#content-productlist .page-content {
    padding: 0;
}

/** Search **/
#content-search .product-container {
    border-left: 0 none;
}
#content-search .product-list .row {
}
#content-search .product-list-nav {
    margin: 0 0 16px;
}
#content-search .pagination .row {
    margin-top: 16px;
    border-bottom: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
}
#content-search .search-tool {
    margin: 0 0 20px;
    padding: 15px 15px 0;
    border: 1px solid #eee;
    background-color: #f9f9f9;
}


/** Product Category **/
.cat-info {
    margin: 0 -15px;
}
.cat-info img {
    width: 100%;
}
.cat-image {
    max-height: 380px;
    overflow: hidden;
}
.cat-desc {
    padding: 15px;
}

.product-list-nav {
    margin: 0 -15px;
}
.product-order-nav {
    padding-left: 0;
}
.product-display-nav {
    text-align: right;
    padding-right: 0;
}
.product-list-nav .list-nav {
    float: left;
    padding: 15px 20px;
    color: #424242;
    background-color: #f5f5f5;
    border-right: 1px solid #d3d3d3;
}
.product-display-nav .list-nav {
    float: right;
    border-left: 1px solid #d3d3d3;
    border-right: 0 none;
}
.product-list-nav .list-nav:hover {
    text-decoration: none;
    background-color: #e3e3e3;
}
.product-list-nav .current-nav,
.product-list-nav .current-nav:hover {
    background-color: #c24444;
    color: #ffffff;
}

#content-productlist .product-list&gt;.row {
    margin-top: 24px;
}


/** Pagination **/
.pagination {
    margin: 0;
    width: 100%;
    display: block;
}
.pagination .row {
}
.pagination .pagin-item {
    float: left;
    padding: 4px 8px;
    color: #424242;
    background-color: #f5f5f5;
    border-right: 1px solid #d3d3d3;
}
.pagination .pagin-ellipsis {
    background-color: #d3d3d3;
}
.pagination .pagin-current,
.pagination .pagin-item:hover {
    background-color: #79C200;
    color: #ffffff;
    text-decoration: none;
}
.pagination .pagin-ellipsis:hover {
    background-color: #d3d3d3;
    color: #424242;
}
.pagination .pagin-prev {
    margin-left: -15px;
}
.pagination .pagin-next {
    margin-right: -15px;
}
.pagination .pagin-next a {
    float: right;
    border-left: 1px solid #d3d3d3;
}
.pagination .pagin-page {
    display: inline-block;
    vertical-align: middle;
}
.pagination .pagin-main {
    text-align: center;
}
.pagination .pagin-prev i,
.pagination .pagin-next i {
    display: none;
}



/**
 * Product Detail
 **/
#content-productdetail .page-content {

}
.product-detail .detail-primary {
    padding-top: 20px;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.product-detail .detail-secondary {
    border-left: 1px solid #d3d3d3;
    position: relative;
    left: -1px;
}

/** Image **/
.product-detail .product-image-main {
    padding: 15px;
    border-right: 1px solid #d3d3d3;
}
.product-detail .product-image-main img {
    width: 100%;
}
.product-detail .product-image-other {
    margin: 0  0 0 -15px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}
.product-detail .product-image-other a {
    float: left;
    padding: 8px;
    border-right: 1px solid #d3d3d3;
}
.product-detail .product-image-other a img {
    opacity: 0.7;
    padding: 0;
    border: 0 none;
}
.product-detail .product-image-other a:hover img {
    opacity: 1;
}
.cloud-zoom-gallery {
    margin: 0;
}

/** Buy Button **/
.product-detail .product-buy {
    margin: 20px 0 0 -15px;
}
.product-detail .product-buy .block-title {
    padding: 12px 16px;
    background-color: #424242;
}
.product-detail .product-buy .block-title h3 {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
}
.buy-option {
	margin-bottom:15px;
}
.product-detail .buy-option label {
    margin-right: 10px;
}
.buy-button {
margin-bottom:15px;
}

/** Spec **/
.product-detail .product-spec {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 2px solid #d3d3d3;
}
.product-detail .product-spec .meta {
    padding: 10px 0;
    border-bottom: 1px dotted #cccccc;
}
.product-detail .product-spec .title {
    float: left;
    width: 120px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.product-detail .product-spec .value {
    margin-left: 120px;
}

/** Price **/
.product-detail .product-price {
    margin: 20px 0;
    height: 64px;
}
.product-detail .product-price .title {
    float: left;
    width: 60px;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
    text-align: center;
    background-color: #424242;
    color: #ffffff;
}
.price-info {
    color:#F0890F;

}
.price-info h4 span{
	font-size:28px;
}
.price-info h4 .ori{
	font-size:15px;
}

.product-detail .price-info .current {
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 4px;
    display: block;
}
.product-detail .price-info .ori {
    opacity: 0.7;
}

/** Attr **/
.product-attr {
    margin-top: 30px;
}
.product-attr .listmeta {
    margin-bottom: 22px;
}
.product-attr .attr-title {
    font-size: 16px;
    margin: 0 0 10px;
    padding-bottom: 5px;
    border-bottom: 2px solid #d3d3d3;
}
.product-attr .list div {
    padding: 10px 0;
    border-bottom: 1px dotted #cccccc;
}
.product-attr .list div:first-child {
    padding-top: 0;
}

/** Share **/
.product-share h3 {
    display: none;
}
.product-share {
    background-color: #eaeaea;
    border-top: 2px solid #d3d3d3;
    margin: 30px -15px 0;
    padding: 15px 15px 12px;
}
.product-share&gt;div {
    margin: 0!important;
}

/** Review **/
.product-review {
    padding: 15px;
    margin: 24px 0 0 -15px;
    border: 1px solid #d3d3d3;
}
.product-review-main {
    margin-bottom: 30px;
}
.product-review .section-title {
    font-size: 18px;
    margin: 0 0 20px;
    padding-bottom: 6px;
    border-bottom: 2px solid #d3d3d3;
}
#product-review-main {
    margin-bottom: 36px;
}
#product-review-main .add-button i {
    margin-right: 6px;
}
#review-form-container {
    margin-top: 8px;
}
#review-form-container .rate {
    margin-right: 14px;
}
#review-form-container .rate i {
    font-size: 18px;
}
#review-list-container {
    margin-top: 20px;
}

.testimony-list .reply {
    margin-left: 30px;
}
.review .testimony-content {
    position: relative;
    padding-right: 40px;
}
.review .review-rating {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 18px;
    color: #222222;
}

.modal-dialog.modal-buy {
margin-top: 80px;
width: 224px;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0px auto;
}
.modal-dialog.modal-buy .order-loading,
.modal-dialog.modal-buy .order-options {
    text-align: center;
}
.modal-dialog.modal-buy .modal-content {
    padding: 28px 15px 32px;
}
.modal-dialog.modal-buy .loader {
    margin-bottom: 18px;
}
.modal-dialog.modal-buy .loader i {
    font-size: 30px;
    color: #555555;
}
.modal-dialog.modal-buy .loader p {
    margin: 0;
}
.account-bar-show .modal-dialog.modal-buy {
    margin-top: 100px;
}


/**
 * Member Area
 **/
#member-container .nav&gt;.active&gt;a {
    background-color: #79c200;
}
#member-container .nav&gt;.active&gt;a:hover {
    background-color: #F58603;
}


/**
 * Cart
 **/
#order-step {
    margin-bottom: 28px;
}
#order-step .title {
    display: inline-block;
line-height: 26px;
color: #ffffff;
background-color: #F58603;
padding: 0 12px;
position: relative;
z-index: 110;
margin-bottom: 8px;
}
#order-step .title:after {
    content: '';
display: block;
width: 0;
height: 0;
border: 13px solid transparent;
position: absolute;
border-left-color: #F58603;
top: 0;
right: -26px;
}
#order-step .step {
  display: inline-block;
line-height: 26px;
background-color: #F9F9F9;
padding: 0 12px 0 28px;
position: relative;
margin: 0 0 5px -5px;
z-index: 100;
}
#order-step .step:first-child {
    margin-left: 3px;
}
#order-step .step:nth-child(1) {
    z-index: 105;
}
#order-step .step:nth-child(3) {
    z-index: 104;
}
#order-step .step:nth-child(5) {
    z-index: 103;
}
#order-step .step.active {
    color: #ffffff;
    background-color: #79c200;
}
#order-step .step:after {
    content: '';
display: block;
width: 0;
height: 0;
border: 13px solid transparent;
position: absolute;
border-left-color: #F9F9F9;
top: 0;
right: -26px;
}
#order-step .step.active:after {
    border-left-color:#79c200;
}
#order-step .step:before {
    content: '';
display: block;
width: 0;
height: 0;
border: 13px solid transparent;
position: absolute;
border-left-color: #F2F2F2;
top: 0;
left: 0;
}
.qty{
border:1px solid #79c200;
text-align:center;
}
.shopcart tbody td:nth-child(2) {
}
.shopcart .qty {
    width: 50px;
}
.shopcart .tdright {
    text-align: right;
}
.shopcart .tdcenter {
    text-align: center;
}
.shopcart&gt;tfoot&gt;tr&gt;td {
    background-color: #e9e9e9;
    border-top: 1px solid #cccccc;
}
.shopcart&gt;tfoot&gt;tr:last-child&gt;td {
    border-bottom: 1px solid #cccccc;
}

#content-cart-login .form-horizontal {
    margin-top: 32px;
}

#shoppingcart-mobile {
    display: none;
}
#shoppingcart-wrap .button-wrap {
    margin-top: 36px;
}

/**
 * Cart
 **/
.coupon {
    padding: 8px;
}
.coupon .form-control {

}
.coupon-used&gt;.alert&gt;i {
    float: left;
    vertical-align: middle;
    line-height: 20px;
    font-size: 20px;
    margin-right: 8px;
    opacity: 0.8;
}
.coupon-used .coupon-info {
    float: left;
}
.coupon-used a {
    float: right;
}

/** Cart Mobile **/
#shoppingcart-mobile .cart-item {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f9f9f9;
}
#shoppingcart-mobile .cart-title {
    float: left;
    width: 170px;
    padding: 5px 8px;
    background-color: #f3f3f3;
    margin-bottom: 5px;
}
#shoppingcart-mobile .cart-value {
    margin-left: 180px;
}
#shoppingcart-mobile .cart-item-row:first-child {
    margin-right: 70px;
}
#shoppingcart-mobile .cart-item-delete {
    position: absolute;
    top: 0;
    right: 0;
}

/**
 * Sidebar
 **/
.secondary {
    margin: 0 -16px 20px -15px;
}
.secondary .block-title h3 {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
}
.secondary .block-title {
    background-color: #79c200;
padding: 8px 12px;
border-radius:4px 4px 0px 0px;
}
.secondary .block-content {
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}
.secondary .widget:last-child .block-content {
    border-bottom: 1px solid #d3d3d3;
}

/** Category **/
.block-category .block-title {
    background-color: #a42627;
}
.category-nav {
font-size:12px;
font-weight:700;
}

.category-nav&gt;li&gt;a {
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
            transition: all 0.2s;
			color:#79c200;
}
.category-nav &gt; li &gt;a.active,
.category-nav&gt;li&gt;a:hover {
    color: #ffffff;
	background-color: #79c200 !important;
}
.category-nav .subnav a:hover {
    color: #5e9302;
}
.category-nav .subnav a{
	color: #79c200;
}

/** Customer Service **/
.cs-list a img{
margin:3px;
}
.cs-list a {
font-size:8px;
}
ul.unstyled{
list-style: none;
-webkit-padding-start: 0px;
}
}
/** Polling **/
.block-polling .polling-content {
}

/** Brand **/
.block-brand .block-content {
}

/** Product **/
.product-list-block {
    padding: 0;
    margin: 0;
}
.product-list-block li {
    margin: 0;
    list-style: none;
}
.product-list-block .thumb {
    float: left;
    width: 75px;
    height: 75px;
    overflow: hidden;
    padding: 1px;
}
.product-list-block .thumb img {
    display: block;
    width: 100%;
}
.product-list-block .info {
    margin-left: 95px;
}
.product-list-block .info h3 {
    margin: 0 0 8px;
    font-size: 16px;
}
.block-product .empty {
    padding: 15px;
}


/**
 * Page: Contact
 **/
#content-contact .page-content {
    padding-top: 0;
}
.secondary .block-contactinfo .block-content {
    padding: 10px;
	border-radius:0px 0px 4px 4px;
}
.secondary .block-contactinfo .block-content p:last-child {
    padding: 0;
}


/**
 * Page: Testimonial
 **/
.testimony-list .author strong {
    color: #8B0504;
	font-weight:400;
}



/**
 * Bottom/Footer
 **/
#bottom {
    padding: 20px 0px 20px 0px;
    background-color: #ffffff;
}
.block-contactus .social-link {
    display: none;
}
#bottom .block-title {
    font-size: 13px;
font-weight: 700;
margin: 0 0 14px;
color: #333;
text-transform: uppercase;
}

.btn-more a{
text-transform:uppercase;
color:#F08304;
font-weight:bold;
}
/**
 * Footer
 **/
#site-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #F2F2F2;
	border-top: 1px solid #ddd;
}
#site-footer .copyright {
}
#site-footer .copyright small {
    font-size: 11px;
}


@media (max-width: 991px) {

    .product-container {
        float: none!important;
        width: 100%;
    }
    .pagination .row {
        border-bottom: 1px solid #d3d3d3;
    }
    .secondary {
        margin-right: -15px;
    }
    .secondary .block-content {
        border-right: 1px solid #d3d3d3;
    }
    .secondary .widget:last-child .block-content {
        margin-bottom: -1px;
    }
    #content-productdetail .detail-secondary {
        float: none!important;
    }

    /** Cart **/
    .shopcart tbody td:nth-child(2) {
        width: 240px;
    }
    .shopcart thead th:nth-child(4),
    .shopcart tbody td:nth-child(5),
    .shopcart tfoot td:nth-child(1) {
        display: none;
    }
}
@media (max-width: 991px) and (min-width: 768px) {

    .product-container {
        float: none!important;
        width: 100%;
    }
    .product-container .product-item {
        float: left;
        width: 50%;
    }

    #content-productdetail .secondary {
        margin-top: 0;
    }
    .product-detail .detail-primary {
        margin: 20px 15px 0 0;
        border-top: 1px solid #d3d3d3;
    }
}
@media (min-width: 768px) {

    /** Home **/
    #content-home&gt;.container&gt;.row {
        margin: 0;
    }

    /** Category **/
    #content-productlist .page-content&gt;.container&gt;.row {
        margin: 0;
    }

    /** Product **/
    #content-productdetail .page-content&gt;.container&gt;.row {
        margin: 0 -15px 0 0;
    }

    /** Search **/
    #content-search .product-container .row {
        margin: 0;
    }
}
@media (max-width: 767px) {

    .product-container {
        margin-top: 15px;
    }
    .product-list .product-item {
        height: auto;
    }

    .cat-info {
        border: 1px solid #d3d3d3;
    }
    .cat-info,
    .product-list-nav {
        margin: 0;
    }
    .product-list-nav {
    }
    #content-productlist .product-list &gt; .row {
        border-top: 0 none;
    }

    .product-order-nav {
        text-align: center;
        border-bottom: 1px solid #d3d3d3;
    }
    .product-display-nav {
        text-align: center;
    }
    .product-list-nav .clearfix {
        display: inline-block;
        vertical-align: middle;
    }
    .product-list-nav .row {
        margin: 0;
    }
    .product-list-nav .col-sm-6 {
        padding: 0;
    }
    .product-order-nav .clearfix {
        border-left: 1px solid #d3d3d3;
    }
    .product-display-nav .clearfix {
        border-right: 1px solid #d3d3d3;
    }

    .pagination {
        position: relative;
		margin:20px 0px
    }
    .pagination .row {
        margin: 0;
        border-left: 1px solid #d3d3d3;
    }
    .pagination .pagin-prev i,
    .pagination .pagin-next i {
        display: inline-block;
    }
    .pagination .pagin-prev span,
    .pagination .pagin-next span {
        display: none;
    }
    .pagination .pagin-item {
        padding: 15px 16px;
    }
    .pagination .col-xs-2,
    .pagination .col-xs-8 {
        float: none;
        width: 100%;
    }
    .pagination .pagin-prev,
    .pagination .pagin-next {
        width: 50px;
        text-align: center;
        position: absolute;
        top: 1px;
        z-index: 999;
    }
    .pagination .pagin-prev a,
    .pagination .pagin-next a {
        width: 50px;
        padding: 15px 16px 16px;
    }
    .pagination .pagin-prev {
        left: 1px;
    }
    .pagination .pagin-next {
        right: 1px;
    }
    .pagination .pagin-main .pagin-item {
        color: #c24444;
        font-size: 15px;
        padding-left: 6px;
        padding-right: 6px;
        background-color: transparent;
        border-right: 0 none;
    }
    .pagination .pagin-main .pagin-item:hover {
        color: #990000;
    }
    .pagination .pagin-main .pagin-current,
    .pagination .pagin-main .pagin-current:hover {
        color: #777777;
    }

    /** Product Detail **/
    #content-productdetail .product-detail {
        margin-left: 0;
    }
    #content-productdetail .pull-right {
        float: none!important;
    }
    .product-detail .detail-primary {
        margin-left: -15px;
        border: 0 none;
    }
    .product-share {
        margin-left: 0;
        margin-right: 0;
    }
    .product-review {
        margin-left: 0;
    }

    /**
     * Cart
     **/
    #shoppingcart {
        display: none;
    }
    #shoppingcart-mobile {
        display: block;
    }

    .secondary {
        margin: 15px 0;
    }
    .category-nav {
        margin: 0;
    }
    #bottom .links {
        margin-bottom: 25px;
    }

    #site-footer .pull-right {
        float: none!important;
        width: 100%;
    }
    #site-footer .col-sm-6 {
        text-align: center;
    }
    #site-footer .social-link {
        margin-bottom: 25px;
        text-align: center;
    }
}

@media (max-width: 479px) {

    #shoppingcart-mobile .cart-title {
        float: none;
        width: 100%;
        margin-bottom: 3px;
    }
    #shoppingcart-mobile .cart-value {
        margin: 0 0 10px 0;
    }
}

.form-control {
display: block;
width: 100%;
height: 30px;
padding: 5px 12px;
font-size: 12px;
line-height: 1.42857143;
color: #555;
background-color: rgba(255,255,255,0.0);
background-image: none;
border: 1px solid #79c200;
border-radius: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
-webkit-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;
}

.cart-price{
color:#333333;
font-size:13px;
}

a .cart-price:hover{
text-decoration:none;
}
.razor{
background:url("//toba.jejualan.com/themes/geverde/assets/razor.jpg");
background-position:calc(100%);
background-repeat:no-repeat;
padding-right:0px;
}
.input-group-btn:last-child&gt;.btn, .input-group-btn:last-child&gt;.btn-group {
 margin-left: 0px;
}
.alert {
padding: 0;
margin-bottom: 0px;
border: 0px solid transparent;
border-radius: 0x;
}
.close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: red;
text-shadow: 0 1px 0 #fff;
opacity: 0.5;
filter: alpha(opacity=20);
}
.btn-cari{
 border-radius: 20px !important;
 padding: 4px 7px;
}
.slider{
padding:1px 0px 10px 0px;
}
.product-area{
background-color:#f4f4f4;
border-top:1px solid #ddd;
padding:20px 0px;
}
.oval2 {
max-width: 110px;
max-height: 110px;
overflow: hidden;
/* border-radius: 50%; */
margin-bottom: 10px;
}
.oval2 img{
width: 100%;
}
.item-box-list{
border:1px solid rgba(255,255,255,0.0);
padding:10px 0px;
        -webkit-transition: all 0.9s;
           -moz-transition: all 0.9s;
                transition: all 0.9s;
background-color:rgba(255,255,255,0.3);
}
.item-box-list:hover{
border:1px solid #ddd;
}
.item-box-list a{
color:#000000;

}
.item-box-list a:hover{
color:#ffffff;

}
.item-box-list .price{
font-family: 'Open Sans', sans-serif;
font-size:16px;
color:#ffffff;
font-weight:normal;
}
.item-box3{
background-color: #ffffff;
padding-top: 10px;
border: 1px solid #F58603;
-webkit-transition: all 0.9s;
-moz-transition: all 0.9s;
transition: all 0.9s;
}
 .red-hov{
 padding:5px;
 }
.item-box3:hover .red-hov{

}

.item-box3:hover .product-title{
color:#F58603;
}
.item-box3:hover .product-price {
color:#fad051;
}
.item-box3:hover .product-price a{
color:#F58603;
}
.item-box{
background-color:#FCFCFC;
        -webkit-transition: all 0.9s;
           -moz-transition: all 0.9s;
                transition: all 0.9s;
margin-bottom:10px;
    -webkit-animation-name:  bounceIn;
  -moz-animation-name:  bounceIn;
  -ms-animation-name:  bounceIn;
  -o-animation-name:  bounceIn;
  animation-name:  bounceIn;

  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
    position:relative;
}
.item-box:hover{
color:white;
  box-shadow: 0 1px 5px rgba(32, 33, 33, 0.4);

}
.item-box img{
-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.item-box:hover img{
-webkit-transform: scale(1.1);
transform:scale(1.1);
-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.item-box:hover .product-title{
color:#F08304;
}
.item-box:hover .product-price {
color: #545454;
}
.item-box .product-price a{
color: #545454;
}

.btn-special{
margin:10px 0px;
width:100px;
}
.lines{
margin-bottom:20px;
}
.lines a{
color: #6b6b6b;
font-style: italic;
}
.lines a:hover{
color:#F08304;
}
.contact-info p{
font-size:12px !important;
color:#339856;
}
.trees{
background:url("//toba.jejualan.com/themes/geverde/assets/trees.png");
width:100px;
height:51px;
bottom:0;
right:0;
position:absolute;
}
i .fa-facebook{
background-color:red;
}
.row-special{
background:;
}
.btn-cart{
margin-top:10px;
}

.alert-danger{
background:#F2DEDE;
border:1px solid #f69595;
color:#d53a3a;
padding:8px;
}
.block-account ul{
list-style:none;
padding:0;
}
.pam {
padding: 0px !important;
}
.ourp{
font-family: 'Open Sans', sans-serif;
font-size: 20px;
/* color: #79c200; */
font-weight: bolder;
text-transform: uppercase;
}
.detail-prod-name h4{
text-transform: uppercase;
font-weight: 600;
}
.tab-pane{
padding:10px 0px;
}
.thumb{
padding:10px;
min-height:90px;
}
.thumb .title{
font-weight:600;
}
.thumb h5{
}
label {
display: inline-block;
margin-bottom: 5px;
font-weight: 400;
}
.wajib{
color:#79c200;
font-weight: 600;
}
.table-bordered&gt;thead&gt;tr&gt;th, .table-bordered&gt;thead&gt;tr&gt;td {

}
.present{
padding-top:20px;
}
.tab-flower{
border-bottom: 0px solid #333333;
margin-top:-1px;
}
.tab-flower li a:hover{
 background: #424242 ;
 border-color:#424242;
 color:white;
}
.tab-flower li a{

}
.tab-flower&gt;li.active&gt;a, .tab-flower&gt;li.active&gt;a:hover, .tab-flower&gt;li.active&gt;a:focus {
background:url("//toba.jejualan.com/themes/geverde/assets/bg-special.jpg");
  color:white;
}
.table&gt;thead&gt;tr&gt;th {
vertical-align: bottom;
border-bottom: 1px solid #ddd;
}
.input-group-addon, .input-group-btn {
width: 1px;
white-space: nowrap;
vertical-align: middle;
}
.alert-info {
background-color: #d9efd2;
border-color:#d9efd2;
color: #339856;
padding:8px;
}
.alert-success {
padding:8px;
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
input, button, select, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
height: 30px;
border-radius: 0px;
border-color: #79c200;
background-color:rgba(255,255,255,0.0);
}

input[type="radio"], input[type="checkbox"]{
height: 11px;
margin-right:10px;
}

#contact-result{
margin-bottom:20px;
}
.page-nav,
.page-title{

}
p.head-faq2 {
font: 26px/24px "Oregano", arial;
color: #79c200 !important;
}

.entry-content img{

}
.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span:hover, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;span:focus {
background-color: #79c200;
border-color: #79c200;
}
.pagination .current, .pagination .current:hover, .pagination .current:focus {
background-color: #79c200;
border-color: #79c200;
color: #ffffff;
}
.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
color:#79c200;
}

.pagination {
position: relative;
margin: 20px 0px;
}
.btn-group, .btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
border: 1px solid #79c200;
}
.list-group-item {
padding: 6px 12px;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
background-color: #79c200;
border-color: #79c200;
}
.deletecart{
border-radius: 0px 20px 20px 0px;
}
.sec-banner{
box-shadow: 0 0px 20px 2px #e8e8ea;
margin-bottom:15px;
border-radius:4px
}
.social-link strong{
text-transform:uppercase;
}
.row-4-title p{
	font-size:13px;
	color:white;
	font-weight:normal;
}
.row-4-title span{
	font-size:20px;
	color:white;
	font-weight:normal;
	padding:20px 0px 10px 10px;
}
.cts p,
.cts span{
	font-family: 'Open Sans', sans-serif !important;
	font-size:12px !important;
	font-weight:normal;
}


.block-csupport{
margin-top:10px;
background-color:#fff;
padding:10px;
position:fixed;
left:0;
bottom:65px;
width:100px;
}
.block-brand {
color:#ffffff;
}
.pagination&gt;li&gt;a:hover, .pagination&gt;li&gt;span:hover, .pagination&gt;li&gt;a:focus, .pagination&gt;li&gt;span:focus {
color: #333333;
background-color: #eee;
border-color: #ddd;
}

.kolom-cari{
padding:4px 12px;
 background: #ffffff url("//toba.jejualan.com/themes/geverde/assets/search.png") no-repeat;
 background-position:right;
}
.kolom-cari:focus
{
padding:4px 12px;
background-color:#ffffff;
}

.logo-res img{
width:100%;
max-width:250px;
margin:10px 0px;
}

.cart-restoracio{
background-color: ;
padding: 5px;
border: 1px solid #c4c4c4;
}

.item-count{
background-color:white;
padding:3px 8px;
}
.baloon{
height:185px;
width:138px;
 background:url("//toba.jejualan.com/themes/geverde/assets/baloon.png") no-repeat;
}
.testi{
position:fixed;
width:138px;
font-size:10px;
border-bottom:3px solid #79c200;
}

.testi-inner{
margin-top:-2px;
padding:10px;
background-color:white;
-webkit-box-shadow: 0 3px 4px rgba(0,0,0,.3);
-moz-box-shadow: 0 3px 4px rgba(0,0,0,.3);
box-shadow: 0 3px 4px rgba(0,0,0,.3);
}
.testimonial-item .date,
.testimonial-item .testimonial-info{
font-weight:bold;
}
.block-title {

}
@keyframes mymove
{
0% {left:50px;top:150px}
50% {left:50px;top:160px}
100% {left:50px;top:150px}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
0% {left:50px;top:150px}
50% {left:50px;top:160px}
100% {left:50px;top:150px}
}

#wave{
  position: absolute;
  top: 0%;

  -webkit-animation-name:  mymove;
  -moz-animation-name:  mymove;
  -ms-animation-name:  mymove;
  -o-animation-name:  mymove;
  animation-name:  mymove;

  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;

  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.btn-login{
z-index: 2000;
background-color: #FDFDFD;
/* border-radius: 0px 0px 50px 50px; */
padding: 8px 10px;
/* height: 40px; */
right: 0;
}

.mini-banner img{
padding-bottom:10px;
}
.prod-button{
margin-top:10px;
}
.nws-ltr{
 background: #ffffff url("//toba.jejualan.com/themes/geverde/assets/nws-ltr.jpg") no-repeat;
 padding-left:33px !Important;
}
.roll{
transform:rotate(0deg);
-ms-transform:rotate(0deg); /* IE 9 */
-webkit-transform:rotate(0deg); /* Opera, Chrome, and Safari */
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#site-header:hover .roll{
transform:rotate(360deg);
-ms-transform:rotate(360deg); /* IE 9 */
-webkit-transform:rotate(360deg); /* Opera, Chrome, and Safari */
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
#site-content{

}
.hm-shadow{
margin-bottom: 20px;
box-shadow: 0 18px 18px -18px #777777;;
-moz-box-shadow: 0 18px 18px -18px #777777;;
-webkit-box-shadow: 0 18px 18px -18px #777777;
}
.panel-body {
padding: 10px;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 12px;
color: inherit;
}
.var{
background:url("//toba.jejualan.com/themes/geverde/assets/var.png");
width:300px;
height:175px;
position:absolute;
float:right;
right:0px;
margin-top:-16px;
z-index: 999;
  -webkit-animation-name:  bounceInLeft;
  -moz-animation-name:  bounceInLeft;
  -ms-animation-name:  bounceInLeft;
  -o-animation-name:  bounceInLeft;
  animation-name:  bounceInLeft;

  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}
.bann:hover{
  -webkit-animation-name:  shake;
  -moz-animation-name:  shake;
  -ms-animation-name:  shake;
  -o-animation-name:  shake;
  animation-name:  shake;

  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
#fragment-1,
#fragment-2,
#fragment-3,
#fragment-4,
#fragment-5,
#fragment-6{
  -webkit-animation-name:  bounceInLeft;
  -moz-animation-name:  bounceInLeft;
  -ms-animation-name:  bounceInLeft;
  -o-animation-name:  bounceInLeft;
  animation-name:  bounceInLeft;

  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.side-trans{
padding:5px;
background-color:rgba(255,2552,255,0.6);
}
.list-group-item {
position: relative;
display: block;
margin-bottom: -1px;
background-color: rgba(255,2552,255,0.0);
border: 0px solid #79c200;
}
.widget-title{
color:#F58603;
}
.list-group-item:first-child {
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 0px;
overflow: hidden;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
border: 1px solid #F5F5F5;
border-left:4px solid #F58603;
border-radius: 0px;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-default&gt;.panel-heading {
color: #333;
background-color: #ffffff;
border-color: #ffffff;
}
.detail-cart{
    background-color:#F58603;
    padding:5px;
    color:#ffffff;
}
.testimonial-content {
    border: 1px solid #eee;
padding: 6px;
border-radius: 4px;
background-color:#F19012;
color:white;
box-shadow: 0 1px 5px rgba(32, 33, 33, 0.2);
}

.testimonial-content:after {
content: "";
display: block;
width: 0;
height: 0;
position: absolute;
margin-top:4px;
left: 30px;
border: 10px solid transparent;
border-top-color: #F19012;
}
.toper{
margin-top:50px;
}
.pb20{
padding-bottom:20px;
}
.slide-capt {
position: absolute;
right: 0;
width: 73%;
background-color: rgba(0,0,0,0.1);
margin-top: -60px;
padding: 7px 20px;
color: #fff;
text-align: right;
overflow:hidden;
 -webkit-transition: 0.5s;
transition: all 0.5s ease;
}

/*
max-width:560px;
width:100%;*/

.coribbon {
    float: left;
    position: absolute;
    top: 2%;
    text-align: center;
    left: 3%;
}
.sale,
.disc,
.oos {
    float: left;
    margin: 0.2em .2em .2em;
    border-radius: 3px;
    display: inline;
    padding: 0.6em .6em .6em;
    font-size: 85%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.disc {
    background-color: rgba(20, 191, 243, 0.95);
}
.sale{
    background-color: rgb(242, 64, 126);
}
.oos {
    background-color: rgba(244, 56, 63,  0.95);
}
.fixed-height {
    padding: 1px;
    max-height: 200px;
    overflow: auto;
}
a.chat-whatsapp {
    position: fixed;
    z-index: 99;
    width: 48px;
    height: 48px;
    bottom: 10px;
    right: 10px;
}
.chat-whatsapp span {
    z-index: -1;
    color: #fff;
    background: #57bb63;
    padding: 17px;
    position: absolute;
    top: 0;
    width: 132px;
    right: 26px;
    border-radius: 40px 0 0 40px;
    line-height: normal;
    word-spacing: normal;
    font-size: 13px;
    font-weight: normal;
    font-family:Helvetica,Arial,sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}</pre></body></html>