/*@font-face {
  src: url(css/font/BRLNSB.TTF);
  src: url(css/font/BRLNSDB.TTF);
  src: url(css/font/BRLNSR.TTF);
  src: url(css/font/TCB_____.TTF);
  src: url(css/font/TCBI____.TTF);
  src: url(css/font/TCCB____.TTF);
  src: url(css/font/TCCM____.TTF);
  src: url(css/font/TCM_____.TTF);
  src: url(css/font/TCMI____.TTF);
  }*/

@font-face {
    font-family: 'Tw Cen MT';
    src: url("font/TwCenMT-Regular.ttf");
    src: url("font/TwCenMT-Regular.eot");
    src: url("font/TwCenMT-Regular.svg");
    src: url("font/TwCenMT-Regular.woff");
    font-weight: normal;
    font-style: normal;
}

.fs-default {
    font-size: 12px;
}

.fs-medium {
    font-size: 14px;
}

.fs-large {
    font-size: 16px;
}

.fs-xlarge {
    font-size: 18px;
}

.fs-xxlarge {
    font-size: 20px;
}

.fs-xxxlarge {
    font-size: 24px;
}

body {
    color: #000000;
    font-family: 'Tw Cen MT';
    font-size: 12px;
}

.bg-s1 {
    background-color: #fff;
}

.bg-s3 {
    background-color: #dddddc;
}

.btn.gsm-btn {
    border-radius: 8px;
    padding: 2px 8px;
    min-width: 50px;
}

.btn.gsm-btn-s2 {
    border-radius: 5px;
}

.btn.gsm-btn-form {
    font-size: 14px;
}

.btn.gsm-primary {
    background-color: #7c9444;
    color: #ffffff;
}

.btn.gsm-info {
    background-color: #ffffff;
    color: #7c9444;
    border: solid 1px #7c9444;
}

.bd-1 {
    border: solid 1px #bbbdbf;
}

.bd-2 {
    border: 1px solid #dddddd;
}

.bd-bottom-2 {
    border-bottom: solid 2px #d1d2d4;
}

.container.no-res {
    width: 1020px;
    max-width: none !important;
}

.mg-l-40 {
    margin-left: 40px;
}

.pd-40 {
    padding: 40px;
}

.pd-l-30 {
    padding-left: 30px;
}

.pd-l-60 {
    padding-left: 60px;
}

.pd-t-5 {
    padding-top: 5px;
}

.color-primary {
    color: #7c9444;
}

#header {
    position: fixed;
    z-index: 1040;
    width: 1140px;
}

#header .navbar-left li.item a img {
    width: 90px;
    margin: -4px -10px 0 0px;
}

#header .navbar-left li.item a img.last-child {
    margin-right: 0px;
}

.contain {
    margin-top: 147px;
}

.header {
    border-bottom: solid 1px #bbbdbf;
    background: #fff;
}

.header img.logo {
    width: 160px;
    padding-right: 10px;
}

.navbar.custom-1 {
    background: #fff url("../image/bg-top-header.png") repeat-x top center;
    margin-bottom: 0;
    height: 60px;
}

.navbar.custom-1 #quick-search {
    float: left;
    padding-left: 5px;
}

.navbar.custom-1 .nav {
    height: 100%;
    float: left;
}

.navbar.custom-1 .nav li.item {
    height: 100%;
    display: table;
}

.navbar.custom-1 .nav li.item a {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 3px;
    font-size: 13px;
    color: #7c9444;
}

.navbar.custom-1 .nav li.item span {
    color: #7c9444;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
}

.navbar.custom-1 .navbar-right {
    float: right;
}

.navbar.custom-1 form.navbar-form {
    padding: 0 0px;
}

input.search {
    padding: 2px 1px 1px 4px;
    font-size: 11px;
    border-radius: 10px;
    line-height: 10px;
    height: 22px;
    margin-top: 8px;
    border: solid 1px #7c9444;
}

.form-group.search-group {
    position: relative;
    margin-right: 2px;
}

img.search-group {
    position: absolute;
    right: 3px;
    bottom: 3px;
    cursor: pointer;
}

select.gsm-select-1 {
    padding: 3px 10px;
    border-radius: 10px;
    border-color: #7c9444;
    width: inherit;
    height: initial;
    font-size: 11px;
}

.navbar.custom-2 {
    text-align: center;
    margin-bottom: 0;
}

.navbar.custom-2 .navbar-nav > li.item > a {
    padding: 0 12px 3px;
}

.navbar.custom-2 > ul.navbar-nav:first-child > li.item > a {
    padding-left: 5px;
}

.navbar.custom-2 li.item p {
    margin-bottom: 0;
    font-weight: bold;
    color: #000;
    font-size: 13px;
}

