#loading-area {
    width: 100%;
    height: 100%;
    background-color: #faf3eb;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
    background-repeat: no-repeat;
    background-size: 80px;
    background-image: url(../images/loading.gif);
    background-position: center;
}

.page-header.page-header-modern.page-header-background.page-header-background-md {
    padding: 40px 0 !important;
}

span.amount {
    color: #dc3545;
    font-weight: bold;
    font-size: 25px;
}



/*----------------------------------------
Cart Page
----------------------------------------*/
.cart-steps {
    display: table;
    margin: 15px 0 30px 0;
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.cart-step {
    display: table-cell;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 60px;
    position: relative;
    background-color: #f2f2f2;
    padding-right: 20px;
    height: 60px;
    vertical-align: middle;
}

.cart-step.current {
    background-color: #171717;
    color: #ffffff;
}

.cart-step.complete {
    background-color: #27aba6;
    color: #ffffff;
}

.cart-step:before,
.cart-step:after {
    height: 42px;
    width: 2px;
    background-color: #dcdcdc;
    content: "";
    position: absolute;
    right: -16px;
    z-index: 1;
}

.cart-step:before {
    transform: rotate(-45deg);
    top: -7px;
}

.cart-step:after {
    transform: rotate(45deg);
    bottom: -7px;
}

.cart-step.current:before,
.cart-step.complete:before {
    display: none;
}

.cart-step.current:after,
.cart-step.complete:after {
    border-left: 28px solid #171717;
    border-top: 32px solid transparent;
    border-bottom: 28px solid transparent;
    background-color: transparent;
    transform: rotate(0deg);
    left: 100%;
    top: 0;
}

.cart-step.complete:after {
    border-left-color: #27aba6;
}

.cart-step:first-child {}

.cart-step:last-child {}

.cart-step:last-child:before,
.cart-step:last-child:after {
    display: none;
}

.cart_product_content {
    width: 130px;
}

.cart_avail_content {
    width: 100px;
}

.cart_quantity_content input {
    width: 50px;
    text-align: center;
}

.total_price.price {
    font-size: 3rem;
}

.next-wrap {
    margin: 15px 0;
    float: left;
    width: 100%;
}

.ajaxcart .page-header {
    border: none;
    text-transform: uppercase;
    margin-top: 20px;
}

.ajaxcart .cart_header_labels>div {
    font-size: 15px;
}

.ajaxcart h2 {
    margin: 0px;
    font-size: 30px;
    height: 40px;
    line-height: 38px;
    padding: 0px;
    border: 0px;
    color: #000;
}

.page-content .ajax_content_cart {
    font-size: 12px;
    font-weight: 300;
    color: #666666;
    overflow: auto;
}

.page-content .ajax_content_cart::-webkit-scrollbar-thumb {
    background: #e2dfdf;
}

.page-content .ajax_content_cart::-webkit-scrollbar {
    width: 8px;
}

.page-content.not-item {
    padding-bottom: 10px;
    overflow: hidden;
}

.cart_total.item {
    margin: 0;
}

.ajaxcart .cart_header_labels {
    margin: 15px 0px;
    margin: 10px 0px 15px 0px;
    text-align: center;
    border-bottom: 1px solid #171717;
    padding: 10px 0px;
    border-top: 1px solid #171717;
    color: #000;
}

.ajaxcart .list_product_cart {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #aaa;
}

.ajaxcart .list_product_cart:last-child {
    border-bottom: 0;
}

.ajaxcart .product_name {
    margin: 0px;
    text-align: left;
    font-size: 14px;
    display: block;
    text-transform: none;
    letter-spacing: 0px;
}

.ajaxcart small {
    //float: left;
}

.ajaxcart__qty {
    display: inline-block;
    margin: 0;
}

input.ajaxcart__qty-num {
    width: 50px;
    height: 30px;
    text-align: center;
    border: 1px solid #7b7b7b;
    color: #222;
    padding: 0;
}

.ajaxcart .note_item .control-label {
    font-weight: normal;
    margin-bottom: 5px;
}

.ajaxcart .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.rightCart .list_button_cart {
    padding: 20px 0px 0px;
}

.ajaxcart .list_button_cart .actionCart p {
    margin: 0px 0px 15px;
    float: left;
    width: 100%;
}

.ajaxcart .list_button_cart p span {
    margin: 0;
}

.ajaxcart .list_button_cart p span.cart__subtotal-title {
    font-size: 20px;
}

.ajaxcart .list_product_cart .cpro_item.remove a {
    display: inline-block;
    font-size: 18px;
}

.ajaxcart .insButton {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 10px 20px;
    margin: 0px 5px;
}

.ajaxcart .update-cart {
    display: none !important;
}

.list_button_cart .note_item {
    margin: 20px 0px;
}

#AjaxifyCart .js-qty input[type="text"],
#AjaxifyCart .ajaxcart__qty input[type="text"] {
    display: inline-block !important;
}

