.title-head {
    font-size: 2.14286em;
    color: #333333;
    font-weight: 400;
    text-decoration: none;
    position: relative
}
.title-head a{color: #333333}
.title-head a:hover{color: #80BB35}
.box-heading .title-head {
    display: inline-block;
    padding-right: 10px;
    margin-top: 0;
    margin-bottom: 30px
}
.subtitle-head {
    font-size: 1.28571em;
    color: #333333;
    margin: 20px 0
}
.product-box {
    text-align: left;
    /*margin-bottom: 14px;*/
    background: none;
    position: relative;
    margin-bottom: 20px
}
.product-box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.product-box .product-thumbnail {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #FFFFFF
}
.product-box .product-thumbnail a{display: inline-block}
.product-box .product-thumbnail a img {
    max-width: 100%;
    width: auto;
    max-height: 100%
}
.product-box .product-thumbnail.flexbox-grid > a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 200px;
    text-align: center
}
@media (max-width: 1199px) {
    .product-box .product-thumbnail.flexbox-grid > a{height: 200px}
}
@media (max-width: 991px) {
    .product-box .product-thumbnail.flexbox-grid > a{height: 200px}
}
@media (max-width: 767px) {
    .product-box .product-thumbnail.flexbox-grid > a{height: 200px}
}
@media (max-width: 543px) {
    .product-box .product-thumbnail.flexbox-grid > a{height: 186px}
}
@media (max-width: 320px) {
    .product-box .product-thumbnail.flexbox-grid > a{height: 130px}
}
.product-box .product-thumbnail.flexbox-grid a img {
    max-width: 100%;
    width: 100%;
    max-height: 100%
}
.product-box .product-info {
    z-index: 10;
    position: relative;
    padding: 15px 10px
}
.product-box .product-action {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 10;
    background: none;
    width: 100%
}
.product-box .product-action:before {
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0
}
.product-box .product-action form {
    display: inline-block;
    background: #FFFFFF
}
.product-box .product-action form i.fa.fa-eye{font-size: 16px}
.product-box .product-action form i.fa.fa-shopping-bag{font-size: 13px}
.product-box .product-action form .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    background: #FFFFFF;
    color: #B6B6B6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: left;
    position: relative
}
.product-box .product-action form .btn:last-child:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 1px;
    height: 20px;
    background: #EDEDED
}
.product-box .product-action form .btn:hover{color: #80BB35}
.product-box .product-action .quick-view {
    padding: 0;
    text-align: center;
    width: 44px
}
.product-box .sale-flash {
    position: absolute;
    font-size: 1em;
    color: #FFFFFF;
    font-weight: 400;
    padding: 0 12px 0 8px;
    line-height: 25px;
    text-align: center;
    top: 20px;
    left: -1px;
    z-index: 10;
    background-color: #FE9705
}
.product-box .product-name {
    font-size: 1.07143em;
    line-height: 24px;
    margin-top: 0;
    color: #1C1C1C;
    font-weight: 400
}
.product-box .product-name a {
    color: #333333;
    text-decoration: none
}
.product-box .product-name a:hover{color: #80BB35}
.product-box .tag-info span.title{color: #898989}
.product-box .price-box{margin-top: 10px}
.product-box .price-box > div{display: inline-block}
.product-box .price-box .special-price{color: #898989}
.product-box .price-box .special-price span {
    /*color: #000000;*/
    display: inline;
    color: #FE9705
}
.product-box .product-price {
    color: #FE9705;
    font-size: 1.07143em;
    line-height: 1.71429em;
    display: block;
    font-weight: 600
}
.product-box .product-price-old {
    text-decoration: line-through;
    font-size: 1.07143em;
    margin: 0 0 0 10px;
    display: inline-block;
    color: #ADADAD
}
.product-box .product-summary {
    font-size: 1em;
    color: #ACACAC;
    line-height: 20px
}
.product-box form {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}
.product-box:hover .product-thumbnail:before {
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    display: block
}
.product-box:hover .product-action{display: block}
.product-price {
    color: #323C3F;
    font-size: 1.42857em;
    line-height: 24px;
    display: block;
    font-weight: 700
}
.products-view-list .product-box {
    padding: 25px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #EBEBEB
}
.products-view-list .product-box .product-thumbnail {
    text-align: center;
    margin-bottom: 0;
    width: calc(100% / 3);
    float: left
}
.products-view-list .product-box .product-info {
    padding: 0;
    text-align: left;
    margin-left: 30px;
    float: left;
    width: calc(100% / 3 * 2 - 30px);
    background: transparent;
    border-top: none;
    padding-bottom: 15px
}
.products-view-list .product-box .tag-info > div {
    display: inline-block;
    margin-right: 20px
}
.products-view-list .product-box form{margin-bottom: 0}
.product-mini-item {
    padding: 20px 0;
    border-bottom: 1px solid #EBEBEB
}
.product-mini-item .price{display: inline-block}
.product-mini-item .product-img {
    width: 80px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    background: #FFFFFF
}
.product-mini-item .product-img .btn {
    display: none !important;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #80BB35;
    color: #80BB35;
    font-size: 18px;
    line-height: 78px
}
.product-mini-item .product-info {
    width: calc(100% - 100px);
    float: right
}
.product-mini-item .product-info .price-box{border: none}
.product-mini-item .product-info h3 {
    margin-top: 0;
    font-size: 1.07143em;
    font-weight: 400;
    margin-bottom: 4px
}
.product-mini-item .product-info h3 a{color: #464646}
.product-mini-item .product-info h3 a:hover{color: #80BB35}
.product-mini-item .product-price {
    font-weight: 500;
    font-size: 1.07143em;
    color: #FE9705
}
.product-mini-item .sale-price {
    font-size: 12px;
    color: #959595
}
.product-mini-item:hover .product-img .btn{display: block !important}
.row.row-noGutter:last-child > .col-sm-12 > .product-mini-item {
    border: none;
    padding-bottom: 10px
}
.bread-crumb {
    background-color: #EFEFEF;
    background-position: center;
    background-size: cover;
    margin-bottom: 50px;
    text-align: center;
    color: #FFFFFF;
    padding: 65px 0
}
.breadcrumb-title {
    font-size: 26px;
    text-transform: uppercase
}
.breadcrumb {
    margin: 0;
    font-size: 1.14286em;
    padding: 0;
    border-radius: 0;
    background: transparent
}
.breadcrumb li{display: inline}
.breadcrumb li + li:before{display: none}
.breadcrumb li > a {
    font-size: 1em;
    color: #fff
}
.breadcrumb li > a > span{color: #FFFFFF}
.breadcrumb li > a > span:hover{color: #80BB35}
.breadcrumb li span {
    display: inline;
    color: #898989
}
.breadcrumb li span .fa {
    color: #898989;
    font-size: 1em;
    margin: 3px
}
.breadcrumb li strong{color: #80BB35}
.breadcrumb li strong span{color: #80BB35}
.breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
    color: #80BB35;
    font-weight: 400;
    font-size: 1em
}
.pagination {
    margin: 30px 0;
    float: right
}
.pagination .page-link {
    float: left;
    margin: 2.5px;
    width: 30px;
    background: #FFFFFF;
    text-align: center;
    height: 30px;
    font-size: 1.07143em;
    padding: 0;
    line-height: 30px;
    color: #464646;
    border: 1px solid #E1E1E1;
    text-decoration: none
}
.pagination .page-link:hover {
    border-color: #80BB35;
    color: #FFFFFF;
    background: #80BB35
}
.pagination .text > .page-link {
    width: auto;
    padding: 0 15px;
    border-radius: 0
}
.pagination .page-item.disabled .page-link {
    border-color: #80BB35;
    display: none
}
.pagination .page-item.active .page-link {
    border-color: #80BB35;
    color: #FFFFFF;
    background: #80BB35;
    display: block
}
header {
    background: transparent;
    width: 100%
}
.topbar {
    background: #80BB35;
    color: #FFFFFF;
    text-align: center;
    height: 40px;
    line-height: 40px
}
.topbar a {
    color: #FFFFFF;
    font-weight: 600
}
.topbar a:hover{color: main-color-2}
.header-main{padding: 30px 0}
.logo {
    display: inline-block;
    font-size: 2.85714em
}
.header_search {
    padding: 17px 0 0 0;
    margin-left: 30px;
    width: 252px
}
.header_search input {
    float: right;
    background: #EEEEEE;
    border: none !important
}
.header_search .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px
}
.header_search .input-group {
    width: 100%;
    margin-bottom: 0
}
.header_search button {
    padding: 0;
    width: 45px;
    background: transparent
}
.header_search button img{margin-top: 6px}
.dropdown.topbar-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: -65px;
    z-index: 100;
    background: #FFFFFF;
    width: 430px;
    border: 1px solid #EBEBEB;
    border-top: none;
    color: #333333
}
.dropdown.topbar-dropdown .content {
    padding: 30px;
    padding-bottom: 20px;
    position: relative
}
.dropdown.topbar-dropdown .content:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 100px;
    top: -8px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-bottom: 8px solid #FFFFFF
}
.dropdown.topbar-dropdown a{color: #333333}
.dropdown.topbar-dropdown h3 {
    font-size: 24px;
    margin-top: 5px
}
.dropdown.topbar-dropdown form{margin: 0}
.dropdown.topbar-dropdown .form-group{margin-bottom: 10px}
.dropdown.topbar-dropdown .title p{line-height: 24px}
.dropdown.topbar-dropdown .action{margin-bottom: 0}
.dropdown.topbar-dropdown .action a {
    color: #2299F5;
    text-decoration: underline
}
.dropdown.topbar-dropdown .action p {
    color: #898989;
    margin-top: 10px;
    margin-bottom: 0
}
.li-search .dropdown.topbar-dropdown{right: -46px}
.li-search .header_search{padding: 0}
.li-search .dropdown.topbar-dropdown .content{padding: 10px}
.li-search .dropdown.topbar-dropdown .content:before{right: 56px}
.li-search .dropdown.topbar-dropdown{width: 270px}
.topbar li {
    position: relative;
    padding: 0 2px
}
.topbar li:hover .dropdown.topbar-dropdown{display: block}
.header-content{padding-top: 20px}
.mini-cart {
    z-index: 10;
    text-align: center;
    display: inline-block;
    float: right;
    padding-bottom: 0;
    margin-right: 0;
    width: 130px
}
.mini-cart .top-cart-content {
    display: block;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    min-width: 200px;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    position: absolute;
    right: 0;
    left: auto;
    background: #FFFFFF;
    padding: 0;
    text-align: left;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
    z-index: 10000
}
.mini-cart .top-cart-content .empty {
    text-align: left;
    color: #363636
}
.mini-cart .top-cart-content .product-details-bottom {
    margin-bottom: 15px;
    line-height: 33px
}
.mini-cart .top-cart-content .product-details-bottom span {
    font-weight: 700;
    color: #80BB35
}
.mini-cart .top-cart-content .product-details-bottom span.price{color: #FE9705}
.mini-cart .top-cart-content .product-name {
    margin: 0;
    line-height: 1;
    padding-right: 20px
}
.mini-cart .top-cart-content .product-name a {
    font-size: 1em;
    /*line-height: normal;*/
    line-height: 20px !important;
    font-weight: 400;
    color: #333333;
    word-break: break-word
}
.mini-cart .top-cart-content .product-name a:hover{color: #80BB35}
.mini-cart .top-cart-content li{list-style: none}
.mini-cart .top-cart-content li.item {
    overflow: hidden;
    border-top: solid 1px #EBEBEB;
    padding: 12px 0
}
.mini-cart .top-cart-content li.item .border_list{overflow: hidden}
.mini-cart .top-cart-content li.item:first-child {
    border-top: none;
    padding-top: 10px
}
.mini-cart .top-cart-content li.item:last-child {
    margin: 0;
    border-bottom: none
}
.mini-cart .top-cart-content li.item .product-image {
    float: left;
    display: flex;
    width: 80px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 5px
}
.mini-cart .top-cart-content li.item .detail-item {
    width: calc(100% - 90px);
    float: left;
    display: block;
    word-break: break-word;
    position: relative
}
.mini-cart .top-cart-content li.item .detail-item .product-details{padding-right: 10px}
.mini-cart .top-cart-content li.item .detail-item .product-details-bottom .qty_drop_cart {
    line-height: 0;
    margin-top: 9px
}
.mini-cart .top-cart-content li.item .detail-item .fa {
    position: absolute;
    /*top: 3px;*/
    /*width: auto;*/
    right: 0;
    left: auto;
    top: 9px;
    /*color: #898989;*/
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: #FE9705;
    text-align: center;
    line-height: 18px;
    padding-left: 0;
    border-radius: 50%;
    color: #FFFFFF !important
}
.mini-cart .top-cart-content li.item .detail-item .fa:before {
    display: inline-block;
    font-size: 12px;
    width: 100%;
    height: 16px;
    text-align: center;
    line-height: 14px;
    transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -webkit-transform: translateY(-1px)
}
.mini-cart .top-cart-content li.item .detail-item .fa:hover {
    color: #80BB35;
    text-decoration: none
}
.mini-cart .top-cart-content li.item .detail-item input {
    display: inline-block;
    float: left;
    width: 22px;
    height: 24px;
    min-height: 24px;
    padding: 0;
    text-align: center;
    margin: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0
}
.mini-cart .top-cart-content li.item .detail-item button.items-count {
    display: inline-block;
    cursor: pointer;
    float: left
}
.mini-cart .top-cart-content .block-subtitle {
    color: #363636;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-size: .92857em;
    background: #F5F5F5;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px #E1E1E1 solid
}
.mini-cart:hover .top-cart-content {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
.mini-cart .dropdown-toggle {
    font-size: 12px;
    padding: 0;
    text-transform: none
}
.mini-cart .cart-label {
    color: #333333;
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 21px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    background: transparent;
}
.mini-cart .cart-label span.lnr.lnr-cart {
    transform: translateY(6px);
    display: block
}
.mini-cart .cart-info, .mini-cart .info {
    position: absolute;
    left: 30px;
    top: -4px;
    font-size: 11px;
    background: #80BB35;
    color: #FFFFFF;
    padding: 0 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%
}
.mini-cart .info {
    font-size: 14px;
    right: 10px
}
.account.mini-cart .cart-info, .account.mini-cart .info {
    right: auto;
    left: 26px
}
.heading-cart{position: relative}
.heading-cart .cartCount {
    display: inline-block;
    width: 23px;
    height: 22px;
    /*border-radius: 0;*/
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    background: #80BB35;
    position: absolute;
    font-size: 11px;
    right: -15px;
    top: -10px;
    color: #FFFFFF
}
.top-cart-contain {
    color: #363636;
    padding: 17px 0 0 0;
    right: 0;
    width: 130px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    position: relative
}
.top-cart-contain .heading-cart{position: relative}
.top-cart-contain .heading-cart .cartCount {
    display: inline-block;
    width: 24px;
    height: 24px;
    /*border-radius: 0;*/
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: #2A2A2A;
    position: absolute;
    font-size: 11px;
    right: -15px;
    top: -3px;
    color: #FFFFFF
}
.top-cart-contain .price{color: #252525}
.top-cart-contain .mini-cart .price {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #80BB35
}
.top-cart-contain .product-details .price {
    color: #252525;
    width: auto;
    float: none;
    font-weight: 400;
    padding-left: 0;
    font-size: 12px
}
.top-cart-contain .icon.f-left.relative {
    height: 40px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}
.top-cart-contain .right-content {
    padding-top: 2px;
    text-align: left;
    line-height: 1;
    white-space: nowrap
}
.top-cart-contain .right-content .label {
    white-space: nowrap;
    font-weight: 400;
    padding-bottom: 4px;
    display: block;
    text-align: left;
    font-size: 14px;
    color: #333333
}
.top-subtotal {
    color: #363636;
    font-size: 1em;
    font-weight: 400;
    border-top: solid 1px #E1E1E1;
    text-align: center;
    text-transform: none
}
.top-subtotal .price {
    font-weight: 600;
    color: #FE9705 !important;
    float: right
}
.qty_drop_cart{position: relative}
.qty_drop_cart .btn_increase, .qty_drop_cart .btn_reduced {
    width: 21px;
    height: 15px;
    color: #000000
}
.qty_drop_cart .btn_increase:hover, .qty_drop_cart .btn_reduced:hover{color: #80BB35}
.qty_drop_cart button.btn_increase {
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    /*border-style: hidden;*/
    border: 1px solid #EBEBEB;
    background: none !important;
    font-size: 14px
}
.qty_drop_cart button.btn_reduced {
    height: 24px;
    width: 24px;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    /*border-style: hidden;*/
    border: 1px solid #EBEBEB;
    background: none !important;
    font-size: 14px
}
.top-subtotal {
    color: #363636;
    font-size: 1em;
    font-weight: 400;
    padding: 15px 0 15px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 15px;
    text-align: left;
    text-transform: none
}
.top-subtotal .price {
    font-weight: 600;
    color: #151719
}
ul#cart-sidebar {
    padding: 15px;
    margin: 0;
    max-height: 625px;
    min-width: 310px;
    width: 310px;
    position: relative
}
ul#cart-sidebar:before {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    top: -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #FFFFFF
}
ul#cart-sidebar .list-item-cart {
    max-height: 260px;
    overflow: auto
}
ul#cart-sidebar .list-item-cart::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5
}
ul#cart-sidebar .list-item-cart::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5
}
ul#cart-sidebar .list-item-cart::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #E1E1E1
}
ul#cart-sidebar .list-item-cart li.list-item {
    max-height: 400px;
    overflow-y: auto
}
ul#cart-sidebar .list-item-cart li.action{display: none}
ul#cart-sidebar .list-item-cart.hasclass li.action{display: block}
ul#cart-sidebar .list-item-cart li.list-item .price2 {
    font-weight: 700;
    color: #80BB35;
    font-size: 14px;
    display: list-item;
    margin-bottom: 5px
}
ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar{width: 5px}
ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-track{background: rgba(255, 255, 255, 0.9)}
ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb {
    background: #80BB35;
    border-radius: 15px
}
ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb:hover, ul#cart-sidebar .list-item-cart li.list-item::-webkit-scrollbar-thumb:active {
    background: #80BB35;
    border-radius: 15px
}
ul#cart-sidebar .no-item{height: auto}
ul#cart-sidebar .no-item p {
    margin: 0;
    line-height: 24px
}
ul#cart-sidebar .right_ct {
    text-align: center;
    margin-top: 10px
}
ul#cart-sidebar .right_ct .btn {
    margin: 0 10px !important;
    display: inline-block;
    min-width: 100%;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 600
}
ul#cart-sidebar .right_ct .btn.btn-primary {
    margin-left: 0 !important;
    width: 115px;
    min-width: auto
}
ul#cart-sidebar .right_ct .btn.btn-white {
    display: none;
    margin-right: 0 !important
}
.li-fix-1 {
    background: #FFFFFF;
    border-top: 1px solid #EBEBEB;
    display: block
}
.li-fix-2 {
    display: block;
    width: 295px
}
@media (min-width: 992px) {
    nav .mega-content .level1.item.noborder .h4 a{border: none}
}
header nav {
    background: transparent;
    text-align: left;
    padding-top: 5px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(84, 84, 84, 0.15);
    -moz-box-shadow: 0 5px 10px 0 rgba(84, 84, 84, 0.15);
    box-shadow: 0 5px 10px 0 rgba(84, 84, 84, 0.15)
}
@media (min-width: 1200px) {
    header nav.sticky {
        position: fixed;
        top: 0 !important;
        width: 100%;
        z-index: 99;
        left: 0
    }
}
header nav > .container > div{position: relative}
header nav .nav.nav-left{float: left}
header nav .logo {
    display: inline-block;
    margin: 0 50px
}
header nav .nav-item {
    float: none;
    display: inline-block;
    position: relative
}
header nav .nav-item.has-mega{position: static}
header nav .nav-item > a {
    padding: 25px 40px 25px 0;
    position: relative;
    font-size: 17px
}
header nav .nav-item > a:after {
    content: "";
    position: absolute;
    right: 17px;
    top: 37px;
    width: 4px;
    height: 4px;
    background: #80BB35
}
header nav .nav-item > a:hover {
    color: #80BB35;
    background: transparent
}
header nav .nav-item > .fa {
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 33px
}
header nav .nav-item .nav-item-lv2{padding: 0 10px}
header nav .nav-item .nav-item-lv3{padding: 0 10px}
header nav .nav-item:last-child a:after{display: none}
header nav .nav-item.active > a{color: #80BB35}
header nav .nav-item .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
    min-width: 200px;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 10px 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-top: none;
    z-index: 99
}
@media (min-width: 992px) {
    header nav .nav-item .dropdown-menu {
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        visibility: hidden;
        opacity: 0
    }
}
header nav .nav-item .dropdown-menu li{padding: 0 20px}
header nav .nav-item .dropdown-menu li a {
    line-height: 16px;
    padding: 10px 10px 10px 0;
    color: #333333
}
header nav .nav-item .dropdown-menu li a i {
    float: right;
    position: absolute;
    right: 15px;
    top: 10px
}
@media (max-width: 991px) {
    header nav .nav-item .dropdown-menu li a i{top: 9px}
}
header nav .nav-item .dropdown-menu li a:hover{color: #80BB35}
header nav .nav-item .dropdown-menu li:last-child a{border: none}
header nav .nav-item .mega-content {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    position: absolute;
    width: 1140px;
    background: #FFFFFF;
    z-index: 999;
    padding: 15px;
    left: 0;
    text-align: left
}
header nav .nav-item .mega-content .h4 {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    margin: 0
}
header nav .nav-item .mega-content li.level2 {
    line-height: 16px;
    padding: 5px 0
}
header nav .nav-item .mega-content li.level2 a{color: #333333}
header nav .nav-item .mega-content ul.level1{font-size: 13px}
header nav .nav-item .mega-content .level2 a {
    border-bottom: none;
    padding: 1px 0
}
header nav .nav-item .mega-content a{color: #333333}
header nav .nav-item .mega-content a:hover{color: #80BB35 !important}
@media (max-width: 1199px) {
    header nav .nav-item .mega-content{width: 940px}
}
header nav .nav-item .mega-content .level1.item {
    float: left;
    width: 25%;
    padding: 0 15px
}
header nav .nav-item .mega-content .level1.item a {
    display: block;
    padding: 10px 0
}
header nav .nav-item .mega-content .level1.item:nth-child(4n+1){clear: left}
header nav .nav-item:hover > a{color: #80BB35}
header nav .nav-item:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    text-align: left;
    border: none;
    color: #333333
}
header nav .nav-item:hover > .mega-content {
    display: block;
    text-align: left;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
header nav .nav-item li.dropdown-submenu {
    position: relative;
    clear: left
}
header nav .nav-item li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    min-width: 200px
}
header nav .nav-item li.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    border: none;
    border-radius: 0;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}
footer {
    background: #000000;
    position: relative;
    background-size: cover
}
footer > div.content {
    z-index: 10;
    position: relative
}
footer .footer-info-widget h3 {
    font-size: 1.28571em;
    /*color: #333333;*/
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #FFFFFF
}
footer .footer-info-widget form{position: relative}
footer .footer-info-widget form input {
    height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.14286em
}
footer .footer-info-widget form button {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    line-height: 50px;
    font-size: 2.14286em;
    color: #A6A6AD;
    padding-right: 10px
}
footer .list-inline a{color: #959595}
footer .list-inline .fa {
    color: #FFFFFF;
    margin-right: 20px;
    font-size: 2.14286em
}
footer .list-inline .fa:hover{color: #80BB35}
footer .list-inline.contact .fa {
    width: 20px;
    margin-right: 5px;
    color: #80BB35
}
footer .site-footer h3 {
    position: relative;
    color: #FFFFFF;
    margin: 0;
    padding: 13px 0;
    font-size: 1.28571em;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase
}
footer .list-menu {
    margin-bottom: 15px;
    line-height: 1.71429em;
    font-size: 15px;
    color: #959595
}
footer .list-menu a{color: #959595}
footer .list-menu a:hover{color: #FE9705}
footer .list-menu li {
    color: #959595;
    padding: 3px 0
}
footer .list-menu.contact .fa {
    width: 20px;
    margin-right: 5px;
    color: #80BB35
}
footer .list-menu.list-blogs li {
    position: relative;
    padding-left: 10px
}
footer .list-menu.list-blogs li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #959595;
    position: absolute;
    left: 0;
    top: 12.5px
}
footer .list-menu.list-showroom{color: #959595}
footer .list-menu.list-showroom p{margin: 0}
footer .list-menu.list-showroom li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 5px
}
footer .list-menu.list-showroom .fa {
    position: absolute;
    left: 0;
    top: 7px;
    color: #FE9705
}
footer .footer-address{border-top: 1px solid rgba(255, 255, 255, 0.3)}
footer .footer-address .contact-box-info p {
    color: #959595;
    margin-bottom: 10px
}
footer .footer-address .contact-box-info p span{color: #636363}
footer .footer-address .contact-box-info p a{color: #959595}
footer .footer-address .contact-box-info p a:hover{color: #FE9705}
footer .footer-address .contact-box-info .fixline {
    display: inline-block;
    padding: 0 10px
}
footer .mailchimp {
    position: relative;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}
footer .mailchimp.index-page{background: #F5F5F5}
@media (max-width: 1199px) {
    footer .mailchimp.index-page{background: none}
}
footer .mailchimp .container > div {
    padding: 30px 50px;
    background: #1E88E5;
    color: #FFFFFF
}
footer .mailchimp h3 {
    color: #FFFFFF;
    margin: 0;
    font-size: 1.5em
}
footer .mailchimp p{margin: 0}
footer .mailchimp form {
    text-align: right;
    margin-top: 6px
}
footer .mailchimp input {
    width: 180px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0
}
footer .mailchimp .btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    margin-top: -3px
}
footer .copyright {
    line-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #959595;
    font-size: 1.07143em;
    position: relative;
    border-top: 1px solid #FFFFFF
}
footer .copyright b {
    color: #FE9705;
    font-weight: 600
}
footer .copyright a {
    font-weight: 600;
    color: #FE9705
}
footer .copyright a:hover{color: #FE9705}
footer .social-icons li{margin-right: 10px}
footer .back-to-top {
    width: 40px;
    height: 40px;
    z-index: 199;
    background: #80BB35;
    color: #FFFFFF;
    position: absolute;
    text-align: center;
    line-height: 40px;
    right: 20px;
    bottom: 70px;
    top: auto !important;
    font-size: 20px;
    cursor: pointer
}
footer .back-to-top.show {
    position: fixed;
    right: 20px;
    bottom: 120px;
}
@media (max-width: 1199px) {
    footer .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
    footer .back-to-top.show{bottom: 20px}
}
@media (max-width: 767px) {
    footer .back-to-top.show{bottom: 20px}
}
.details-product .large-image{position: relative}
.details-product .label-type {
    position: absolute;
    padding: 6px 20px;
    background: #80BB35;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 20px;
    top: 20px;
    left: 10px
}
.details-product #btnnewreview{background: #80BB35 !important}
.details-product #gallery_01 {
    margin: 0 auto;
    padding: 0 37px;
    margin-top: 10px
}
.details-product #gallery_01 .owl-stage-outer{position: relative}
.details-product #gallery_01 .owl-stage-outer:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    background: #EBEBEB
}
.details-product #gallery_01 .owl-nav .owl-prev:before {
    border-radius: 50%;
    margin-bottom: 0
}
.details-product #gallery_01 .owl-nav .owl-next:before {
    border-radius: 50%;
    margin-bottom: 0
}
.details-product #gallery_01 .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 63px;
    border: 1px solid #EBEBEB
}
.details-product #gallery_01 .item a img {
    max-width: 99%;
    max-height: 99%
}
.details-product .large-image > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 315px;
    border: 1px solid #EBEBEB;
    text-align: center
}
.details-product .large-image > a img {
    width: auto !important;
    max-height: 100%;
    max-width: 100%;
    display: inline-block
}
.details-product .large-image > a .zoomWrapper {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center
}
.details-product .iddanhgia {
    font-weight: 400;
    font-size: 1.07143em;
    cursor: pointer
}
.details-product .status {
    font-size: 1.07143em;
    margin-bottom: 30px;
    font-weight: 400
}
.details-product .inventory {
    display: inline-block;
    line-height: 24px;
    padding: 0 10px;
    color: #FFFFFF;
    background: #80BB35
}
.details-product h1.title-head {
    font-size: 1.71429em;
    font-weight: 600;
    margin-top: 0
}
.details-product .reviews{margin-bottom: 15px}
.details-product .reviews .zozoweb-product-reviews-badge > div{display: none}
.details-product .reviews .zozoweb-product-reviews-badge > div.zozoweb-product-reviews-star{display: block}
.details-product .reviews .zozoweb-product-reviews-badge .zozoweb-product-reviews-star i{font-size: 14px}
.details-product .travel-info{margin-bottom: 30px}
.details-product .travel-info .fa {
    font-size: 1em;
    color: #959595;
    display: inline-block;
    margin-right: 5px
}
.details-product .product-summary.product_description {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EBEBEB
}
.details-product .details-pro span.discount{color: #FE9705}
.details-product .details-pro .product-price {
    font-size: 2.14286em;
    display: inline-block
}
.details-product .details-pro .price-box {
    margin: 10px 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EBEBEB
}
.details-product .details-pro .price-box .special-price span{color: #FE9705}
.details-product .details-pro .price-box .old-price {
    display: block;
    color: #ADADAD;
    font-size: 1.07143em;
    margin-top: 7px
}
.details-product .details-pro .box-variant .form-group{width: 100%}
.details-product .details-pro .box-variant .form-group .selector-wrapper {
    width: 100%;
    padding-right: 0
}
.details-product .details-pro .box-variant .form-group .selector-wrapper label {
    width: 85px;
    font-weight: 600;
    float: none;
    display: block;
    line-height: 40px
}
.details-product .details-pro .box-variant .form-group .selector-wrapper select{width: 321px}
.details-product .details-pro .custom-btn-number {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    /*border: none;*/
    box-shadow: none;
    width: 110px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    border: 1px solid #EBEBEB
}
.details-product .details-pro .custom-btn-number .qty {
    font-size: 1em;
    margin: 0;
    /*padding: 0 23px;*/
    border-radius: 0;
    text-align: center;
    padding: 0;
    height: 50px;
    border: none !important
}
.details-product .details-pro .custom-btn-number .qtyminus {
    position: absolute;
    left: 1px;
    text-align: center;
    top: 1px;
    width: 40px;
    height: 48px;
    line-height: 47px;
    font-size: 25px;
    cursor: pointer;
    color: #898989;
    background: #FFFFFF
}
.details-product .details-pro .custom-btn-number .qtyplus {
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 40px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    cursor: pointer;
    color: #898989;
    background: #FFFFFF
}
.details-product .details-pro .form-detail-action{width: 100%}
.details-product .details-pro .form-detail-action label {
    font-weight: 600;
    min-width: 81px;
    line-height: 45px;
    display: block;
    margin-bottom: 10px
}
.details-product .details-pro .form-detail-action button.btn {
    color: #FFFFFF;
    height: 45px;
    width: 185px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    float: left;
    background-color: #80BB35
}
.details-product .details-pro .form-detail-action button.btn .fa {
    display: inline-block;
    margin-left: 5px
}
.details-product .details-pro .form-detail-action .iwishAddWrapper {
    line-height: 50px;
    float: left;
    text-align: center;
    border: none;
    border-radius: 0;
    margin: 0;
    margin-left: 20px;
    font-size: 14px
}
.details-product .details-pro .form-detail-action .iwishAddWrapper .fa{color: #898989}
.details-product .details-pro .form-detail-action .iwishAddWrapper.iWishAdded{color: #80BB35}
.details-product .details-pro .form-detail-action .iwishAddWrapper.iWishAdded .fa{color: #80BB35}
.details-product .attach {
    border: 1px solid #EBEBEB;
    padding: 20px;
    color: #898989
}
.details-product .attach h2 {
    font-weight: 600;
    font-size: 1em;
    margin-top: 0
}
.details-product .attach ul {
    list-style: none;
    padding-left: 0
}
.details-product .attach ul li {
    position: relative;
    padding-left: 25px
}
.details-product .attach ul li:before {
    position: absolute;
    left: 0;
    top: -3px;
    font-family: "FontAwesome", sans-serif;
    content: "\f00c";
    font-size: 16px;
    color: #80BB35
}
#recently-viewed-products .image {
    float: left;
    width: 90px;
    margin-right: 10px
}
#recently-viewed-products .info {
    width: calc(100% - 100px);
    float: right
}
.zoomWrapper {
    width: 100% !important;
    height: auto !important
}
.zoomWrapper img {
    position: static !important;
    width: 100% !important;
    height: auto !important
}
.zoomWrapper img ~ img{display: none !important}
.product-tab > ul {
    border: 1px solid #EBEBEB;
    border-bottom: none
}
.product-tab .tab-link {
    padding: 0 25px;
    float: left
}
.product-tab .tab-link h3 {
    margin: 13px 0;
    font-size: 1em;
    color: #898989;
    font-weight: 400
}
.product-tab .tab-link span{font-size: 1em}
.product-tab .tab-link.current {
    border-right: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB
}
.product-tab .tab-link.current h3 {
    color: #FE9705;
    position: relative;
    font-weight: 500
}
.product-tab .tab-link.current h3:before {
    content: "";
    width: calc(100% + 50px);
    display: inline-block;
    height: 2px;
    background: #FE9705;
    position: absolute;
    top: -14px;
    left: -25px
}
.product-tab .tab-content.current {
    padding: 20px;
    border: 1px solid #EBEBEB;
    min-height: 100px
}
.aside-product.aside-vanchuyen {
    padding: 15px 20px 10px 20px;
    border: 1px solid #EBEBEB;
    font-weight: 600;
    border-radius: 10px
}
.aside-product.aside-vanchuyen .icon {
    float: left;
    margin-right: 10px
}
.aside-product.aside-vanchuyen .vanchuyen > div {
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px
}
.aside-product.aside-vanchuyen b{color: #FE9705}
.aside-product.aside-policy {
    border: 1px solid #EBEBEB;
    padding: 20px;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}
.aside-product.aside-policy .icon {
    float: left;
    margin-right: 10px;
    display: flex;
    height: 46px;
    align-items: center;
    width: 30px
}
.aside-product.aside-policy p {
    padding-left: 43px;
    margin-bottom: 0
}
.aside-product.aside-policy.border-none {
    margin: 0;
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
@media (max-width: 767px) {
    .product-style-2 .details-pro .form-detail-action .iwishAddWrapper{margin-top: 10px}
    .xs-margin-top-0{margin-top: 0 !important}
}
@media (min-width: 1500px) {
    .products-view-grid .col-lg-fix-5{width: 20%}
    /*.products-view-grid .col-lg-fix-5.col-lg-3:nth-child(4n+1){clear: none}*/
    /*.products-view-grid .col-lg-fix-5.col-lg-3:nth-child(5n+1){clear: left}*/
}
@media (min-width: 1200px) {
    /*.products-view-grid .col-lg-4:nth-child(3n+1){clear: left}*/
    /*.products-view-grid .col-lg-3:nth-child(4n+1){clear: left}*/
    /*.products-view-grid .col-lg-6:nth-child(2n+1){clear: left}*/
}
@media (min-width: 1500px) {
    /*.products-view-grid .col-big-lg-4.col-lg-6:nth-child(2n+1){clear: none}*/
    /*.products-view-grid .col-big-lg-4.col-lg-6:nth-child(3n+1){clear: left}*/
    /*.products-view-grid .col-big-lg-4:nth-child(3n+1){clear: left}*/
}
@media (min-width: 992px) and (max-width: 1199px) {
    /*.products-view-grid .col-md-4:nth-child(3n+1){clear: left}*/
    /*.products-view-grid .col-md-3:nth-child(4n+1){clear: left}*/
    /*.products-view-grid .col-md-6:nth-child(2n+1){clear: left}*/
}
@media (min-width: 768px) and (max-width: 991px) {
    /*.products-view-grid .col-sm-3:nth-child(4n+1){clear: left}*/
    /*.products-view-grid .col-sm-4:nth-child(3n+1){clear: left}*/
    /*.products-view-grid .col-sm-6:nth-child(2n+1){clear: left}*/
}
@media (max-width: 767px) {
    /*.products-view-grid .col-sm-12:nth-child(n){clear: left}*/
    /*.products-view-grid .col-sm-6:nth-child(2n+1){clear: left}*/
    /*.products-view-grid .col-xss-6:nth-child(2n+1){clear: left}*/
}
@media (max-width: 767px) {
    .col-xss-6{width: 50%}
}
.sortPagiBar {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EBEBEB
}
.category-products #sort-by {
    display: inline-block;
    padding-left: 10px
}
.view-mode a {
    text-decoration: none;
    display: inline-block;
    color: #8A8A8A
}
.view-mode b {
    display: inline-block;
    width: 30px;
    height: 27px;
    color: #8A8A8A;
    line-height: 40px;
    text-align: center;
    /*background: #EBEBEB;*/
    background: #FFFFFF;
    font-size: 21px;
    padding-top: 1px
}
.view-mode b.active {
    color: #80BB35;
    background: #FFFFFF
}
.view-mode b:hover {
    color: #8A8A8A;
    background: #FFFFFF
}
.view-mode span{font-size: 0}
.button-view-mode {
    padding: 0;
    margin: 0;
    font-size: 1.42857em
}
.button-view-mode.active {
    box-shadow: none;
    color: #333333
}
.button-view-mode.active a{color: #333333}
.col-49 {
    width: 44.444444%;
    padding: 0 15px;
    float: left
}
.col-59 {
    width: 55.555555%;
    padding: 0 15px;
    float: left
}
@media (max-width: 767px) {
    .col-49, .col-59 {
        width: 100%;
        float: none
    }
}
@media (min-width: 992px) {
    /*.blog-main > .row > .col-md-4:nth-child(3n+1){clear: left}*/
    /*.blog-main > .row > .col-md-6:nth-child(2n+1){clear: left}*/
}
@media (max-width: 991px) {
    /*.blog-main > .row > .col-sm-6:nth-child(2n+1){clear: left}*/
}
.blog-item {
    overflow: hidden;
    margin-bottom: 40px
}
.blog-item .btn{border-radius: 20px}
.date {
    margin: 10px 0 10px;
    font-weight: 400
}
.blog-item-name {
    font-weight: 700;
    position: relative;
    font-size: 1.07143em;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 5px
}
.blog-item-name .fa {
    position: absolute;
    left: 0;
    top: 9px;
    font-size: .78571em;
    color: #80BB35
}
.post-time {
    color: #898989;
    font-size: .92857em;
    margin-bottom: 8px
}
.blog-item-summary {
    font-size: 1.07143em;
    font-family: Arial, sans-serif;
    margin-bottom: 5px;
    color: #898989;
    line-height: 20px
}
.blog-item-thumbnail{position: relative}
.blog-aside .btn-link {
    padding-left: 0;
    font-size: 13px;
    color: #898989;
    text-decoration: underline;
    text-transform: inherit
}
.blog-list h5 {
    text-transform: uppercase;
    line-height: 26px;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 5px
}
.blog-list .loop-blog {
    min-height: 80px;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #EBEBEB
}
.blog-list .loop-blog:first-child{padding-top: 0}
.blog-list .loop-blog:last-child {
    border: none;
    padding-bottom: 0
}
.blog-list .loop-blog .thumb-left {
    width: 140px;
    height: auto;
    display: block;
    float: left
}
.blog-list .loop-blog .thumb-left a {
    background: #EBEBEB;
    overflow: hidden
}
.blog-list .loop-blog .blog-item-summary{margin-bottom: 0}
.blog-list .loop-blog .name-right {
    display: block;
    float: left;
    width: calc(100% - 150px);
    margin-left: 10px
}
.blog-list .loop-blog .name-right h3 {
    font-weight: 700;
    position: relative;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 3px
}
.blog-list .loop-blog .name-right h3 a{font-size: 15px}
.blog-list .loop-blog .name-right h3:hover a {
    text-decoration: none;
    color: #80BB35
}
.blog-list .loop-blog .name-right .post-time{margin-bottom: 3px}
.blog-list .loop-blog .date {
    margin: 10px 0 10px;
    font-weight: 400
}
.blog-list .more_blog a {
    line-height: 3;
    font-size: 1.07143em;
    color: #898989;
    display: block
}
.blog-list .more_blog a:hover {
    text-decoration: none;
    color: #80BB35
}
.blog-slider .blog-item-summary, .testimonial-slider .testimonial-item .designation, .news-category .name-right h3{
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 60px;
  display: -webkit-box;
}
.news-category .name-right h3{
  font-weight: normal!important;
}
.article-main .rte{color: #363636}
.article-main .article-image {
    margin-bottom: 30px;
    text-align: center
}
.article-main .article-image a{margin: 0 auto}
.article-main .article-title {
    font-size: 1.71429em;
    margin: 0 0 8px;
    line-height: 27px;
    font-weight: 700
}
.article-main .post-time{margin-bottom: 20px}
.article-main .article-content{font-size: 1.14286em}
.article-main .form-group {
    margin: 0;
    padding-top: 0;
    padding-bottom: 20px
}
.tag-share {
    clear: left;
    border-bottom: 1px solid #E1E1E1;
    margin-top: 10px;
    padding-bottom: 20px;
    line-height: 30px
}
.tag-share .social-media{color: #7B7B7B}
.tag-share .social-media a {
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 29px;
    text-align: center;
    border: 1px solid #EBEBEB;
    border-radius: 50%;
    color: #B1B1B1;
    font-size: 13px
}
.tag-share .social-media a:hover {
    color: #80BB35;
    border-color: #80BB35
}
.tag_article{color: #7D7D7D}
.tag_article .fa {
    margin-right: 5px;
    transform: translateY(1px)
}
.tag_article a{color: #7D7D7D}
.tag_article a:hover{color: #363636}
@media (max-width: 767px) {
    .tag-share > div{text-align: left !important}
}
.title-form-coment {
    font-size: 18px;
    margin-bottom: 20px
}
#article-comments{margin-top: 30px}
#article-comments .article-comment {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EBEBEB
}
#article-comments .article-comment-user-image {
    margin: 0;
    float: left;
    width: 100px;
    border-radius: 50%;
    margin-right: 12px;
    overflow: hidden
}
#article-comments .article-comment-user-comment {
    padding-left: 110px;
    word-break: break-word;
    font-size: 1.07143em
}
#article-comments .comment-content {
    font-size: 13px;
    color: #898989
}
#article-comments .user-name-comment {
    margin: 0;
    font-weight: 400;
    font-size: 1.07143em;
    line-height: 1
}
#article-comments .article-comment-date-bull {
    padding: 5px 0;
    display: block;
    color: #ACACAC
}
.social-media{font-size: 1.07143em}
.social-media .list-inline li{margin-right: 20px}
.section-news-2{margin-bottom: 20px}
.block-recent{margin-bottom: 50px}
.block-recent h2 {
    color: #191919;
    font-size: 18px;
    font-weight: 400
}
.block-recent ul li {
    line-height: 24px;
    padding: 7px 0;
    padding-left: 15px;
    position: relative
}
.block-recent ul li .fa {
    position: absolute;
    left: 0;
    top: 12px
}
.block-recent ul li a{color: #363636}
.block-recent ul li a .fa {
    display: inline-block;
    margin-right: 5px
}
.block-recent ul li a:hover{color: #80BB35}
.pd-right{padding-left: 0}
.cart-heading h1.title-head {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 5px
}
.main-container{min-height: 300px}
.main-container .col-main {
    float: none;
    width: auto
}
.main-container .col-main .cart .bg-scroll {
    border-top: none;
    overflow: hidden;
    border-top: none
}
.main-container .col-main .cart .cart-thead {
    font-weight: bold;
    font-size: 13px;
    clear: both;
    width: 100%;
    border: 1px solid #EBEBEB;
    float: left;
    min-width: 400px
}
.main-container .col-main .cart .cart-thead div {
    float: left;
    padding: 10px 0;
    color: #363636;
    text-align: center;
    font-size: 16px;
    font-weight: 600
}
.main-container .col-main .cart .nobr{white-space: nowrap}
.main-container .col-main .cart .cart div.a-right{text-align: right}
.main-container .col-main .cart .cart div.a-center{text-align: center}
.main-container .col-main .cart .cart-tbody {
    width: 100%;
    float: left;
    margin-top: 10px;
    border: 1px solid #EBEBEB;
    border-bottom: none
}
.main-container .col-main .cart .cart-tbody .item-cart {
    border-bottom: 1px solid #EBEBEB;
    width: 100%;
    float: left
}
.main-container .col-main .cart .item-cart .image .product-image img {
    max-width: 120px;
    width: auto;
    height: auto;
    max-height: 100%
}
.main-container .col-main .cart .cart-tbody .item-cart div {
    line-height: 20px;
    vertical-align: top;
    height: 155px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    flex-direction: column;
    float: left
}
.main-container .col-main .cart .cart-tbody .item-cart div.image{padding-left: 0}
.main-container .col-main .cart .cart-tbody .item-cart div.image a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 115px;
    padding: 0
}
.main-container .col-main .cart .cart-tbody .item-cart div:nth-child(6) {
    padding: 10px 0 6px;
    position: relative
}
.main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item {
    width: 78px;
    display: block;
    text-align: center;
    color: #898989
}
.main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%
}
.main-container .col-main .cart .cart-tbody .item-cart .product-image {
    /*display: block;*/
    /*height: auto;*/
    width: 100%;
    padding: 10px 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 230px;
    height: 155px;
    text-align: center
}
@media (max-width: 991px) {
    .main-container .col-main .cart .cart-tbody .item-cart .product-image{padding: 0}
}
.main-container .col-main .cart .cart-tbody .item-cart div .product-name {
    margin: 0;
    padding-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-transform: inherit
}
.main-container .col-main .cart .cart-tbody .item-cart div .product-name a {
    display: block;
    max-height: 75px;
    overflow: hidden;
    text-transform: inherit
}
.main-container .col-main .cart .cart-tbody .item-cart div .input_qty_pr {
    height: auto;
    border-right: none;
    width: 70%;
    min-width: 105px
}
.main-container .col-main .cart .cart .product-name a{font-size: 14px}
.main-container .col-main .cart .item-cart .input_qty_pr .items-count {
    border: 1px solid #EBEBEB;
    outline: none;
    background: #FFFFFF;
    height: 24px;
    width: 24px;
    vertical-align: baseline;
    text-align: center;
    padding: 0
}
.main-container .col-main .cart .variant-title{color: #686868}
.main-container .col-main .cart .cart-tbody .item-cart div .price {
    line-height: 6;
    font-size: 1.28571em;
    color: #000;
    font-weight: 700
}
.main-container .col-main .cart .item-cart .items-count {
    border: 1px solid #EBEBEB;
    outline: none;
    background: #FFFFFF;
    height: 24px;
    width: 21px;
    vertical-align: top;
    text-align: center;
    padding: 0
}
.main-container .col-main .cart .item-cart .number-sidebar {
    border: 1px solid #DDDDDD;
    height: 40px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0;
    line-height: 15px
}
.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item {
    background-color: #FFFFFF;
    background-image: url(../image/bin.png);
    /*color: #363636;*/
    cursor: pointer;
    padding: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    float: left;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    border: none;
    width: 100%;
    margin-top: -3px;
    display: block;
    text-align: center;
    color: #898989;
    background-repeat: no-repeat;
    background-position: center
}
.main-container .col-main .cart .cart-tbody .item-cart div a.remove-item span{font-size: 0}
.main-container .col-main .cart .btn-proceed-checkout {
    background: #80BB35;
    line-height: 35px;
    color: #FFFFFF;
    height: 45px;
    padding: 0 50px;
    border-radius: 0;
    font-size: 14px;
    border: none;
    font-weight: 600
}
.main-container .col-main .cart .btn.btn-white {
    margin-right: 5px;
    border: 2px solid #363636
}
.main-container .col-main .cart .btn.btn-white:hover{border-color: #80BB35}
.main-container .col-main .cart .totals .inner {
    padding: 0 0 15px;
    margin-top: 0;
    margin-right: 1px
}
.main-container .col-main .cart #shopping-cart-totals-table tr td {
    border: none;
    padding: 15px;
    padding-right: 0
}
.main-container .col-main .cart #shopping-cart-totals-table tr td strong{padding-left: 20px}
.main-container .col-main .cart #shopping-cart-totals-table tr td.a-right {
    width: 260px;
    font-size: 14px
}
.main-container .col-main .cart #shopping-cart-totals-table {
    width: 100%;
    padding-bottom: 8px;
    background: #FFFFFF
}
.main-container .col-main .cart ul.checkout {
    clear: left;
    padding: 17px;
    margin-bottom: 30px;
    text-align: right;
    padding-right: 0;
    border-top: none
}
.main-container .col-main .cart ul.checkout .inline-block {
    display: block !important;
    line-height: 45px;
    padding-right: 0;
    font-size: 15px
}
.main-container .col-main .cart ul.checkout .inline-block .price {
    color: #000000;
    font-size: 15px
}
.main-container .col-main .cart .cart .totals table th, .main-container .col-main .cart .cart .totals table td {
    padding: 10px;
    background: none !important;
    box-shadow: none !important;
    color: #363636 !important;
    height: 50px;
    vertical-align: middle
}
.main-container .col-main .cart span.totals_price.price {
    color: #80BB35;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    font-weight: 700
}
.main-container .col-main .cart .cart-tbody .item-cart .number-sidebar {
    min-height: 0;
    position: static;
    display: inline-block;
    float: none;
    margin-bottom: 0
}
.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count {
    left: 15px;
    top: 20px;
    outline: none;
    background: #FFFFFF;
    font-weight: 700;
    vertical-align: baseline;
    text-align: center;
    padding: 0;
    border: none;
    color: #363636;
    display: inline-block;
    position: absolute;
    margin: 0;
    line-height: 24px
}
.main-container .col-main .cart .cart-tbody .item-cart .input_qty_pr .items-count.btn-plus {
    top: 18px;
    left: auto;
    right: 15px;
    line-height: 25px
}
.main-container button.btn.btn-gray.margin-right-15.f-right {
    background: #F1F1F1;
    color: #363636;
    border: 1px solid #EBEBEB;
    height: 45px;
    padding: 0 50px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600
}
@media (max-width: 1199px) {
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right{width: 196px}
}
@media (max-width: 991px) {
    .main-container .col-main .cart .bg-scroll .cart-tbody .item-cart div a.remove-item span {
        width: 34px;
        height: 34px;
        line-height: 33px
    }
    .main-container .col-main .cart #shopping-cart-totals-table tr td.a-right{width: 252px}
    .main-container .col-main .cart .totals .inner{margin-right: 0}
}
@media (max-width: 767px) {
    .item-product .title-product-cart-mobile{max-width: 150px}
    .sign_main {
        background: #F7F8F9;
        margin-top: 40px
    }
    .main {
        border-bottom: solid 1px #EBEBEB;
        background: #FFFFFF;
        margin-top: 40px
    }
    .main-container{margin-top: -40px}
    .cart-mobile{padding: 10px 0 0}
    .header-cart {
        padding: 10px 15px 0;
        border-bottom: solid 1px #EBEBEB;
        margin-top: -10px
    }
    .header-cart-content{margin-top: 10px}
    .header-cart-content .content-product-list{min-height: 110px}
    .header-cart .title-cart{line-height: 10px}
    .header-cart-price{padding: 20px 17px}
    .title-cart h3 {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase
    }
    .title-cart p {
        font-family: Arial, sans-serif;
        font-size: 12px;
        color: #9C9C9C
    }
    .title-cart a {
        float: right;
        margin-top: -28px;
        color: #80BB35;
        font-size: 16px;
        line-height: 27px;
        font-family: Arial, sans-serif
    }
    .btn-proceed-checkout-mobile {
        width: 100%;
        line-height: 27px;
        color: #FFFFFF;
        height: 40px;
        font-size: 14px;
        border: none;
        background: #80BB35
    }
    .content-product-list .item-product {
        padding: 15px 15px;
        min-height: 110px;
        border-bottom: solid 1px #EBEBEB;
        overflow: hidden
    }
    .item-product-cart-mobile, .title-product-cart-mobile, .select-item-qty-mobile{float: left}
    .item-product-cart-mobile {
        width: 100px;
        text-align: center;
        margin-right: 10px
    }
    .item-product-cart-mobile img{max-width: 100px}
    .select-item-qty-mobile {
        float: right;
        text-align: center
    }
    .title-product-cart-mobile a {
        word-break: break-word;
        font-family: Arial, sans-serif;
        font-size: 14px;
        color: #363636
    }
    .select-item-qty-mobile input.qty {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #EBEBEB;
        font-size: 15px;
        font-weight: 400;
        margin: 0 !important;
        outline: medium none;
        padding: 5px 5px 5px 12px;
        width: 41px
    }
    .title-product-cart-mobile p {
        line-height: 2;
        font-size: 14px;
        font-family: Arial, sans-serif;
        color: #898989
    }
    .title-product-cart-mobile span{color: #80BB35}
    .select-item-qty-mobile a {
        line-height: 3;
        color: #363636;
        font-family: 'Open Sans', sans-serif
    }
}
@media screen and (max-width: 767px) {
    .select-item-qty-mobile .txt_center input {
        height: 25px;
        width: 24px;
        text-align: center;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 22px;
        min-height: 0
    }
    .item-product .title-product-cart-mobile{max-width: 150px}
    .title-product-cart-mobile h3 {
        line-height: 1;
        margin: 0
    }
    .main-cart-page{min-height: auto !important}
    .select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
        margin: 0;
        padding: 0;
        line-height: 1;
        max-width: 23px !important;
        width: 23px;
        height: 25px;
        /*border-style: hidden;*/
        background: none !important;
        color: #000000;
        border: solid thin #DDDDDD
    }
    .select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
        padding: 0;
        max-width: 23px !important;
        width: 23px;
        height: 25px;
        display: inline-block;
        line-height: 1;
        /*border-style: hidden;*/
        /*color: #FFFFFF;*/
        background: none !important;
        color: #000000;
        border: solid thin #DDDDDD
    }
    .select-item-qty-mobile > div {
        position: relative;
        width: 68px;
        height: 25px
    }
}
@media screen and (max-width: 375px) {
    .item-product .title-product-cart-mobile{max-width: 100px !important}
    .item-product-cart-mobile {
        width: 85px;
        margin-right: 5px
    }
    .item-product-cart-mobile img{max-width: 85px}
}
div#social_login {
    width: 100% !important;
    text-align: center
}
.embedContent ul.icon-only {
    /*margin-bottom: 10px;*/
    display: block;
    text-align: center !important;
    margin: 0 !important
}
#dangky .wrap-modal-login, #dangnhap .wrap-modal-login {
    width: 550px;
    color: #252525;
    background: #FFFFFF
}
@media (max-width: 1400px) {
    #dangky .wrap-modal-login, #dangnhap .wrap-modal-login{width: 550px}
}
#dangky .wrap-modal-login .btn, #dangnhap .wrap-modal-login .btn {
    font-size: 16px;
    font-weight: 600
}
#dangky .wrap-modal-login h5.title-modal, #dangnhap .wrap-modal-login h5.title-modal {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333333
}
#dangky .wrap-modal-login h5.title-modal a, #dangnhap .wrap-modal-login h5.title-modal a {
    padding: 0 5px 15px 5px;
    font-size: 24px;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    margin: 0 10px;
    display: inline-block;
    position: relative;
    color: #898989
}
#dangky .wrap-modal-login h5.title-modal a.active, #dangnhap .wrap-modal-login h5.title-modal a.active{color: #252525}
#dangky .wrap-modal-login .link-popup, #dangnhap .wrap-modal-login .link-popup {
    font-size: 15px;
    text-align: center
}
#dangky .wrap-modal-login .link-popup a, #dangnhap .wrap-modal-login .link-popup a{text-decoration: underline}
#dangky .content, #dangnhap .content {
    padding: 50px 30px 0 30px;
    text-align: center
}
#dangky .content input, #dangnhap .content input{border: 1px solid #EBEBEB !important}
#dangky .content p.margin-bottom-15, #dangnhap .content p.margin-bottom-15{color: #898989}
#dangky .content label, #dangnhap .content label{font-weight: 400}
#dangky .content a, #dangnhap .content a {
    color: #80BB35;
    text-decoration: underline
}
#dangky #customer_register, #dangnhap #customer_register{margin-bottom: 0}
#dangky button.btn.btn-close.btn-default, #dangnhap button.btn.btn-close.btn-default {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    font-size: 17px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #333333;
    color: #FFFFFF;
    padding: 0
}
#customer_register{margin-bottom: 10px}
#customer_login, #recover_customer_password{margin-bottom: 0}
.checkbox.style input {
    margin: 0 !important;
    display: none
}
.checkbox.style label {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    text-transform: none;
    position: relative;
    padding-left: 55px;
    line-height: 50px
}
.checkbox.style label:before {
    display: block;
    width: 35px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}