.navbar.custom-2 li.item img.grey {
    height: 60px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar.custom-2 li.item:hover > * img.grey {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.navbar.custom-2 li ul.dropdown-menu {
    min-width: 300px;
    left: 50%;
    right: auto;
    text-align: left;
    transform: translate(-50%, 0);
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 2px;
    background: transparent;
}

.navbar.custom-2 li.sub-menu {
    background-image: url("../image/arrow_close.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right top;
    background-position-x: 98%;
    background-position-y: 5px;
    border-bottom: solid 1px #bbbdbf;
    border-left: solid 1px #bbbdbf;
    border-right: solid 1px #bbbdbf;
    padding: 5px 0;
}

.navbar.custom-2 li.sub-menu:hover,
.navbar.custom-2 li.sub-menu.actived {
    background-image: url("../image/arrow_open.png");
}

.navbar.custom-2 li.sub-menu.no-child {
    background-image: none;
}

.navbar.custom-2 li.sub-menu .collapse-menu {
    background-color: #eeeeee;
    margin-bottom: -5px;
}

.navbar.custom-2 li.sub-menu .collapse-menu .content {
    padding: 5px 20px 0px 20px;
    display: table-cell;
    vertical-align: top;
}

.navbar.custom-2 li.sub-menu .collapse-menu .content a {
    padding: 5px 0;
    display: block;
    white-space: nowrap;
    color: inherit;
    text-decoration: none;
}

.navbar.custom-2 li.sub-menu .collapse-menu .content a:hover {
    text-decoration: underline;
}

.navbar.custom-2 li.sub-menu .collapse-menu .content-image {
    display: table-cell;
    vertical-align: bottom;
}

.navbar.custom-2 .re-order {
    text-align: right;
    float: right;
}

.navbar.custom-2 .re-order li.item a {
    padding: 10px;
}

.wrap-custom-2 {
    padding-right: 0px;
}

.wrap-custom-2 .navbar {
    border-right: none;
}

.footer {
    height: 250px;
}

.footer .logo {
    width: 130px;
}

.footer .content-left {
    height: 100%;
    width: 700px;
    background-color: #eaf4eb;
    padding: 30px 20px 20px 20px;
    color: #7c9444;
}

.footer .content-left p {
    margin-bottom: 3px;
}

.footer .content-left p a {
    color: #7c9444;
    font-size: 14px;
}

.footer .content-left p a:hover {
    text-decoration: underline;
}

.footer .content-left ul {
    margin: 0px;
    padding: 0px;
}

.footer .content-left ul li {
    list-style: none;
}

.footer .content-left .title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer .content-left .bd {
    border: solid 1px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer .content-right {
    height: 100%;
    width: 470px;
    background-color: #58595b;
    padding: 20px 40px 20px 50px;
}

.footer .content-right form.contact {
    width: 90%;
}

.footer .content-right form.contact input,
.footer .content-right form.contact textarea {
    margin: 5px 0;
    width: 100%;
    padding: 2px 5px;
}

.banner-home {
    padding: 16px;
    border: solid 1px #bbbdbf;
    border-top: none;
    height: 220px;
    margin-top: -3px;
}

.banner-home .item {
    overflow: hidden;
}

.banner-home .item img {
    max-width: 100%;
}

.nav-tabs-loading {
    float: left;
    margin: 15px 0px 0px 15px;
}

.nav-tabs.custom-1 {
    border-bottom: solid 1px #7c9444;
    text-transform: uppercase;
    font-size: 16px;
    float: left;
    width: 100%;
}

.nav-tabs.custom-1 li {
    ` float: left
}

.nav-tabs.custom-1 li.filter_merchant_details {
    float: right
}

.nav-tabs.custom-1 > li > a {
    border: none;
    color: #000000;
    padding-bottom: 0;
}

.nav-tabs.custom-1 > li > a:hover,
.nav-tabs.custom-1 > li > a:focus {
    background-color: inherit;
}

.nav-tabs.custom-1 > li.active > a,
.nav-tabs.custom-1 > li.active > a:hover,
.nav-tabs.custom-1 > li.active > a:focus {
    color: #7c9444;
    border: none;
    border-bottom: solid 3px #7c9444;
    font-weight: bold;
    background-color: inherit;
}

.category-left {
    width: 180px;
    /*overflow: hidden;*/
    padding-top: 50px;
}

.category-left .tooltip {
    width: 200px;
}

.category-left .tooltip .tooltip-inner {
    background: #7c9444;
}

.category-left .item, .category-entre .item {
    width: 150px;
    height: 131px;
    margin-bottom: 8px;
    background-repeat: no-repeat;
}
.category-entre{
	width:100%;
}
.category-entre a{
	float:left;
	display:block;
	padding:0px 24px;
	border-bottom:1px solid #a7b18f;
}
.category-entre .item{margin-bottom:0px}
.category-entre a:first-child{
	padding-left:0px;
}
.category-entre a:last-child{
	padding-right:0px;
}
.category-left .item.i1, .category-entre .item.i1{
    background-image: url("../image/categorybeautybar.png");
}

.category-left .item.i2, .category-entre .item.i2{
    background-image: url("../image/categoryfashionaccessory.png");
}

.category-left .item.i3, .category-entre .item.i3{
    background-image: url("../image/categorydigital.png");
}

.category-left .item.i4, .category-entre .item.i4{
    background-image: url("../image/categorysportsoutdoor.png");
}

.category-left .item.i5, .category-entre .item.i5{
    background-image: url("../image/categoryhomeliving.png");
}

.category-left .item.i6, .category-entre .item.i6{
    background-image: url("../image/categorygroceries.png");
}

.category-left .i1_hover, .category-entre .i1_hover{
    width: 39px;
    height: 131px;
    margin-left: 60px;
    background: url("../image/marker1.png") no-repeat;
    background-position: 50% 50%, 50% calc(50% + .3em);
    background-size: 30px 45px, 30px 45px;
    animation: bounce 1s infinite;
}

.category-left .i2_hover, .category-entre .i2_hover{
    width: 39px;
    height: 131px;
    margin-left: 60px;
    background: url(../image/marker2.png) no-repeat;
    background-position: 50% 50%, 50% calc(50% + .3em);
    background-size: 30px 45px, 30px 45px;
    animation: bounce 1s infinite;
}

.category-left .i3_hover, .category-entre .i3_hover{
    width: 39px;
    height: 131px;
    margin-left: 60px;
    background: url(../image/marker3.png) no-repeat;
    background-position: 50% 50%, 50% calc(50% + .3em);
    background-size: 30px 45px, 30px 45px;
    animation: bounce 1s infinite;
}

.category-left .i4_hover, .category-entre .i4_hover{
    width: 39px;
    height: 131px;
    margin-left: 60px;
    background: url("../image/marker4.png") no-repeat;
    background-position: 50% 50%, 50% calc(50% + .3em);
    background-size: 30px 45px, 30px 45px;
    animation: bounce 1s infinite;
}

.category-left .i5_hover, .category-entre .i5_hover{
    width: 39px;
    height: 131px;
    margin-left: 60px;
    background: url(../image/marker5.png) no-repeat;
    background-position: 50% 50%, 50% calc(50% + .3em);
    background-size: 30px 45px, 30px 45px;
    animation: bounce 1s infinite;
}

.category-left .i6_hover, .category-entre .i6_hover{
    width: 39px;
    height: 131px;
    margin-left: 60px;
    background: url(../image/marker6.png) no-repeat;
    background-position: 50% 50%, 50% calc(50% + .3em);
    background-size: 30px 45px, 30px 45px;
    animation: bounce 1s infinite;
}
.category-entre .item:hover{
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-bottom: 5px solid #798f3d;
}

@keyframes bounce {
    0% {
        background-position: 50% calc(110% - 4em), 80% calc(0% + .4em);
        background-size: 30px 45px, 30px 45px;
    }
}

.tooltip.top .tooltip-arrow {
    border-top-color: #7c9444;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #7c9444;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #7c9444;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #7c9444;
}

.contain-category-left {
    width: 990px;
}

.item .image {
    position: relative;
}

.related_products .item {
    padding-top: 20px;
}

.related_products .item .image {
    display: block;
}

.related_products .item .label {
    position: absolute;
    top: 0px;
    width: 60px;
    height: 28px;
    display: block;
}

.related_products .item .label-left {
    left: -5px;
}

.related_products .item .label-right {
    right: -5px;
    top: -15px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: url("../image/label_save.png") no-repeat;
}

.related_products .item .label-right b {
    font-size: 12px;
    line-height: 55px;
    font-weight: normal;
}

.related_products .item .save {
    background: url("../image/label_save.png") no-repeat;
}

.related_products .item .up-to {
    background: url("../image/label_upto.png") no-repeat;
}

.related_products .item .promotion {
    background: url("../image/label_promo.png") no-repeat;
}

.related_products .item .new {
    background: url("../image/label_new.png") no-repeat;
}

.suggested_products .item {
    padding: 15px;
}

.suggested_products .item .image {
    display: block;
}

.suggested_products .item .label {
    position: absolute;
    top: 0px;
    width: 60px;
    height: 28px;
    display: block;
}

.suggested_products .item .label-left {
    left: -5px;
}

.suggested_products .item .label-right {
    right: -5px;
    top: -15px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: url("../image/label_save.png") no-repeat;
}

.suggested_products .item .label-right b {
    font-size: 12px;
    line-height: 55px;
    font-weight: normal;
}

.suggested_products .item .save {
    background: url("../image/label_save.png") no-repeat;
}

.suggested_products .item .up-to {
    background: url("../image/label_upto.png") no-repeat;
}

.suggested_products .item .promotion {
    background: url("../image/label_promo.png") no-repeat;
}

.suggested_products .item .new {
    background: url("../image/label_new.png") no-repeat;
}

.list-product-home {
    overflow: auto;
    font-size: 16px;
}

.list-product-home .label_0 .label-left {
    /*background: url("../image/label_bundle_deal.png") no-repeat;*/
    background: none;
}

.list-product-home .label_1 .label-left {
    /*background: url("../image/label_cross_promotion.png") no-repeat;*/
    background: none;
}

.list-product-home .item {
    text-align: center;
    padding: 15px;
    float: left;
}

.list-product-home .item .image {
    display: block;
    height: 120px;
}

.list-product-home .item .image img {
    max-width: 100%;
    height: 120px;
    display: block;
    margin: 0px auto;
}

.list-product-home .item .img_search {
    position: relative;
    display: block;
    width: 150px;
    height: 150px;
    margin: 0px auto;
}

.list-product-home .item .label {
    position: absolute;
    top: 0px;
    width: 60px;
    height: 28px;
    display: block;
}

.list-product-home .item .label-left {
    left: -5px;
}

.list-product-home .item .label-right {
    right: -5px;
    top: -15px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: url("../image/label_save.png") no-repeat;
}

.list-product-home .item .label-right b {
    font-size: 12px;
    line-height: 55px;
    font-weight: normal;
}

.list-product-home .item .save {
    background: url("../image/label_save.png") no-repeat;
}

.list-product-home .item .up-to {
    background: url("../image/label_upto.png") no-repeat;
}

.list-product-home .item .promotion {
    background: url("../image/label_promo.png") no-repeat;
}

.list-product-home .item .new {
    background: url("../image/label_new.png") no-repeat;
}

.list-product-home .item a.description {
    padding-top: 5px;
    font-size: 16px;
    color: #404041;
    display: block;
    min-height: 65px;
}
.price_all{
    height:60px;
}
.list-product-home .item span.price, .list-product-home .item span.old_price {
    display: block;
    padding: 0px 3px 10px 3px;
    font-size: 18px;
    color: #7c9444;
}
.list-product-home .item span.old_price{
	min-height:20px;
}
.list-product-home .item span.old_price, .price_all span.old_price{
    font-size: 14px;
    text-decoration:line-through;
    padding-bottom:0px;
    color:#ff0000
}

.list-product-home .item span.price .price-old {
    color: red;
    text-decoration: underline;
}

.list-product-home .w-20 {
    width: 20%;
}

.list-product-home .w-16-5 {
    width: 16.666666%;
}

.list-product-home .w-16-5 .image {
    display: block;
    width: 100%;
    height: 157px;
}

.list-product-home .img_entre {
    display: block;
    height: 175px;
}

.breadcrumb.custom-1 {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0;
    background-color: inherit;
    padding: 20px 0px;
}

.breadcrumb.custom-1 > li + li:before {
    content: '>';
    color: #000000;
}

.breadcrumb.custom-1 > li + li.active:before {
    font-weight: normal;
}

.breadcrumb.custom-1 li a {
    color: inherit;
}

.breadcrumb.custom-1 > .active {
    color: #7c9444;
    font-weight: bold;
}

.product-detail {
    padding-left: 0;
    padding-right: 0;
}

.product-detail .title_product {
    color: #414141;
    font-size: 26px;
}

.product-detail .item {
    padding-bottom: 20px;
}

.product-detail .item .title {
    background-color: #dddddd;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #414141;
}

.product-detail .item .option {
    padding: 10px 0;
}

.product-detail .item .option .name {
    font-size: 16px;
    width: 190px;
    float: left;
    padding: 2px 0;
}

.product-detail .item .option .name {
    font-size: 16px;
    width: 210px;
    float: left;
    padding: 2px 0;
}

.product-detail .item .option .price {
    color: #7c9444;
    padding: 2px 0;
    margin-left: 20px;
    font-size: 16px;
}

.product-detail .item .option .price .price-old {
    color: red;
    text-decoration: line-through;
    font-weight: normal;
}

.option .input-group.quantity {
    float: left;
}

.input-group.quantity {
    width: 100px;
}

.input-group.quantity .form-control {
    padding: 6px 2px;
}

.input-group.quantity .button-minus {
    background: #fff;
}

.input-group.quantity .button-plus {
    background: #7b9342;
}

.input-group.quantity .glyphicon-minus {
    color: #7b9342 !important;
}

.input-group.quantity .glyphicon-plus {
    color: #fff !important;
}

.input-group.quantity .btn[disabled] {
    opacity: 1;
}

.input-group.quantity input {
    height: 27px;
    text-align: center;
    font-weight: bold;
}

.input-group.quantity button {
    font-size: 15px;
    padding: 4px 9px;
}

.input-group.quantity .btn-number {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.input-group.quantity .input-group-btn {
    z-index: 4;
    top: -2px;
}

.relate-product {
    border: 1px solid #dddddd;
}

.relate-product .title {
    background-color: #dddddd;
    text-transform: capitalize;
}

.relate-product .item img {
    width: 80px;
}

.relate-product .list {
    max-height: 560px;
    overflow: auto;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}

.review-image .item-image {
    width: 90px;
    padding: 5px;
    margin-top: 5px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #dddddd;
    margin-right: 2px;
}

.review-image .item-image img {
    width: 100%;
}

.more-option {
    height: 30px;
}

.more-option a {
    float: left;
    margin-right: 3px;
    line-height: 22px;
}

.more-option .share_social {
    float: left;
    font-size: 15px;
    line-height: 22px;
    color: #a71e22;
}

.product-info {
    background-color: #dddddd;
    padding: 10px 40px;
}

.form-style-1 {
    width: 100%;
    display: table-cell;
    padding: 20px;
    border: solid 1px #bbbdbf;
    font-size: 16px;
}

.form-style-1 .title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
    display: block;
}

.form-style-1 label {
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 10px;
}

.form-style-1 label.required:after {
    content: "*";
    padding-left: 5px;
    color: red;
}

.form-style-1 input.w250 {
    width: 250px;
}

.form-style-1 input.w50 {
    width: 50px;
}

.form-style-1 input.w70 {
    width: 70px;
}

.form-style-1 .group label {
    padding-top: 2px;
}

.form-style-1 .group input,
.form-style-1 .group select {
    margin-top: 10px;
    padding-left: 5px;
}

.category .title {
    font-family: 'Berlin Sans FB Demi';
    font-size: 40px;
    color: #7c9444;
    text-align: center;
}

.category .list {
    max-height: 700px;
    overflow: auto;
}

.category .list .item {
    min-height: 200px;
    margin-top: 15px;
}

.category .list .item:hover > .img > .description {
    opacity: 1;
}

.category .list .item .img {
    height: 180px;
    position: relative;
    overflow: hidden;
}

.category .list .item .img .description {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: table;
    padding: 20px;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.category .list .item .img .description span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}

.category .list .item img {
    width: 100%;
    min-height: 100%;
}

.category .list .item .name {
    text-align: center;
    padding: 5px;
    background-color: #6d6e70;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
}

.form-style-2 label {
    font-weight: normal;
    font-size: 14px;
}

.form-style-2 input {
    border-radius: 0;
    background-color: #dddddc;
}

.form-style-2 .txt-left {
    text-align: left;
}

.grocercoins_banner {
    border-bottom: solid 2px #bbbdbf;
    padding: 15px 0px;
}

.grocercoins_banner .col-xs-8 {
    color: #414141;
}

.grocercoins_banner .col-xs-8 span {
    font-size: 18px;
}

.grocercoins_banner .col-xs-8 .list-questions {
    margin-top: 30px;
}

.grocercoins_banner .col-xs-8 .list-questions span {
    background: url("../image/dot.png") no-repeat 10px 3px;
    padding-left: 35px;
}

.grocercoins_content .content-list-grocercoins {
    margin-bottom: 10px;
}

.grocercoins_content .content-list-grocercoins .list-grocercoins tr {
    border-left: 1px solid #414141;
    border-right: 1px solid #414141;
    color: #414141;
    font-size: 16px;
}

.grocercoins_content .content-list-grocercoins .list-grocercoins tr td {
    line-height: 30px;
    padding: 0px 20px;
}

.grocercoins_content .content-list-grocercoins .list-grocercoins .gro-label {
    background: #dddddc;
    border-top: 1px solid #414141;
}

.grocercoins_content .content-list-grocercoins .list-grocercoins .gro-label th {
    line-height: 30px;
    padding: 0px 20px;
}

.grocercoins_content .content-list-grocercoins .list-grocercoins .gro-total {
    border: none;
    border-top: 1px solid #414141;
    font-weight: bold;
}

.grocercoins_content .content-list-grocercoins b {
    font-size: 17px;
    color: #231f20;
    font-weight: normal;
    line-height: 30px;
}

.grocercoins_content .content-list-grocercoins b span {
    font-weight: bold;
}

.grocercoins_content .title-list-grocercoins {
    color: #000100;
    font-size: 24px;
    font-weight: bold;
}

.grocercoins_content .select-month-grocercoins {
    padding-right: 0px;
    text-align: right;
    color: #000100;
    font-size: 15px;
}

.grocercoins_content .select-month-grocercoins select {
    border: 1px solid #2d602e;
    outline: none;
    width: 130px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 3px;
}

.wrap-myCarousel {
    overflow-x: hidden;
    padding-left: 45px;
}

.wrap-myCarousel h4 {
    text-transform: uppercase;
    color: #010101;
    font-style: italic;
    font-size: 17px;
    font-weight: bold !important;
}

.wrap-myCarousel .galleria {
    margin-bottom: 10px;
}

.wrap-myCarousel #myCarousel,
.wrap-myCarousel #myCarousel_01,
.wrap-myCarousel #myCarousel_02,
.wrap-myCarousel #myCarousel_03,
.wrap-myCarousel #myCarousel_04,
.wrap-myCarousel #myCarousel_05,
.wrap-myCarousel #myCarousel_06,
.wrap-myCarousel #myCarousel_07,
.wrap-myCarousel #myCarousel_08,
.wrap-myCarousel #myCarousel_09,
.wrap-myCarousel #myCarousel_10,
.wrap-myCarousel #myCarousel_11,
.wrap-myCarousel #myCarousel_12 {
    width: 852px;
    float: left;
}

.wrap-myCarousel #myCarousel .carousel-control,
.wrap-myCarousel #myCarousel_01 .carousel-control,
.wrap-myCarousel #myCarousel_02 .carousel-control,
.wrap-myCarousel #myCarousel_03 .carousel-control,
.wrap-myCarousel #myCarousel_04 .carousel-control,
.wrap-myCarousel #myCarousel_05 .carousel-control,
.wrap-myCarousel #myCarousel_06 .carousel-control,
.wrap-myCarousel #myCarousel_07 .carousel-control,
.wrap-myCarousel #myCarousel_08 .carousel-control,
.wrap-myCarousel #myCarousel_09 .carousel-control,
.wrap-myCarousel #myCarousel_10 .carousel-control,
.wrap-myCarousel #myCarousel_11 .carousel-control,
.wrap-myCarousel #myCarousel_12 .carousel-control {
    width: 40px;
}

.wrap-myCarousel #myCarousel .carousel-control .glyphicon,
.wrap-myCarousel #myCarousel_01 .carousel-control .glyphicon,
.wrap-myCarousel #myCarousel_02 .carousel-control .glyphicon,
.wrap-myCarousel #myCarousel_03 .carousel-control .glyphicon,
.wrap-myCarousel #myCarousel_04 .carousel-control .glyphicon,
.wrap-myCarousel #myCarousel_05 .carousel-control .glyphicon,
.wrap-myCarousel #myCarousel_06 .carousel-control .glyphicon,
.wrap-myCarousel #myCarousel_07 .carousel-control .glyphicon,
.wrap-myCarousel #myCarousel_08 .carousel-control .glyphicon,
.wrap-myCarousel #myCarousel_09 .carousel-control .glyphicon,
.wrap-myCarousel #myCarousel_10 .carousel-control .glyphicon,
.wrap-myCarousel #myCarousel_11 .carousel-control .glyphicon,
.wrap-myCarousel #myCarousel_12 .carousel-control .glyphicon {
    top: 37%;
}

.wrap-myCarousel #myCarousel .left,
.wrap-myCarousel #myCarousel_01 .left,
.wrap-myCarousel #myCarousel_02 .left,
.wrap-myCarousel #myCarousel_03 .left,
.wrap-myCarousel #myCarousel_04 .left,
.wrap-myCarousel #myCarousel_05 .left,
.wrap-myCarousel #myCarousel_06 .left,
.wrap-myCarousel #myCarousel_07 .left,
.wrap-myCarousel #myCarousel_08 .left,
.wrap-myCarousel #myCarousel_09 .left,
.wrap-myCarousel #myCarousel_10 .left,
.wrap-myCarousel #myCarousel_11 .left,
.wrap-myCarousel #myCarousel_12 .left {
    margin-left: -50px;
    background: none;
}

.wrap-myCarousel #myCarousel .left span,
.wrap-myCarousel #myCarousel_01 .left span,
.wrap-myCarousel #myCarousel_02 .left span,
.wrap-myCarousel #myCarousel_03 .left span,
.wrap-myCarousel #myCarousel_04 .left span,
.wrap-myCarousel #myCarousel_05 .left span,
.wrap-myCarousel #myCarousel_06 .left span,
.wrap-myCarousel #myCarousel_07 .left span,
.wrap-myCarousel #myCarousel_08 .left span,
.wrap-myCarousel #myCarousel_09 .left span,
.wrap-myCarousel #myCarousel_10 .left span,
.wrap-myCarousel #myCarousel_11 .left span,
.wrap-myCarousel #myCarousel_12 .left span {
    background: url("../image/arrow_left.png");
}

.wrap-myCarousel #myCarousel .right,
.wrap-myCarousel #myCarousel_01 .right,
.wrap-myCarousel #myCarousel_02 .right,
.wrap-myCarousel #myCarousel_03 .right,
.wrap-myCarousel #myCarousel_04 .right,
.wrap-myCarousel #myCarousel_05 .right,
.wrap-myCarousel #myCarousel_06 .right,
.wrap-myCarousel #myCarousel_07 .right,
.wrap-myCarousel #myCarousel_08 .right,
.wrap-myCarousel #myCarousel_09 .right,
.wrap-myCarousel #myCarousel_10 .right,
.wrap-myCarousel #myCarousel_11 .right,
.wrap-myCarousel #myCarousel_12 .right {
    margin-right: -50px;
    background: none;
}

.wrap-myCarousel #myCarousel .right span,
.wrap-myCarousel #myCarousel_01 .right span,
.wrap-myCarousel #myCarousel_02 .right span,
.wrap-myCarousel #myCarousel_03 .right span,
.wrap-myCarousel #myCarousel_04 .right span,
.wrap-myCarousel #myCarousel_05 .right span,
.wrap-myCarousel #myCarousel_06 .right span,
.wrap-myCarousel #myCarousel_07 .right span,
.wrap-myCarousel #myCarousel_08 .right span,
.wrap-myCarousel #myCarousel_09 .right span,
.wrap-myCarousel #myCarousel_10 .right span,
.wrap-myCarousel #myCarousel_11 .right span,
.wrap-myCarousel #myCarousel_12 .right span {
    background: url("../image/arrow_right.png");
}

.wrap-myCarousel #myCarousel .glyphicon,
.wrap-myCarousel #myCarousel_01 .glyphicon,
.wrap-myCarousel #myCarousel_02 .glyphicon,
.wrap-myCarousel #myCarousel_03 .glyphicon,
.wrap-myCarousel #myCarousel_04 .glyphicon,
.wrap-myCarousel #myCarousel_05 .glyphicon,
.wrap-myCarousel #myCarousel_06 .glyphicon,
.wrap-myCarousel #myCarousel_07 .glyphicon,
.wrap-myCarousel #myCarousel_08 .glyphicon,
.wrap-myCarousel #myCarousel_09 .glyphicon,
.wrap-myCarousel #myCarousel_10 .glyphicon,
.wrap-myCarousel #myCarousel_11 .glyphicon,
.wrap-myCarousel #myCarousel_12 .glyphicon {
    width: 40px;
    height: 40px;
}

.wrap-myCarousel #myCarousel .glyphicon-chevron-left:before,
.wrap-myCarousel #myCarousel .glyphicon-chevron-right:before,
.wrap-myCarousel #myCarousel_01 .glyphicon-chevron-left:before,
.wrap-myCarousel #myCarousel_01 .glyphicon-chevron-right:before,
.wrap-myCarousel #myCarousel_02 .glyphicon-chevron-left:before,
.wrap-myCarousel #myCarousel_02 .glyphicon-chevron-right:before,
.wrap-myCarousel #myCarousel_03 .glyphicon-chevron-left:before,
.wrap-myCarousel #myCarousel_03 .glyphicon-chevron-right:before,
.wrap-myCarousel #myCarousel_04 .glyphicon-chevron-left:before,
.wrap-myCarousel #myCarousel_04 .glyphicon-chevron-right:before,
.wrap-myCarousel #myCarousel_05 .glyphicon-chevron-left:before,
.wrap-myCarousel #myCarousel_05 .glyphicon-chevron-right:before,
.wrap-myCarousel #myCarousel_06 .glyphicon-chevron-left:before,
.wrap-myCarousel #myCarousel_06 .glyphicon-chevron-right:before,
.wrap-myCarousel #myCarousel_07 .glyphicon-chevron-left:before,
.wrap-myCarousel #myCarousel_07 .glyphicon-chevron-right:before,
.wrap-myCarousel #myCarousel_08 .glyphicon-chevron-left:before,
.wrap-myCarousel #myCarousel_08 .glyphicon-chevron-right:before,
.wrap-myCarousel #myCarousel_09 .glyphicon-chevron-left:before,
.wrap-myCarousel #myCarousel_09 .glyphicon-chevron-right:before,
.wrap-myCarousel #myCarousel_10 .glyphicon-chevron-left:before,
.wrap-myCarousel #myCarousel_10 .glyphicon-chevron-right:before,
.wrap-myCarousel #myCarousel_11 .glyphicon-chevron-left:before,
.wrap-myCarousel #myCarousel_11 .glyphicon-chevron-right:before,
.wrap-myCarousel #myCarousel_12 .glyphicon-chevron-left:before,
.wrap-myCarousel #myCarousel_12 .glyphicon-chevron-right:before {
    content: "";
}

.wrap-myCarousel #myCarousel .carousel-inner .item,
.wrap-myCarousel #myCarousel_01 .carousel-inner .item,
.wrap-myCarousel #myCarousel_02 .carousel-inner .item,
.wrap-myCarousel #myCarousel_03 .carousel-inner .item,
.wrap-myCarousel #myCarousel_04 .carousel-inner .item,
.wrap-myCarousel #myCarousel_05 .carousel-inner .item,
.wrap-myCarousel #myCarousel_06 .carousel-inner .item,
.wrap-myCarousel #myCarousel_07 .carousel-inner .item,
.wrap-myCarousel #myCarousel_08 .carousel-inner .item,
.wrap-myCarousel #myCarousel_09 .carousel-inner .item,
.wrap-myCarousel #myCarousel_10 .carousel-inner .item,
.wrap-myCarousel #myCarousel_11 .carousel-inner .item,
.wrap-myCarousel #myCarousel_12 .carousel-inner .item {
    padding: 0px;
    margin: 0px;
}

.wrap-myCarousel #myCarousel .carousel-inner .item a,
.wrap-myCarousel #myCarousel_01 .carousel-inner .item a,
.wrap-myCarousel #myCarousel_02 .carousel-inner .item a,
.wrap-myCarousel #myCarousel_03 .carousel-inner .item a,
.wrap-myCarousel #myCarousel_04 .carousel-inner .item a,
.wrap-myCarousel #myCarousel_05 .carousel-inner .item a,
.wrap-myCarousel #myCarousel_06 .carousel-inner .item a,
.wrap-myCarousel #myCarousel_07 .carousel-inner .item a,
.wrap-myCarousel #myCarousel_08 .carousel-inner .item a,
.wrap-myCarousel #myCarousel_09 .carousel-inner .item a,
.wrap-myCarousel #myCarousel_10 .carousel-inner .item a,
.wrap-myCarousel #myCarousel_11 .carousel-inner .item a,
.wrap-myCarousel #myCarousel_12 .carousel-inner .item a {
    width: 142px;
    float: left;
    padding-right: 10px;
}

.wrap-myCarousel #myCarousel .carousel-inner .item a img,
.wrap-myCarousel #myCarousel_01 .carousel-inner .item a img,
.wrap-myCarousel #myCarousel_02 .carousel-inner .item a img,
.wrap-myCarousel #myCarousel_03 .carousel-inner .item a img,
.wrap-myCarousel #myCarousel_04 .carousel-inner .item a img,
.wrap-myCarousel #myCarousel_05 .carousel-inner .item a img,
.wrap-myCarousel #myCarousel_06 .carousel-inner .item a img,
.wrap-myCarousel #myCarousel_07 .carousel-inner .item a img,
.wrap-myCarousel #myCarousel_08 .carousel-inner .item a img,
.wrap-myCarousel #myCarousel_09 .carousel-inner .item a img,
.wrap-myCarousel #myCarousel_10 .carousel-inner .item a img,
.wrap-myCarousel #myCarousel_11 .carousel-inner .item a img,
.wrap-myCarousel #myCarousel_12 .carousel-inner .item a img {
    width: 100%;
    height: 96px;
    float: left;
    border: 1px solid #6d6e70;
}

.wrap-myCarousel #myCarousel .carousel-inner .item a span,
.wrap-myCarousel #myCarousel_01 .carousel-inner .item a span,
.wrap-myCarousel #myCarousel_02 .carousel-inner .item a span,
.wrap-myCarousel #myCarousel_03 .carousel-inner .item a span,
.wrap-myCarousel #myCarousel_04 .carousel-inner .item a span,
.wrap-myCarousel #myCarousel_05 .carousel-inner .item a span,
.wrap-myCarousel #myCarousel_06 .carousel-inner .item a span,
.wrap-myCarousel #myCarousel_07 .carousel-inner .item a span,
.wrap-myCarousel #myCarousel_08 .carousel-inner .item a span,
.wrap-myCarousel #myCarousel_09 .carousel-inner .item a span,
.wrap-myCarousel #myCarousel_10 .carousel-inner .item a span,
.wrap-myCarousel #myCarousel_11 .carousel-inner .item a span,
.wrap-myCarousel #myCarousel_12 .carousel-inner .item a span {
    display: block;
    background: #6d6e70;
    width: 100%;
    float: left;
    color: #fff;
    padding: 5px 0px;
}

.wrap-myCarousel #myCarousel .carousel-inner .item a:last-child,
.wrap-myCarousel #myCarousel_01 .carousel-inner .item a:last-child,
.wrap-myCarousel #myCarousel_02 .carousel-inner .item a:last-child,
.wrap-myCarousel #myCarousel_03 .carousel-inner .item a:last-child,
.wrap-myCarousel #myCarousel_04 .carousel-inner .item a:last-child,
.wrap-myCarousel #myCarousel_05 .carousel-inner .item a:last-child,
.wrap-myCarousel #myCarousel_06 .carousel-inner .item a:last-child,
.wrap-myCarousel #myCarousel_07 .carousel-inner .item a:last-child,
.wrap-myCarousel #myCarousel_08 .carousel-inner .item a:last-child,
.wrap-myCarousel #myCarousel_09 .carousel-inner .item a:last-child,
.wrap-myCarousel #myCarousel_10 .carousel-inner .item a:last-child,
.wrap-myCarousel #myCarousel_11 .carousel-inner .item a:last-child,
.wrap-myCarousel #myCarousel_12 .carousel-inner .item a:last-child {
    padding: 0px;
}

.wrap-myCarousel #myCarousel .carousel-inner .item .label-item,
.wrap-myCarousel #myCarousel_01 .carousel-inner .item .label-item,
.wrap-myCarousel #myCarousel_02 .carousel-inner .item .label-item,
.wrap-myCarousel #myCarousel_03 .carousel-inner .item .label-item,
.wrap-myCarousel #myCarousel_04 .carousel-inner .item .label-item,
.wrap-myCarousel #myCarousel_05 .carousel-inner .item .label-item,
.wrap-myCarousel #myCarousel_06 .carousel-inner .item .label-item,
.wrap-myCarousel #myCarousel_07 .carousel-inner .item .label-item,
.wrap-myCarousel #myCarousel_08 .carousel-inner .item .label-item,
.wrap-myCarousel #myCarousel_09 .carousel-inner .item .label-item,
.wrap-myCarousel #myCarousel_10 .carousel-inner .item .label-item,
.wrap-myCarousel #myCarousel_11 .carousel-inner .item .label-item,
.wrap-myCarousel #myCarousel_12 .carousel-inner .item .label-item {
    text-transform: uppercase;
}

.clear {
    clear: both;
}

.item_account {
    position: relative;
}

.item_account div {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 9999;
    top: 50px;
    left: 0px;
    background: #fff;
    border: 1px solid #eee;
}

.item_account div ul {
    margin: 0px;
    padding: 0px;
}

.item_account div ul li {
    list-style: none;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
}

.item_account b {
    display: block;
    font-size: 10px;
    text-align: center;
    line-height: 8px;
}

.item_account:hover {
    background: #eee;
}

.item_account:hover div {
    display: block;
}

.submit_agree .gsm-btn {
    margin: 0px 10px 0px 0px;
    padding: 2px 10px;
    font-size: 18px;
}

.submit_agree a {
    color: #7c9444;
}

.navbar-right #cart {
    margin-top: 10px;
    position: relative;
}

.navbar-right #cart .content {
    position: absolute;
    width: 500px;
    display: none;
    right: -100px;
    padding: 10px 15px;
    min-height: 150px;
    border: 1px solid #4d7550;
    background: #FFF;
    z-index: 99999;
}

.navbar-right #cart .content .top-cart-title {
    background: #799241;
    color: #fff;
    margin: -10px -15px 5px -15px;
    padding: 8px 10px;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.navbar-right #cart .content .top-cart-info {
    max-height: 300px;
    overflow: auto;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

.navbar-right #cart .content .top-cart-info table {
    width: 100%;
    color: #414141;
    font-size: 14px;
}

.navbar-right #cart .content .top-cart-info table .total {
    padding-left: 5px;
    padding-right: 5px;
}

.navbar-right #cart .content .top-cart-info table small {
    padding: 0px 5px 0px 0px;
}

.navbar-right #cart .content .top-cart-info table a {
    color: #3e449a;
    padding: 0 5px 0 0;
}

.navbar-right #cart .content .top-cart-info table tr td.remove img {
    cursor: pointer;
}

.navbar-right #cart .content .top-cart-info table name {
    width: 60%;
}

.navbar-right #cart .content .mini-cart-total {
    text-align: right;
}

.navbar-right #cart .content .mini-cart-total > table {
    font-size: 14px;
}

.navbar-right #cart .content .mini-cart-total > table b {
    color: #414141;
}

.navbar-right #cart .content .checkout {
    text-align: right;
    display: block;
    padding: 5px 0px;
    margin-top: 10px;
}

.navbar-right #cart .content .checkout a {
    display: inline-block;
    float: right;
    marign-left: 5px;
}

.navbar-right #cart .content .checkout span {
    background: #799241;
    padding: 7px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.navbar-right #cart.active .content {
    display: block;
}

.view-cart .alert-danger {
    color: red;
    border-color: red;
}

.view-cart .alert-success {
    color: green;
    border-color: green;
}

.view-cart h2 {
    font-size: 15px;
    font-weight: bold;
    color: #414141;
}

.view-cart .cart-info table {
    font-size: 14px;
    border: 1px solid #414141;
}

.view-cart .cart-info table th {
    background: #dddddc;
    padding: 10px;
    font-size: 16px;
    color: #414141;
}

.view-cart .cart-info table td {
    padding: 5px 10px;
}

.view-cart .view-cart-update {
    position: relative;
    top: 9px;
}

.view-cart .view-cart-number {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #414141;
    padding: 0px 10px;
    text-align: center;
}

.view-cart .content {
    width: 60%;
    float: left;
}

.view-cart .content .content-redio-cart {
    font-size: 15px;
    background: #808184;
    color: #ffffff;
    padding: 10px;
    width: 100%;
}

.view-cart .content .content-redio-cart #use_coupon,
.view-cart .content .content-redio-cart #use_reward {
    position: static;
    margin: 0px;
}

.view-cart .cart-total {
    color: #414242;
    float: right;
    width: 30%;
    text-align: right;
    font-size: 18px;
}

.view-cart .cart-total #total {
    float: right;
}

.view-cart .cart-total .buttons {
    margin-top: 5px;
}

.view-cart .cart-module #coupon,
.view-cart .cart-module #reward {
    width: 100%;
    padding: 10px;
    maring-top: 10xp;
}

.view-cart .cart-module #coupon span,
.view-cart .cart-module #reward span {
    font-size: 15px;
    font-weight: bold;
    color: #414141;
}

.view-cart .reward form {
    width: 100%;
}

.view-cart-button,
.button-coupon {
    padding: 4px 10px;
    background: #7b9342;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #7b9342;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}

.view-cart-button:hover,
.button-coupon:hover {
    color: #fff;
    text-decoration: none;
}

.button-checkout {
    padding: 2px 8px;
    background: #7b9342;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #7b9342;
    color: #fff;
    margin-left: 5px;
}

.checkout input[type="radio"] {
    margin: 2px 10px 2px 0px;
    float: left;
    position: inherit;
}

.checkout .checkout-heading {
    font-size: 15px;
    color: #414141;
    font-weight: bold;
    margin-top: 10px;
}

.checkout .checkout-heading a {
    float: right;
    color: #7b9342;
    pointer: cursor;
}

.checkout .checkout-content {
    color: #424242;
}

.checkout #shipping-method .orderdeliveryslot input,
.checkout #shipping-method .orderdeliveryslot select {
    margin: 0px 3px;
    height: 20px;
}

.checkout #payment-new table {
    margin-left: 20px;
}

.checkout #payment-new table input,
.checkout #payment-new table select {
    margin: 3px 0px 3px 10px;
    height: 20px;
    width: 300px;
}

.checkout-product .option-checkout {
    width: 100%;
    font-size: 14px;
    border: 1px solid #d0d0d0;
}

.checkout-product .option-checkout th {
    background: #dddddd;
    padding: 10px;
    font-size: 16px;
    color: #414141;
}

.checkout-product .option-checkout td {
    padding: 5px 10px;
}

.checkout-product .option-checkout tfoot {
    border: none;
}

.checkout-product .total-checkout {
    width: 100%;
    text-align: right;
    font-size: 15px;
    margin: 10px 0px;
}

.account_account .content {
    color: #414141;
    font-size: 14px;
}

.account_account .content ul {
    padding: 0px 15px;
}

.account_account .content ul a {
    color: #7c9444;
}

.account_account .content h2 {
    font-size: 19px;
    color: #414141;
    font-weight: bold;
}

.account_order {
    padding: 0px 30px 30px 30px;
    border: 1px solid #5a5a5a;
    float: left;
    margin-left: 30px;
    width: 75%;
}

.account_order h1 {
    font-size: 19px;
    text-transform: uppercase;
    color: #010101;
    text-transform: uppercase;
    font-weight: bold;
}

.account_order h2 {
    font-size: 16px;
    font-weight: bold;
}

.account_order .buttons {
    float: left;
}

.account_order .pagination {
    float: right;
    margin: 0px;
    width: 250px;
}

.account_order .pagination .links {
    float: right;
}

.account_edit {
    color: #414141;
}

.account_edit table tr td input {
    margin: 5px 0px 5px 35px;
    padding: 2px;
    border: 1px solid #575757;
    width: 250px;
}

.account_newsletter table tr td {
    color: #414141;
}

.account_newsletter table tr td span {
    font-size: 15px;
    margin: 3px 20px 3px 0px;
    font-weight: bold;
}

.account_newsletter table tr td input {
    margin-left: 5px;
}

.account_newsletter .tb-content {
    padding: 20px 0px;
}

.account_wishlist table {
    width: 100%;
    border: 1px solid #c9c9c9;
}

.account_wishlist table th {
    background: #dddddd;
    color: #414141;
    padding: 8px 10px;
    font-weight: bold;
    font-size: 15px;
}

.account_wishlist table td {
    padding: 6px 10px;
}

.account_wishlist table td img {
    cursor: pointer;
}

.account_password table {
    margin: 5px 0px;
}

.account_password table input {
    margin: 5px 0px 0px 35px;
    padding: 2px;
    border: 1px solid #575757;
    width: 350px;
    color: #414141;
    height: 26px;
}

.account_page table {
    margin: 5px 0px;
}

.account_page table td {
    font-size: 15px;
    padding-bottom: 0px;
    color: #414141;
}

.account_page table td input[type=text],
.account_page table td select {
    margin: 5px 0px 0px 35px;
    padding: 2px;
    border: 1px solid #575757;
    width: 350px;
    color: #414141;
    height: 26px;
}

.account_page table td input[type=radio] {
    margin: 5px 0px 5px 35px;
}

.account_page h1 {
    color: #000;
}

.account_page h3 {
    color: #414141;
    margin-top: 4px;
}

.account_seller table td {
    font-size: 16px;
}

.account_seller table td input[type=text],
.account_seller table td input[type='password'],
.account_seller table td select {
    margin: 5px 0px 5px 35px;
    padding: 2px;
    border: 1px solid #575757;
    width: 300px;
}

.account_seller table td input[type=radio] {
    margin: 5px 0px 5px 35px;
}

.account_seller .acount-detail-input span {
    display: block;
    float: left;
    width: 110px;
}

.entre_register .required {
    color: red;
    padding-left: 5px;
}

#myModalAgree .modal-content {
    padding: 20px;
}

.reg_entrepreneur_success {
    background: #cecece;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 8px;
}

.reg_entrepreneur_success b {
    display: block;
    font-size: 20px;
    color: #fff;
}

.reg_entrepreneur_success a {
    color: #0b2b9a;
    text-decoration: underline;
}

#modalQuickShop table {
    width: 90%;
    margin: 15px auto;
}

#modalQuickShop table td {
    width: 40%;
    text-align: center;
}

#modalQuickShop table td .quantity {
    width: 60%;
    margin: 5px auto;
}

#modalQuickShop table td .quantity .input-number {
    text-align: center;
}

#modalQuickShop table td .option_value {
    font-size: 16px;
    margin: 5px 0px;
}

#modalQuickShop table td .option_value span {
    display: inline-block;
    margin-right: 6px;
}

#modalQuickShop table td .option_value select {
    width: 300px;
    padding: 4px 2px;
    border: 1px solid #7c9343;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#modalQuickShop table td .total {
    color: #7c9444;
    font-size: 30px;
    margin-top: 10px;
}

#modalQuickShop table td .button-cart {
    background: #7c9343;
    border-radius: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 8px;
    float: left;
    font-size: 15px;
    padding: 5px 15px;
}

#modalQuickShop table td .more-option {
    width: 54%;
    margin: 0px auto;
}

#modalQuickShop table td .more-option a {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 3px;
}

#modalQuickShop table .all_total {
    font-size: 20px;
    color: #000;
}

#modalQuickShop table .all_total span {
    color: #7c9343;
}

#modalQuickShop table .add_to_wish_list {
    line-height: 20px;
}

#modalQuickShop table .add_to_wish_list a {
    cursor: pointer;
    color: #7b9342;
    font-size: 15px;
    text-decoration: none;
    vertical-align: bottom;
}

#modalQuickShop table td.left {
    width: 60%;
    padding-left: 15px;
    text-align: left;
}

#modalQuickShop table td.left h2 {
    margin-top: 0px;
}

#modalQuickShop table td.left h2 a {
    color: #404041;
    font-size: 24px;
}

#modalQuickShop .quick_shop_footer {
    border-top: 1px solid #e5e5e5;
}

#modalQuickShop .modal-body {
    padding: 15px 0px !important;
}

.details-merchant table.contacts-us {
    width: 50%;
    margin: 10px 30px;
}

.details-merchant table.contacts-us td {
    padding: 5px;
    font-size: 15px;
}

.cat_details .inner_cat_details {
    max-height: 880px;
    overflow: auto;
}

.cat_details .cat_details_tools {
    display: block;
    margin: 10px 0px;
    width: 100%;
}

.cat_details .cat_details_tools .icon_cat_details {
    float: left;
    width: 200px;
}

.cat_details .cat_details_tools h1 {
    font-size: 56px;
    color: #7d9644;
    text-align: center;
    float: left;
    width: 700px;
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
}

.cat_details .cat_details_tools .fl-right {
    margin-top: 16px;
}

.cat_details .list_cat_details {
    width: 270px;
    height: 220px;
    float: left;
    border: 1px solid #d0d2d3;
    margin-right: 20px;
    margin-bottom: 20px;
}

.cat_details .list_cat_details b {
    display: block;
    background: #6d6e70;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 33px;
    font-size: 16px;
}

.cat_details .list_cat_details .box_details {
    position: relative;
    width: 268px;
    height: 185px;
}

.cat_details .list_cat_details .box_details img {
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    width: 268px;
    height: 185px;
}

.cat_details .list_cat_details .box_details .caption {
    background-color: rgba(192, 192, 192, 0.3);
    position: absolute;
    color: #231f20;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;
    font-size: 15px;
}

.cat_details .list_cat_details .box_details .fade-caption,
.cat_details .list_cat_details .box_details .scale-caption {
    opacity: 0;
    width: 268px;
    height: 185px;
    text-align: center;
    padding: 15px;
}

.cat_details .list_cat_details .box_details:hover .fade-caption,
.cat_details .list_cat_details .box_details:hover .scale-caption {
    opacity: 1;
}

.order_tb {
    width: 100%;
    font-size: 15px;
}

.order_tb tr td,
.order_tb tr th {
    border-bottom: 1px solid #4d7550;
    padding: 5px;
}

.order_tb tr th {
    font-weight: bold;
    font-size: 16px;
    color: #414141;
    border: none;
}

#backtotop {
    width: 28px;
    height: 28px;
    margin: 5px auto;
    margin-bottom: 5px;
    cursor: pointer;
}

.order-history {
    font-size: 14px;
}

.product_return h1 span {
    font-size: 14px;
    margin-left: 20px;
    display: inline-block;
}

.product_return table tr td textarea {
    border: 1px solid #575757;
    width: 88%;
}

.product_return table tr td table tr td label {
    margin-left: 10px;
}

.product_return table tr td.captcha input {
    margin-left: 0px;
    margin-bottom: 3px;
}

.product_return table tr td.captcha img {
    height: 26px;
}

#modalQuickSignUp table {
    width: 53%;
    margin: 0px auto;
}

#modalQuickSignUp table tr td {
    font-size: 17px;
    color: #414141;
    padding-bottom: 5px;
}

#modalQuickSignUp table tr td .required {
    color: #ff0000;
}

#modalQuickSignUp table tr td input[type="text"],
#modalQuickSignUp table tr td input[type="password"] {
    border: 1px solid #414141;
    display: block;
    width: 100%;
}

#modalQuickSignUp table tr td .alert {
    color: #ff0000;
    font-size: 12px;
    display: none;
}

#modalQuickSignUp table tr td.qs-button {
    padding-top: 15px;
}

#modalQuickSignUp .ql_content {
    display: none;
}

#modalQuickSignUp .ql_content .alert {
    padding: 0px;
}

#modalQuickSignUp .wait {
    display: none;
}

.order-history-info {
    color: #414141;
}

.order-history-info ul {
    padding-left: 0px;
}

.order-history-info ul li {
    list-style: none;
}

.order-history-info .account_order {
    width: 100%;
    margin-left: 0px;
}

.order-history-info table.order-history-total {
    margin: 10px 0px;
    width: 100%;
}

.order-history-info table.order-history-total tr td {
    color: #414141;
}

.order-history-info table.order-history-total tr td a {
    display: block;
    padding-left: 160px;
    background: url("../image/reorder.png") no-repeat 125px;
    line-height: 30px;
    color: #3e4598;
}

.order-history-info table.order-history-details,
.order-history-info table.order-history-comment {
    border: 1px solid #cbcbcb;
    width: 100%;
    font-size: 15px;
    color: #414141;
    margin-bottom: 10px;
}

.order-history-info table.order-history-details tr td,
.order-history-info table.order-history-details tr th,
.order-history-info table.order-history-comment tr td,
.order-history-info table.order-history-comment tr th {
    padding: 4px 10px;
}

.order-history-info table.order-history-details tr td span,
.order-history-info table.order-history-details tr th span,
.order-history-info table.order-history-comment tr td span,
.order-history-info table.order-history-comment tr th span {
    color: #3e4598;
}

.order-history-info table.order-history-details tr th,
.order-history-info table.order-history-comment tr th {
    background: #dddddc;
}

.order-history-info table.order-history-comment {
    width: 40%;
}

.order-history-info #repeat_order_table {
    margin: 0px 15px;
}

.order-history-info #repeat_order_table tr td input {
    margin: 0px 0px 5px 0px;
}

.order-history-info #repeat_order_table tr td .button {
    cursor: pointer;
}

#suggested_products {
    border: 1px solid #d0d2d3;
    margin-top: 20px;
    over-flow: auto;
    width: 100%;
    float: left;
}

#suggested_products h3 {
    background: #dddddd;
    margin: 0px;
    padding: 5px 10px;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    text-transform: capitalize;
}

#suggested_products .item {
    width: 200px;
    float: left;
    font-size: 14px;
}

.list-product-category {
    overflow: hidden;
}

.list-product-category .category-left {
    padding-top: 10px;
}

.list-product-category .category-left .i1_hover {
    margin-left: 40px;
}

.list-product-category .category-left .i2_hover {
    margin-left: 40px;
}

.list-product-category .category-left .i3_hover {
    margin-left: 40px;
}

.list-product-category .category-left .i4_hover {
    margin-left: 40px;
}

.list-product-category .category-left .i5_hover {
    margin-left: 40px;
}

.list-product-category .category-left .i6_hover {
    margin-left: 40px;
}

.list-product-category .contain-category-left {
    width: 959px;
    max-height: 850px;
    overflow: auto;
}

.delivery_page {
    width: 700px;
    margin: 0 auto;
    line-height: 1.8em;
    font-size: 15px;
}

.delivery_top {
    width: 577px;
    height: 182px;
    background: url(../image/delivery-banner.png);
}

.delivery_title {
    height: 13px;
    padding-left: 17px;
    background: url(../image/circle.png) no-repeat;
    font-weight: bold;
    margin: 15px 0;
    line-height: 12px;
}

.delivery_tbl {
    border-collapse: collapse;
    width: 100%;
}

.delivery_tbl td {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    line-height: 2em;
    vertical-align: top;
    padding: 10px 0px 10px 15px;
}

.delivery_tbl td.left {
    width: 170px;
    border-right: 1px solid #dddddd;
}

.delivery_tbl tr.title td {
    background: #7b9342;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: bold;
    color: #fff;
}

.account_return {
    font-size: 15px;
}

.nav-tabs.custom-2 {
    border-bottom: solid 1px #7c9444;
    text-transform: uppercase;
    font-size: 16px;
    float: left;
    width: 100%;
}

.category_tabs .nav-tabs {
    border-bottom: 1px solid #7a9241;
}

.category_tabs .nav-tabs li {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.category_tabs .nav-tabs li img {
    margin: 0px 55px;
    display: block;
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}
.category_tabs .nav-tabs li.active img {
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}
.category_tabs .nav-tabs li a {
    padding: 5px 15px;
}

.category_tabs .nav-tabs li a:hover,
.category_tabs .nav-tabs li a:focus {
    background: none;
    color: #7c9444;
}

.cat_list .cat_child {
    width: 100%;
    float: left;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #e1e1e1;
}

.cat_list .cat_child .cat_title {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #93c23f;
    text-align: center;
    line-height: 45px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #414141;
    cursor: pointer;
}

.cat_list .cat_child .list-product-home {
    display: none;
}

.cat_list .cat_child .list-product-home .checkout-loading {
    margin: 10px auto;
}

#button-confirm {
    margin-bottom: 4px !important;
}

.list-product-entrepreneur {
    max-height: 672px;
	margin:10px 0px;
}

.list-product-entrepreneur .item a.description {
    min-height: 65px;
}

#modalVouchers {
    display: none;
}

#modalVouchers .modal-content {
    width: 782px;
}

#modalVouchers .modal-header {
    padding: 5px 15px;
}

#modalVouchers .modal-header .close {
    margin-top: 10px;
}

#modalVouchers .modal-header .modal-title {
    color: #ff6e44;
    font-size: 27px;
    font-weight: bold;
}

#modalVouchers .show_hide,
#modalVouchers #close,
#modalVouchers .heading-title {
    display: none;
}

#modalVouchers .slidingDiv {
    height: 240px;
    width: 880px;
    padding: 0px;
}

#modalVouchers .slidingDiv .voucher-box {
    background: url(../image/voucher-bg.png) no-repeat;
    border-top: solid 1px #7e9b4a;
    padding: 20px 20px 9px 20px;
    line-height: 18px;
    color: #bebebe;
    width: 250px;
    margin-top: 15px;
    height: 190px;
    float: left;
}

#modalVouchers .slidingDiv .voucher-box p {
    margin-bottom: 7px;
}

.warning {
    color: red;
}


/*Added by trunglb*/

@media (max-width: 1024px) {
    .navbar.custom-2 li.item p {
        font-size: 13px;
    }
}

ul.product_option{
    min-height: 80px;
    padding-left: 30px;
}
ul.product_option li{
    font-size: 13px;
    text-align: left;
}
.cart-info .name .stock{
	color:red
}
.hardcode-entre{
	height:110px;
	margin:10px 0px;
	background:url('../image/entrepreneur.jpg') repeat-x center;
	background-size: 1140px 110px;
}