.cpro_item_inner span.price.product-price {
    font-size: 20px;
}

.not-item p {
    font-size: 16px;
    margin: 15px 0px;
    line-height: 1.5;
}

.ajaxcart .title a.product_name {
    margin-bottom: 10px;
    line-height: 1.5;
}

@media screen and (max-width: 1199px) {
    .engo-popup .content {
        max-width: 750px;
    }

    .ajaxcart input.btn {
        margin: 0;
        padding: 10px 20px;
    }

    .item_product .chir_loop .product_view_list span.short-des {
        display: block;
        max-height: 100px;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .engo-popup .content {
        max-width: 100%;
        //min-width: auto;
        width: 100%;
        height: 100%;
        padding: 5px;
        overflow: auto;
    }

    .page-content {
        max-height: 100%;
    }

    .ajaxcart .list_product_cart {
        text-align: center;
        margin-bottom: 0;
        position: relative;
        padding: 15px 0px;
        border-bottom: 1px solid #ccc;
    }

    .ajaxcart .list_product_cart .cpro_item {
        text-align: left;
    }

    .ajaxcart .list_product_cart .cpro_item.image {
        padding: 0;
    }

    .ajaxcart .product_name {
        font-size: 16px;
        font-weight: bold;
    }

    .cpro_item_inner span.price.product-price {
        font-size: 17px;
        margin-bottom: 5px;
        display: block;
    }

    .js-qty input[type="text"],
    .ajaxcart__qty input[type="text"] {
        width: 50px !important;
        height: 30px !important;
        line-height: 30px !important;
    }

    .js-qty__adjust,
    .ajaxcart__qty-adjust {
        right: auto;
        left: 65px;
    }

    .list_button_cart .note_item {
        margin: 20px 0px;
    }

    button.ajaxcart__close {
        top: 10px !important;
    }

    .ajaxcart small {
        font-size: 15px;
        margin-bottom: 5px;
        display: inline-block;
    }
}

@media screen and (max-width: 479px) {
    .ajaxcart .list_product_cart .cpro_item.image {
        min-height: 130px;
    }
}

@media screen and (max-width: 370px) {
    .list_button_cart .btn-outline {
        padding: 10px;
        font-size: 12px;
    }
}

.text-red {
    color: red;
}

.bg-green {
    background-color: #008933;
}

.bg-red {
    background-color: #E02C21;
}
.bg-blue {
    background-color: #02A5E8;
}


.show-sticky {
    display: none !important;
}

.sticky-header-active .show-sticky {
    display: flex !important;
}

.rev_slider .caption,
.rev_slider .tp-caption {
    font-family: "Roboto Condensed", Arial, sans-serif;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.title-bar-top {
    border-bottom: 2px solid #02A5E8;
    margin-bottom: 10px;
    display: block;
}

.title-bar-top h3.tde {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.title-bar-top h3.tde :after {
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 20px solid #02A5E8;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    right: -20px;
}

.title-bar-top h3.tde span {
    background: linear-gradient(180deg, rgba(85,174,82,1) 0%, rgba(122,187,67,1) 100%);
    padding: 10px 20px 8px 20px;
    color: white;
    position: relative;
    display: inline-block;
    margin: 0;
}

.title-bar-top .sub-cat {
    display: inline-block;
    margin: 0;
    line-height: 45px;
    margin-left: 0;
    float: right;
}

.title-bar-top .read-more {
    color: #02A5E8;
    font-weight: 600;
}

.title-bar-top .read-more:hover {
    text-decoration: none;
}

.news-simple .title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.news-simple .title a {
    color: #000;
    text-decoration: none;
}

.news-list-item {
    clear: both;
    margin-bottom: 5px;
    display: flex;
    background-color: #fbf7f7;
    padding: 5px;
    border: 1px solid #fbf7f7;
    cursor: pointer;
}

.news-list-item:hover {
    border: 1px solid #ccc;
}

.news-list-item .image {
    float: left;
    width: 40%;
    margin-right: 5px;
}

.news-list-item .title {
    float: left;
    width: 60%;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 73px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}

.news-list-item .title h4 {
    font-weight: normal;
    line-height: 1.3;
    margin: 0;
    font-size: 14px;
}

.news-list-item .title a {
    color: #000;
    text-decoration: none;
}





.bubble {
    clear: both;
    margin: 0px auto;
    width: 350px;
    min-height: 300px;
    position: relative;
    z-index: 90;
    border: 1px solid #ddd;
    box-shadow: 3px 4px 4px -4px #000;
    margin-bottom: 15px;
}

.rectangle {
    background: #09923a;
    height: 40px;
    width: 380px;
    position: relative;
    left: -15px;
    top: 10px;
    float: left;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    z-index: 100;
}

.rectangle h4 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 0;
    letter-spacing: 1px;
}

.triangle-l {
    border-color: transparent #09923a transparent transparent;
    border-style: solid;
    border-width: 15px;
    height: 0px;
    width: 0px;
    position: relative;
    left: -30px;
    top: 35px;
    z-index: -1;
}

.triangle-r {
    border-color: transparent transparent transparent #09923a;
    border-style: solid;
    border-width: 15px;
    height: 0px;
    width: 0px;
    position: relative;
    left: 350px;
    top: 5px;
    z-index: -1;
}

@media (max-width: 1200px){
    .bubble {
        width: 290px !important;
    }

    .rectangle {
       width: 320px !important;
    }
    .triangle-r{
        left: 290px !important;
    }

}


@media (max-width: 991px){
    .bubble {
        width: 100% !important;
    }
    .rectangle {
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
    }
    .triangle-l,.triangle-r{
        display: none;
    }
}

.ribbon-2 {
    position: relative;
    margin-bottom: 20px;
}

.ribbon-2:before,
.ribbon-2:after {
    content: "";
    position: absolute;
}

.video-box {
    border: 1px solid #ddd;
    box-shadow: 3px 5px 7px -4px #000;
    min-height: 490px;
}

.ribbon-2 {
    width: 150px;
    height: 40px;
    background: #09923a;
    left: -8px;
    top: 15px;
}

.ribbon-2:before {
    height: 0;
    width: 0;
    border-bottom: 8px solid #14455b;
    border-left: 8px solid transparent;
    top: -8px;
}

.ribbon-2:after {
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 15px solid #09923a;
    right: -15px;
    top: 0;
}

.ribbon-content {
    height: inherit;
    margin-bottom: 0;
    z-index: 100;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 15px;
    text-transform: uppercase;
}

.ribbon-content:before {
    height: 0;
    width: 0;
    border-top: 10px solid #26808b;
    border-left: 10px solid transparent;
    bottom: -10px;
}

.ribbon-content:after {
    height: 0;
    width: 0;
    border-top: 10px solid #26808b;
    border-right: 10px solid transparent;
    right: 0;
    bottom: -10px;
}

.video-play {
    position: relative;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video-content {
    padding: 10px;
}

.video-list {
    margin-top: 20px;
}

.video-list ul li {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    font-size: 14px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.video-list ul li a {
    color: #000;
}

.about-content .des {
    padding: 10px 10px;
    text-align: justify;
    line-height: 1.5;
}

.about-list {
    margin-top: 1px;
    padding: 10px;
}

.about-list ul li {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    font-size: 14px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.about-list ul li a {
    color: #000;
}


.product-item {
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.product-item .img a {
    padding: 5px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    display: inline-flex;
}

.product-item .img a:hover img {
    opacity: 0.7;
}

.product-item .img a img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
}

.product-item .name {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 50px;
    overflow: hidden;
    padding: 0 5px;
}

.product-item .name a {
    text-align: center;
    font-size: 15px;
    color: #1e7a34;
    font-weight: bold;
}

.product-item .name a:hover {
    text-decoration: none;
}

.title-line {
    display: inline-block;
    padding: 0 55px;
    position: relative;
}

.title-line:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 45px;
    border-bottom: solid 3px #d91f16;
}

.title-line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 45px;
    border-bottom: solid 3px #d91f16;
}

.title-h2 {
    font-weight: bold;
    color: #d91f16;
    text-transform: uppercase;
    margin: 25px 0 25px;
    text-align: center;
    font-size: 25px;
    font-size: 18px;
}
.box .title-bar-top {
    margin-bottom: 0;
	border-bottom: 1px solid #ddd;
}
.box .title-bar-top h3.tde span{
	width: 100%;
}
.box .box-content{
    padding: 1px 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.box .title-bar-top h3.tde{
	width: 100%;
}
.box .title-bar-top h3.tde :after{
	content: unset
}
.box-content ul li a i{
    color: #018633;
}
.box-content ul li a{
    color: #292929;
    font-weight: 700;
}
.box-content ul li a:hover{
    color: #018633;
    text-decoration: none;
}
.news-items{
    margin-bottom: 20px;
}
.news-items:hover{
    box-shadow: 11px 11px 15px -6px #ddd;
}
.news-items .image{
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
.news-items .title{
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}
.news-items .title a{
    color: #292929;
}
.date{
    font-size: 13px;
    color: #797979;
    font-style: italic;
}
.box{
    margin-bottom: 15px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #008933;
    border-color: #008933;
}

.move-right-mobile {
    -ms-flex-order: 0;
    order: 0;
}

@media (max-width: 991px) {
    .move-right-mobile {
        -ms-flex-order: 1;
        order: 1;
    }
}
.content-text h3 {
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.btn-primary {
    border-color: #59af50 #76b944 #78ba43;
    color: #FFF;
    background: linear-gradient(180deg, rgba(85,174,82,1) 0%, rgba(122,187,67,1) 100%);
}
.btn-primary:hover, .btn-primary.hover {
    background: rgba(85,174,82,1);
    border-color: #e6e6e6 #e6e6e6 #CCC;
    color: #FFF;
}
.btn-blue{
	background: #0072BC !important;
}