.checkbox.style input:checked + label:after {
    content: "\f00c";
    font-family: FontAwesome, sans-serif;
    font-size: 20px;
    color: #80BB35;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}
.page_customer_account .col-main-acount{margin-bottom: 30px}
.page_customer_account .col-main-acount .col-left-account .page-title .title-head a {
    color: #80BB35;
    font-size: 14px;
    font-weight: bold;
    line-height: 10px;
    text-transform: uppercase;
    text-decoration: none
}
.page_customer_account .col-main-acount .col-left-account .page-title .title-head a:hover{color: #80BB35}
.page_customer_account .col-main-acount .col-left-account .no-padding{padding: 0}
.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart {
    border: 1px #E1E1E1 solid;
    /*font-size: 15px;*/
    /*margin-bottom: 0;*/
    font-size: 13px;
    line-height: 37px;
    color: #252525;
    margin-bottom: 30px;
    margin-top: 15px
}
.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart .thead-default {
    color: #363636;
    text-align: center;
    border: #E1E1E1 thin solid;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    background: #EBEBEB;
    min-width: 60px
}
.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart .thead-default tr {
    color: #363636;
    text-align: center;
    border: #E1E1E1 thin solid;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    background: #EBEBEB;
    min-width: 60px
}
.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart .thead-default tr th {
    padding: 5px;
    font-size: 14px;
    color: #55595C;
    background-color: #ECEEEF;
    border-bottom: none;
    text-align: center
}
.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart tbody tr td {
    padding: 5px;
    text-align: center
}
.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart tbody tr td .price{color: #80BB35}
.page_customer_account .col-main-acount .recent-orders .tab-all .table-cart tbody tr td a:hover{color: #80BB35}
.page_customer_account .col-main-acount .col-right-account .block-account {
    padding: 20px;
    border: 1px #E1E1E1 solid;
    border-radius: 5px
}
.page_customer_account .col-main-acount .col-right-account .block-account .block-title-account {
    color: #DC3333;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px
}
.page_customer_account .col-main-acount .col-right-account .block-account .block-title-account h5 {
    font-size: 18px;
    margin: 0;
    padding: 0
}
.page_customer_account .col-main-acount .col-right-account .block-account .block-content{padding: 0}
.page_customer_account .col-main-acount .col-right-account .block-account .block-content p {
    margin: 10px 0;
    line-height: 24px;
    padding: 0;
    overflow: hidden
}
.page_customer_account .col-main-acount .col-right-account .block-account .block-content p .fa {
    width: 20px;
    text-align: center;
    color: #80BB35;
    float: left;
    line-height: 24px
}
.page_customer_account .col-main-acount .col-right-account .block-account .block-content p span {
    display: block;
    width: calc(100% - 35px);
    float: left
}
.page_customer_account .col-main-acount .col-right-account .block-account .block-content .btn-bg {
    background: #F02B2B;
    color: #FFFFFF;
    font-size: 14px
}
.page_order_account .top_order_title .title-headding {
    font-size: 18px;
    text-transform: uppercase
}
.page_order_account .top_order_title .order_date a {
    margin-left: 30px;
    color: #80BB35;
    float: right;
    margin-top: -25px
}
@media (max-width: 543px) {
    .page_order_account .top_order_title .order_date a {
        display: block;
        margin: 0;
        float: none
    }
}
.page_order_account .body_order #order_payment, .page_order_account .body_order #order_shipping{padding: 0}
.page_order_account .body_order #order_payment .box-header .title-head, .page_order_account .body_order #order_shipping .box-header .title-head {
    margin: 0;
    padding: 0;
    font-size: 18px
}
.page_order_account .body_order #order_payment .address p i, .page_order_account .body_order #order_shipping .address p i{color: #80BB35}
.page_order_account .content_order .table-responsive .table-cart .thead-default tr th {
    padding: 10px 15px;
    border-bottom: 1px solid #EBEBEB
}
.page_order_account .content_order .table-responsive .table-cart tbody tr .numeric{color: #80BB35}
.page_order_account .content_order .table-responsive .table-cart tbody tr .link:hover a {
    color: #80BB35;
    text-decoration: none
}
.page_order_account .oder_total_monney .totalorders tfoot .order_total .right {
    color: #80BB35;
    font-size: 16px
}
.page_order_account table#order_details{border-top: 1px solid #EBEBEB}
@media screen and (max-width: 991px) {
    .m992{display: none}
    #parent {
        display: flex;
        flex-flow: column
    }
    #a{order: 2}
    #b{order: 1}
    .sodiachi .form-xs{line-height: 10px !important}
}
@media screen and (min-width: 992px) {
    .mx991{display: none}
}
.block-content.form-signup {
    background: #FFFFFF;
    padding-top: 20px
}
.block-content.form-signup p{padding: 0 20px}
.block-content.form-signup p i {
    color: #80BB35;
    margin-right: 10px
}
.address-title {
    padding-left: 10px;
    margin-bottom: 15px;
    border-radius: 0 !important;
    font-weight: 300
}
.address-title button {
    background: none;
    border: none;
    font-size: 0;
    width: 50px;
    height: 55px
}
.address-title button.btn-edit {background:  url(../image/btn-edit.png) no-repeat center}
.address-title button.btn-delete {background: url(../image/btn-delete.png) no-repeat center}
.address-subtitle {
    margin-top: 0;
    text-transform: uppercase
}
.address-item-action {
    right: 0;
    top: -7px
}
.address-item-action .btn-row{padding-right: 5px}
.address-group {
    background: #FFFFFF;
    padding-bottom: 5px;
    margin-bottom: 15px
}
.address-group p{color: #595959}
.address-group p label {
    float: left;
    font-weight: 300
}
.address .page_address .btn-bg-addresss {
    background: #F02B2B;
    color: #FFFFFF;
    border: solid 1px #F02B2B
}
.address .page_address .btn-bg-addresss:hover {
    background: #FFFFFF;
    color: #F02B2B;
    border: solid 1px #F02B2B
}
.address label.c-input.c-checkbox input {
    transform: translateY(5px);
    -moz-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px)
}
.address .page_address .adr_title {
    overflow: hidden;
    padding-bottom: 20px
}
.address .page_address .adr_title .title-head {
    width: 100%;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0
}
.address .page_address .adr_title .title-head a {
    display: block;
    cursor: pointer;
    color: #80BB35;
    font-size: 1em;
    text-transform: initial;
    font-weight: 400
}
.address .page_address .adr_title .title-head a:hover {
    color: #80BB35;
    text-decoration: underline
}
@media (max-width: 767px) {
    .address .page_address .adr_title .title-head a {
        float: none !important;
        margin-top: 15px
    }
}
.address .page_address .col-address{overflow: hidden}
#order_payment, #order_shipping {
    background: #FFFFFF;
    padding: 10px 20px
}
#order_payment .address.note i, #order_shipping .address.note i {
    color: #80BB35;
    margin-right: 5px
}
.totalorders {
    background: #FFFFFF;
    border-color: #E1E1E1
}
.order-headding{margin: 0}
.page_contact h2 {
    font-size: 25px;
    color: #252525;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: left
}
.page_contact form{margin: 0}
.page_contact #login{position: relative}
.contact .form-group .form-control{border-radius: 0}
.contact .form-group textarea.form-control{padding-top: 12px}
.contact p{color: #707070}
.contact h2.title-head {
    text-transform: inherit;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact h2 {
    font-size: 21px;
    color: #252525;
    margin-top: 5px;
    margin-bottom: 30px;
    font-weight: 400
}
.contact .dq-flex {
    margin-bottom: 5px;
    align-items: flex-start
}
.contact .dq-flex .icon.f-left {
    margin-right: 5px;
    white-space: nowrap
}
.contact .info-contact > p{color: #636363}
.contact .info-contact .widget-menu {
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 1.07143em
}
.contact .info-contact .widget-menu li {
    display: block;
    padding-bottom: 10px
}
.contact .info-contact .widget-menu li .block_icon {
    display: block;
    float: left;
    padding: 0;
    width: 18px;
    line-height: 1;
    color: #252525;
    margin-left: 2px;
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px)
}
.contact .info-contact .widget-menu li p, .contact .info-contact .widget-menu li a {
    display: inline;
    width: calc(100% - 37px);
    line-height: 20px;
    margin: 0;
    color: #636363
}
.contact .info-contact .widget-menu li a{color: #636363}
.contact .info-contact .widget-menu li a:hover{color: #80BB35}
.contact .info-contact .widget-menu li a.mail{color: #0072BC}
.contact .info-contact .widget-menu li a.mail:hover{color: #80BB35}
.contact .contact-box-info{margin: 10px 0}
.contact .contact-box-info .item {
    color: #707070;
    padding: 10px 0;
    border-bottom: 1px solid #EBEBEB
}
.contact .contact-box-info .item .fa {
    width: 40px;
    height: 40px;
    background: #80BB35;
    color: #FFFFFF;
    float: left;
    text-align: center;
    justify-content: center;
    line-height: 40px;
    border-radius: 50%
}
.contact .contact-box-info .item > div{margin-bottom: 20px}
.contact .contact-box-info .item .info{padding-left: 50px}
.contact .contact-box-info .item .info a{color: #FE9705}
.contact .contact-box-info .item:last-child{border: none}
.contact .contact-box-info .item h3 {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    margin-top: 5px
}
.contact .contact-box-info .item p {
    position: relative;
    margin-bottom: 5px
}
.contact .contact-box-info .item p .fa {
    position: absolute;
    left: 0;
    top: 4px;
    color: #707070
}
.contact .contact-box-info a {
    display: block;
    color: #707070
}
.contact .contact-box-info a:hover{color: #80BB35}
.page-404 .title-section-page {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0
}
.page-404 p{margin: 0 0 9px 0}
.page-404 form {
    width: 540px;
    display: inline-block;
    position: relative;
    margin-bottom: 10px
}
.page-404 form input{width: 100%}
.page-404 form .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 75px
}
.page-404 label a{color: #FE9705}
.page-service .service-title h1 {
    font-size: 2.14286em;
    font-weight: 600;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
    margin-top: 0
}
.page-service .service-title h1:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #80BB35;
    position: absolute;
    left: 0;
    bottom: 0
}
.page-service .service-list ul {
    border: 1px solid #EBEBEB;
    border-radius: 5px
}
.page-service .service-list ul li {
    border-bottom: 1px solid #EBEBEB;
    padding: 20px 35px;
    font-weight: 600;
    color: #636363;
    position: relative
}
.page-service .service-list ul li a{color: #636363}
.page-service .service-list ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #636363;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 28px
}
.page-service .service-list ul li.active a{color: #80BB35}
.page-service .service-list ul li.active:before{background: #80BB35}
.page-service .service-list ul li:last-child{border: none}
.page-service .service-list ul li:hover{color: #80BB35}
.page-service .service-list ul li:hover a{color: #80BB35}
.page-service .service-list ul li:hover:before{background: #80BB35}
.aside-item{margin-bottom: 40px}
.aside-item .aside-title{position: relative}
.aside-item .aside-title h2 {
    font-size: 24px;
    margin: 0;
    display: inline-block;
    padding-right: 10px;
    background: #FFFFFF;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400
}
.aside-item .nav > li > a{padding: 0}
.aside-item .aside-content{margin-top: 20px}
.aside-item.sidebar-category .nav-item {
    position: relative;
    clear: left;
    font-size: 1.07143em
}
.aside-item.sidebar-category .nav-item a {
    padding-left: 0;
    font-size: 1.07143em;
    padding-right: 15px
}
.aside-item.sidebar-category .nav-item .fa {
    position: absolute;
    right: 0;
    top: 8px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px
}
.aside-item.sidebar-category .nav-item .dropdown-menu {
    position: static;
    width: 100%;
    border: 0;
    padding-left: 15px;
    box-shadow: none
}
.aside-item.sidebar-category .nav-item.active > a{color: #80BB35}
.aside-item.sidebar-category .nav-item.active > .dropdown-menu {
    display: block;
    padding-left: 15px
}
.aside-filter-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EBEBEB
}
.aside-filter-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none
}
.aside-filter-item .aside-content{margin-bottom: 0}
.aside-filter-item .aside-title h2{font-size: 19px}
.aside-filter-item .aside-title h2:before{display: none}
.sidebar-category .aside-title {
    position: relative;
    margin-bottom: -13px
}
.sidebar-category .aside-content .nav-item {
    position: relative;
    clear: left;
    font-size: 1.07143em;
    padding: 5px 0 5px 25px
}
.sidebar-category .aside-content .nav-item.okactive .fa.fa-caret-right:before {
    font-size: 11px;
    content: "\f00c";
    text-align: center;
    line-height: 16px;
    padding-left: 1px
}
.sidebar-category .aside-content .nav-item:last-child{border-bottom: none}
.sidebar-category .aside-content .nav-item a{font-size: 15px}
.sidebar-category .aside-content .nav-item .fa {
    text-align: center;
    cursor: pointer
}
.sidebar-category .aside-content .nav-item .fa.fa-caret-right {
    right: auto;
    left: 0;
    top: 10px;
    text-align: left;
    font-size: 0;
    border: 1px solid #EBEBEB;
    width: 15px;
    height: 15px;
    border-radius: 50%
}
.sidebar-category .aside-content .nav-item .nav-item .fa{top: 10px}
.sidebar-category .aside-content .nav-item .nav-item .fa.fa-caret-right{top: 8px}
.sidebar-category .aside-content .nav-item .dropdown-menu {
    position: static;
    width: 100%;
    border: 0;
    padding-left: 0
}
.sidebar-category .aside-content .nav-item .dropdown-menu .nav-item{padding-left: 10px}
.sidebar-category .aside-content .nav-item .dropdown-menu .fa.fa-caret-right{display: none}
.sidebar-category .aside-content .nav-item.active{border-bottom: none}
.sidebar-category .aside-content .nav-item.active > a{color: #80BB35}
.sidebar-category .aside-content .nav-item.active > .dropdown-menu{display: block}
.sidebar-category .aside-content .nav-item:hover > a{color: #80BB35}
.aside-item.aside-mini-list-product .product-mini-item{padding: 15px 0}
.aside-item.aside-mini-list-product .product-mini-item h3 {
    margin-bottom: 10px;
    font-weight: 400
}
.aside-item.aside-mini-list-product .product-mini-item h3 a{color: #333333}
.aside-item.aside-mini-list-product .product-mini-item h3 a:hover{color: #80BB35}
.aside-item.aside-mini-list-product .product-mini-item .product-price {
    color: #FE9705;
    font-weight: 400
}
.aside-item.aside-mini-list-product .product-mini-item .sale-price{color: #898989}
.aside-item.aside-mini-list-product .zozoweb-product-reviews-badge{margin: 0}
.aside-item.aside-mini-list-product .zozoweb-product-reviews-badge > div{display: none}
.aside-item.aside-mini-list-product .zozoweb-product-reviews-badge > div.zozoweb-product-reviews-star{display: block}
.aside-item.aside-mini-list-product .btn.btn-link {
    color: #363636;
    padding-left: 0
}
.aside-item.aside-mini-list-product .btn.btn-link:hover{color: #80BB35}
.aside-item .list-tags span.tag-item {
    line-height: 40px;
    border: 1px solid #EBEBEB;
    height: 40px;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    color: #898989;
    border-radius: 3px
}
.aside-item.sidebar-category.blog-category .nav-item .fa{top: 9px}
.aside-item.sidebar-category.blog-category .nav-item .fa.fa-caret-right{display: none}
.aside-item.sidebar-category.blog-category .aside-content .navbar-pills > li.nav-item{padding-left: 0}
.aside-item.sidebar-category.blog-category .aside-content .nav-item {
    padding: 6px 0 6px 12px;
    border: none
}
.aside-item.sidebar-category.blog-category .aside-content .nav-item .fa.fa-angle-right {
    display: none;
    right: auto;
    left: 0;
    top: 10px
}
.aside-item.sidebar-category.blog-category .aside-content .nav-item .nav-item .fa.fa-angle-right{top: 8px}
.aside-item.sidebar-category.blog-category .aside-content .nav-item .nav-item .nav-item .fa.fa-angle-right{top: 9px}
.ui-widget.ui-widget-content {
    height: 2px;
    background: #EBEBEB
}
.ui-slider-range.ui-corner-all.ui-widget-header{background: #80BB35 !important}
.ui-slider-horizontal .ui-slider-handle {
    height: 14px !important;
    width: 14px !important;
    border-radius: 50% !important;
    top: -6px !important;
    border: none !important;
    background: #80BB35 !important
}
.ui-widget.ui-widget-content {
    border: none !important;
    margin-bottom: 15px;
    width: calc(100% - 14px);
    margin-left: 7px
}
#start {
    width: 100px;
    float: left
}
#start input {
    text-align: left;
    padding-left: 10px;
    border-radius: 3px;
    border: none;
    box-shadow: none
}
#stop {
    width: 100px;
    float: right;
    text-align: center;
    position: relative
}
#stop input {
    text-align: right;
    padding-right: 10px;
    border-radius: 3px;
    border: none;
    box-shadow: none
}
#stop:before {
    display: none;
    content: "-";
    position: absolute;
    left: -17px;
    font-size: 17px
}
a#filter-value {
    height: 30px;
    line-height: 30px;
    font-weight: 400;
    width: 100px;
    margin-top: 10px
}
#popupCartModal .modal-dialog {
    width: 420px;
    transform: translate(0);
    border-radius: 0
}
@media (max-width: 767px) {
    #popupCartModal .modal-dialog{width: auto}
}
#popupCartModal .modal-content {
    padding: 25px;
    border-radius: 0
}
#popupCartModal .modal-content .col-sm-6{padding: 10px 30px}
#popupCartModal .modal-content .modal-right {
    text-align: left;
    padding-top: 20px;
    border-top: 1px solid #EBEBEB
}
#popupCartModal .modal-content .modal-right h3 {
    border: 0;
    padding-bottom: 10px;
    margin-bottom: 0;
    font-weight: 400
}
#popupCartModal .modal-content .modal-right h3 b{font-weight: 400}
#popupCartModal .media .thumb-1x1 {
    width: 100px;
    text-align: center
}
#popupCartModal .product-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
    color: #111111
}
#popupCartModal .qty{color: #898989}
#popupCartModal .qty span{color: #000000}
#popupCartModal .product-new-price {
    color: #898989;
    margin-top: 6px
}
#popupCartModal .product-new-price span {
    color: #80BB35;
    font-weight: 500;
    font-size: 18px
}
#popupCartModal button.close {
    position: absolute !important;
    right: 10px;
    top: 5px
}
#popupCartModal .modal-body {
    position: relative;
    padding: 15px 0 20px
}
#popupCartModal .total_price {
    font-size: 16px;
    padding: 10px 0 5px
}
#popupCartModal h3 {
    font-size: 17px;
    font-weight: 500;
    margin-top: 0;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 10px;
    padding-bottom: 20px
}
#popupCartModal h3 i{font-style: normal}
#popupCartModal h3 a:hover i{color: #80BB35}
#popupCartModal .btn-red {
    line-height: 48px;
    height: 50px;
    /*padding: 0;*/
    border-radius: 0;
    font-weight: 400;
    box-shadow: none;
    margin-top: 0;
    display: inline-block;
    width: 100%;
    padding: 0 50px;
    font-size: 16px
}
div#isp_search_result_page_container .btn-search{display: none}
button.btn.btn-default.btn-search{display: none}
div#isp_search_result_page_container form{margin-bottom: 0}
.zozoweb-product-reviews-badge .zozoweb-product-reviews-star i{font-size: 15px !important}
.zozoweb-product-reviews-form fieldset{border: none}
.zozoweb-product-reviews-form .bpr-button-submit {
    background: #80BB35 !important;
    border: none !important
}
footer .footer-info-widget p.hotline a{color: #FFFFFF}
.blog-item .date{background: #F02B2B}
.off-canvas-menu .action .btn-primary.btn-50:last-child{background: #2BF525}
.off-canvas-menu .action .btn-primary.btn-50:last-child:hover{background: #43F63D}
.details-product form button.btn-primary2{background: #2BF525}
.details-product form button.btn-primary2:hover{background: #43F63D}
.view-desktop a.btn.btn-primary.btn-full{background: #EF7D00}
.view-desktop a.btn.btn-primary.btn-full:hover{background: #FF8A0A}



/* custom */
/* text ellipsis */
.text-ellipsis{
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 50px;
  display: -webkit-box;
}
.text-ellipsis.ellipsis-3{
  -webkit-line-clamp: 3;
}
.text-ellipsis.ellipsis-4{
  -webkit-line-clamp: 4;
}
.text-ellipsis.ellipsis-5{
  -webkit-line-clamp: 5;
}
.product-name{
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 50px;
  display: -webkit-box;
}
.blog-item-name{
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 50px;
  display: -webkit-box;
}
.feedback .designation{
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 70px;
  display: -webkit-box;
}