body {
    font-family: 'Kanit' !important;
    font-weight: normal;
    background: #fff;
    color: #535353 !important;
}

p {
    padding: 0;
    margin: 0;
    font-family: 'Kanit' !important;
}

.btn {
    font-family: 'Kanit' !important;
}

a:hover {
    text-decoration: none;
}
input[type=button], input[type=submit], input[type=reset], input[type=file], button {
    -webkit-appearance: none;
    cursor: pointer;
    padding: 0;
    border: 1px solid #f4f3f3;
    padding: 10px;
    width: 100%;
}
.text-box {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 15%;
    right: 15%;
    position: absolute;
    z-index: 2;
    color: #000;
    transform: translateY(-50%);
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'Kanit' !important;
    font-weight: 700;
}
/* @media only screen and (min-width: 280px) and (max-width: 991px) {
    .hero-ber1 {
        height: 60vh;
        min-height: 100%;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        z-index: 0;
    }
} */

@media only screen and (max-width: 991px) {
    .hero-ber1 {
        width: 100%;         /* ให้เต็มจอ */
        height: auto;        /* ปรับอัตโนมัติ */
        max-height: 60vh;    /* กันไม่ให้สูงเกินไป */
        object-fit: cover;   /* ครอบภาพให้อยู่ในกรอบสวยๆ */
        display: block;      /* กันการล้น inline */
    }
}

.carousel-item:before {
    /* background: rgb(0 0 0 / 57%); */
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.cart-wrap {
    padding: 40px 0;
    font-family: 'Open Sans', sans-serif;
}
.main-heading {
    font-size: 19px;
    margin-bottom: 20px;
}

/******************  about *******************/
.heading-section .subheading {
    font-size: 18px;
    display: inline-block;
    margin-bottom: 0;
    color: #148639;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    position: relative;
}

.wrap-about .year {
    font-size: 30px;
    color: #000000;
}

.wrap-about .year strong {
    font-style: italic;
    color: #148639;
}

/******************  index *******************/
#owl-demo .item {
    margin: 3px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.card {
    border: 1px solid #fff0;

    &:nth-child(1) .box .icon .iconBox {
        background: #148639;
    }

    ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.625rem;

        li {
            text-transform: uppercase;
            background: #148639;
            color: #fff;
            font-weight: 700;
            font-size: 0.8rem;
            padding: 0.375rem 0.625rem;
            border-radius: 0.188rem;
        }

        .branding {
            color: darken(#d3b19a, 40%);
        }

        .packaging {
            color: darken(#70b3b1, 40%);
        }

        .marketing {
            color: darken(#d05fa2, 40%);
        }
    }

    .content {
        padding: 0.938rem 0.625rem;

        h3 {
            text-transform: capitalize;
            font-size: clamp(1.5rem, 1.3909rem + 0.4364vw, 1.8rem);
        }

        p {
            margin: 0.625rem 0 1.25rem;
            color: #565656;
        }
    }
}

.card-inner {
    position: relative;
    width: inherit;
    height: 22.75rem;
    background: var(--clr);
    /* border-radius: 1.25rem; */
    border-bottom-right-radius: 0;
    overflow: hidden;

    .box {
        width: 100%;
        height: 358px;
        background: #fff;
        /* border-radius: 1.25rem; */
        overflow: hidden;

        .imgBox {
            position: absolute;
            inset: 0;

            img {
                width: 100%;
                height: 358px;
                /* object-fit: cover; */
            }
        }

        /* .icon {
            position: absolute;
            bottom: -0.375rem;
            right: -0.375rem;
            width: 5rem;
            height: 5rem;
            background: var(--clr);
            border-top-left-radius: 50%;

            &:hover .iconBox {
                transform: scale(1.1);
            }

            &::before {
                position: absolute;
                content: "";
                bottom: 0.375rem;
                left: -1.25rem;
                background: transparent;
                width: 1.25rem;
                height: 1.25rem;
                border-bottom-right-radius: 1.25rem;
                box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;
            }

            &::after {
                position: absolute;
                content: "";
                top: -1.25rem;
                right: 0.375rem;
                background: transparent;
                width: 1.25rem;
                height: 1.25rem;
                border-bottom-right-radius: 1.25rem;
                box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);
            }

            .iconBox {
                position: absolute;
                inset: 0.625rem;
                background: #282828;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                transition: 0.3s;

                i {
                    color: #fff;
                    font-size: 1.2rem;
                }
            }
        } */
    }
}

.hov-img-zoom {
    display: block;
    overflow: hidden;
}

.hov-img-zoom img {
    width: 100%;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.block1-wrapbtn {
    position: absolute;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 70px;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
}

.bg3 {
    background-color: rgba(255, 255, 255, 0.95);
}
.list_2 label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: x-small;
}
.list_2 p {
    font-size: x-small;
}
.m-text2 {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 50px;
    color: #333333;
    text-transform: uppercase;
}

.pos-relativeq::before {
    background: linear-gradient(to bottom, rgba(41, 38, 33, 0) 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00292621', endColorstr='#292621', GradientType=0);
}

.pos-relativeq::before {
    position: absolute;
    width: 97%;
    height: 90%;
    bottom: 0;
    content: "";
    z-index: 0;
}

.w-size2 h1 a {
    color: #fff;
    text-align: center;
}

.w-size2 h1 {
    margin-bottom: 3px;
}

.w-size2 h5 {
    margin-bottom: 20px;
    color: #fff;
}

.products h6 {
    text-align: center;
    margin-top: 20px;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.swiper-slide img {
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    /* เพิ่มมุมโค้ง */
}

.swiper-button-next,
.swiper-button-prev {
    background: none;
    /* ลบพื้นหลัง */
    color: #333;
    /* เปลี่ยนสีของไอคอน */
    font-size: 24px;
    /* ขนาดของไอคอน */
    width: auto;
    /* กำหนดขนาดปุ่ม */
    height: auto;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #007BFF;
    /* เปลี่ยนสีเมื่อ hover */
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: none !important;
}

.titer h5 span {
    color: #148639;
}

.benifit__item {
    text-align: center;
    border: 1px solid #028637;
    padding: 18px 10px;
    border-radius: 30px;
    background: #028637;
    width: 100%;
}

.benifit__item h6 {
    color: #fff;
    font-weight: 600;
    margin-top: 16px;
}

.owl-carousel .item img {
    border-radius: 15px;
}

img {
    border-radius: 15px !important;
}

/******************  program *******************/
.program {}

.snip1321 {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
    margin-bottom: 20px;
}

.snip1321 * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.snip1321 img {
    max-width: 100%;
    vertical-align: top;
}

.snip1321 figcaption {
    top: 50%;
    left: 20px;
    right: 20px;
    position: absolute;
    opacity: 0;
    z-index: 1;
}

.snip1321 h2,
.snip1321 h4 {
    margin: 0;
}

.snip1321 h2 {
    font-weight: 600;
}

.snip1321 h4 {
    font-weight: 400;
    text-transform: uppercase;
}

.snip1321 i {
    font-size: 32px;
}

.snip1321:after {
    background-color: #148639;
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
}

.snip1321 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.snip1321:hover figcaption,
.snip1321.hover figcaption {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.snip1321:hover:after,
.snip1321.hover:after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0.9;
}
.snip1321 h5 {
    font-size: 16px;
    color: #fff;
}
.snip1566 {
  position: relative;
  display: inline-block;
  margin: 20px;
  max-width: 190px;
  width: 100%;
  color: #bbb;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.snip1566 *,
.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  border: 2px solid #148639;
    border-color: transparent #148639;
}

.snip1566 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  border-radius: 50% !important;
  padding: 10px;
}

.snip1566 figcaption {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  opacity: 0;
  background-color: rgb(20 134 57 / 88%);
  border-radius: 50%;
}

.snip1566 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
      font-size: 2em;
    color: #fff;
  z-index: 1;
}

.snip1566 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1566:hover figcaption,
.snip1566.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.snip1566:hover:before,
.snip1566.hover:before,
.snip1566:hover:after,
.snip1566.hover:after {
  border-width: 10px;
}

.snip1566:hover:before,
.snip1566.hover:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.snip1566:hover:after,
.snip1566.hover:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/******************  checkout *******************/
.order_box {
    background: #f7f7f7;
    padding: 30px;
}

.order_box h2 {
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding-bottom: 15px;
}

.order_box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.order_box .list li a {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    border-bottom: 1px solid #eeeeee;
    display: block;
    line-height: 42px;
}

.order_box .list li a span {
    float: right;
}

.order_box .list_2 li a {
    text-transform: uppercase;
    color: #148639;
    font-weight: 500;
}

.order_box .list_2 li a span {
    color: #333;
    text-transform: capitalize;
}

.order_box .list li a .middle {
    float: none;
    width: 50px;
    text-align: right;
    display: inline-block;
    margin-left: 10px;
    color: #148639;
}

.order_box .list li:nth-child(4) a .middle {
    margin-left: 48px;
}

.order_box .btn_3 {
    display: block;
    line-height: 28px;
    text-transform: uppercase;
    text-align: center;
}

.btn_3 {
    display: inline-block;
    padding: 18px 36px;
    border-radius: 5px;
    background-color: #148639;
    border: 1px solid #148639;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.billing_details .contact_form .form-group input {
    border-radius: 3px;
    color: #828bb2;
}

.p_star .placeholder::before {
    content: attr(data-placeholder);
    color: #777;
}

.p_star .placeholder::after {
    content: " *";
    color: tomato;
}

.p_star .placeholder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: 1;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

/******************  cart *******************/
.cart-wrap {
    padding: 40px 0;
    font-family: 'Open Sans', sans-serif;
}

.main-heading {
    font-size: 19px;
    margin-bottom: 20px;
}

.table-cart table {
	width: 100%;
}

@media only screen and (max-width: 480px) {
	.table-cart table {
		width: 180%;
	}

	.num-show {
		height: 55px;
		border: 1px solid #f4f4f4;
		background-color: transparent;
		border-radius: 1px;
		padding: 0 0 0 0px !important;
		border-radius: 3px;
	}

	.total {
		font-size: 16px !important;
		font-weight: 600;
		color: #148639;
	}
}

.table-cart thead {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}

.table-cart thead tr th {
    padding: 8px 0 18px;
    color: #484848;
    font-size: 15px;
    font-weight: 400;
}

.table-cart tr td {
    padding: 40px 0 27px;
    vertical-align: middle;
}

.table-cart tr td:nth-child(1) {
    width: 47%;
}

.table-cart tr td:nth-child(2) {
    width: 16%;
}

.table-cart tr td:nth-child(3) {
    width: 13.333%;
}

.table-cart tr td:nth-child(4) {
    width: 5.667%;
    text-align: right;
}

.table-cart tr td .img-product {
    width: 72px;
    float: left;
    /* margin-left: 8px; */
    /* margin-right: 31px; */
    line-height: 63px;
}

.table-cart tr td .img-product img {
    width: 100%;
}

.table-cart tr td .name-product {
    font-size: 15px;
    color: #484848;
    padding-top: 8px;
    line-height: 24px;
    width: 50%;
}

.table-cart tr td .price {
    text-align: right;
    line-height: 64px;
    /* margin-right: 40px; */
    color: #989898;
    font-size: 16px;
    font-family: 'Nunito';
}

.table-cart tr td .quanlity {
    position: relative;
}

.product-count .qtyminus,
.product-count .qtyplus {
    width: 34px;
    height: 34px;
    background: transparent;
    text-align: center;
    font-size: 19px;
    line-height: 34px;
    color: #000;
    cursor: pointer;
    font-weight: 600;
}

.product-count .qtyminus {
    line-height: 32px;
}

.product-count .qtyminus {
    border-radius: 3px 0 0 3px;
}

.product-count .qtyplus {
    border-radius: 0 3px 3px 0;
}

.product-count .qty {
    width: 60px;
    text-align: center;
    border: none;
}

.count-inlineflex input {
    display: inline-flex;
    border-radius: 20px;
    height: 43px;
    width: 80%;
}

.total {
    font-size: 20px;
    font-weight: 600;
    color: #148639;
}

.display-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.coupon-box {
    padding: 63px 0 58px;
    text-align: center;
    border: 2px dotted #e5e5e5;
    border-radius: 10px;
    margin-top: 55px;
}

.coupon-box form input {
    display: inline-block;
    width: 264px;
    margin-right: 13px;
    height: 44px;
    border-radius: 25px;
    border: solid 2px #cccccc;
    padding: 5px 15px;
    font-size: 14px;
}

input:focus {
    outline: none;
    box-shadow: none;
}

.round-black-btn {
    border-radius: 25px;
    background: #212529;
    color: #fff;
    padding: 8px 35px;
    display: inline-block;
    border: solid 2px #212529;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
}

.round-black-btn:hover,
.round-black-btn:focus {
    background: transparent;
    color: #212529;
    text-decoration: none;
}

.cart-totals {
    border-radius: 3px;
    background: #e7e7e7;
    padding: 25px;
}

.cart-totals h3 {
    font-size: 19px;
    color: #3c3c3c;
    letter-spacing: 1px;
    font-weight: 500;
}

.cart-totals table {
    width: 100%;
}

.cart-totals table tr th,
.cart-totals table tr td {
    width: 50%;
    padding: 3px 0;
    vertical-align: middle;
}

.cart-totals table tr td:last-child {
    text-align: right;
}

.cart-totals table tr td.subtotal {
    font-size: 20px;
    color: #6f6f6f;
}

.cart-totals table tr td.free-shipping {
    font-size: 14px;
    color: #6f6f6f;
}

.cart-totals table tr.total-row td {
    padding-top: 25px;
}

.cart-totals table tr td.price-total {
    font-size: 20px;
    font-weight: 600;
    color: #148639;
}

.btn-cart-totals {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

.btn-cart-totals .round-black-btn {
    margin: 10px 0;
}

/******************  product *******************/
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #148539;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    border: 1px solid #148539;
    margin: 2px;
}

.s_product_text h3 {
    font-size: 24px;
    font-weight: 500;
    color: #222;
    margin-bottom: 20px;
}

.s_product_text h2 {
    font-size: 24px;
    font-weight: 700;
    color: #148639;
    margin-bottom: 10px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.s_product_text .list li {
    margin-bottom: 5px;
}

.s_product_text .list li a {
    font-size: 15px;
    font-weight: normal;
    color: #777777;
}

.s_product_text .list li a.active span {
    color: #555;
    -webkit-text-fill-color: #555;
}

.s_product_text .list li a span {
    width: 90px;
    display: inline-block;
    color: #555555;
}

.s_product_text p {
    padding-top: 20px;
    border-top: 1px dotted #eeeeee;
    border-bottom: 1px dotted #eeeeee;
    margin-top: 20px;
    padding-bottom: 26px;
    margin-bottom: 0;
}

.product_count {
    display: inline-block;
    position: relative;
    margin-bottom: 24px;
}

.product_count input {
    width: 126px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding-left: 10px;
}

.button {
    display: inline-block;
    border: 1px solid #148639;
    border-radius: 3px;
    color: #222;
    font-weight: 500;
    padding: 12px 50px;
    background: #148639;
    color: #fff;
    transition: all .4s ease;
}

.product-grid4,
.product-grid4 .product-image4 {
    position: relative;
}

.product-grid4 {
    border: 1px solid #eaeaea;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 1;
    transition: all .3s ease 0s;
}

.product-grid4:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.product-grid4 .product-image4 a {
    display: block;
}

.product-grid4 .product-image4 img {
    width: 100%;
    height: auto;
}

.product-grid4 .pic-1 {
    opacity: 1;
    transition: all .5s ease-out 0s;
}

.product-grid4:hover .pic-1 {
    opacity: 0;
}

.product-grid4 .pic-2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s ease-out 0s;
}

.product-grid4:hover .pic-2 {
    opacity: 1;
}

.product-grid4 .social {
    width: 180px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease 0s;
}

.product-grid4 .social li {
    display: inline-block;
    opacity: 0;
    transition: all .7s;
}

.product-grid4 .social li:nth-child(1) {
    transition-delay: .15s;
}

.product-grid4 .social li:nth-child(2) {
    transition-delay: .3s;
}

.product-grid4 .social li:nth-child(3) {
    transition-delay: .45s;
}

.product-grid4:hover .social li {
    opacity: 1;
}

.product-grid4 .social li a {
    color: #222;
    background: #fff;
    font-size: 17px;
    line-height: 36px;
    width: 40px;
    height: 36px;
    border-radius: 2px;
    margin: 0 5px;
    display: block;
    transition: all .3s ease 0s;
}

.product-grid4 .social li a:hover {
    color: #fff;
    background: #16a085;
}

.product-grid4 .social li a:after,
.product-grid4 .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px;
}

.product-grid4 .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1;
}

.product-grid4 .social li a:hover:after,
.product-grid4 .social li a:hover:before {
    opacity: 1;
}

.product-grid4 .product-discount-label,
.product-grid4 .product-new-label {
    color: #fff;
    background-color: #148639;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 45px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 15px;
    transition: all .3s;
}

.product-grid4 .product-discount-label {
    left: auto;
    right: 10px;
    background-color: #d7292a;
}

.product-grid4:hover .product-new-label {
    opacity: 0;
}

.product-grid4 .product-content {
    padding: 25px;
}

.product-grid4 .title {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 7px;
    transition: all .3s ease 0s;
}

.product-grid4 .title a {
    color: #222;
}

.product-grid4 .title a:hover {
    color: #148639;
}

.product-grid4 .price {
    color: #148639;
    font-size: 17px;
    font-weight: 700;
    margin: 0 2px 15px 0;
    display: block;
}

.product-grid4 .price span {
    color: #909090;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: line-through;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
}

.product-grid4 .add-to-cart {
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 10px 20px;
    color: #888;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    transition: all .3s;
}

.product-grid4:hover .add-to-cart {
    border: 1px solid transparent;
    background: #148639;
    color: #fff;
}

.product-grid4 .add-to-cart:hover {
    background-color: #505050;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

@media only screen and (max-width:990px) {
    .product-grid4 {
        margin-bottom: 30px;
    }
}

/******************  contact *******************/
.pb-100 {
    padding-bottom: 100px !important;
}

section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 110px;
}

.contact-panel__info {
    padding: 45px 50px 55px;
}

.bg-gray {
    background-color: #f9f9f9 !important;
}

.contact-panel__info .contact-panel__block__title {
    font-size: 17px;
    margin-bottom: 14px;
}

.contact-panel__info .contact-panel__block__list {
    margin-bottom: 36px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.contact-panel__info .contact-panel__block__list li {
    font-size: 14px;
}

.contact-panel__title {
    font-size: 24px;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.form-control {
    height: 55px;
    border: 1px solid #f4f4f4;
    background-color: transparent;
    border-radius: 1px;
    padding: 0 0 0 20px;
    border-radius: 3px;
}

.btn__lg {
    min-width: 210px;
}

.btn__secondary {
    background-color: #148639;
    color: #fff;
}

.btnpri {
    color: #038637;
    background-color: #ffffff;
    border-color: #038637;
    padding: 15px 50px;
}

.btnpri:hover {
    color: #fff;
    background-color: #038637;
    border-color: #038637;
    padding: 15px 50px;
}

.sidebar {
    position: relative;
    margin-right: 20px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.widget {
    position: relative;
    background-color: #fff;
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 4px;
}

.widget .widget-title {
    font-size: 20px;
    letter-spacing: .5px;
    margin-bottom: 23px;
}

.widget-search .widget-form__search {
    position: relative;
}

.widget-search .widget-form__search .form-control {
    background-color: #fff;
    border: 2px solid #eaeaea;
    padding-right: 30px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.widget-search .widget-form__search button {
    position: absolute;
    top: 0;
    right: 15px;
    width: auto;
    padding: 0;
    min-width: 0;
    font-size: 18px;
    line-height: 55px;
    height: 55px;
    color: #ff4c01;
}

.widget:after {
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 3px;
    height: calc(100% - 80px);
    background-color: #ff4c01;
}

.widget:last-child {
    margin-bottom: 0;
}

.post-item .post-item__img {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.post-item .post-item__meta-date {
    display: block;
    font-size: 13px;
    color: #616161;
}

.post-item .post-item__meta>:last-child {
    margin-right: 0;
}

.blog-single .post-item .post-item__title {
    font-size: 35px;
    margin-bottom: 23px;
}

.blog-single .post-item__desc {
    margin-bottom: 21px;
}

.blog-single .post-item__desc p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
}

.color-heading {
    color: #1b1a1a !important;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.blog-tags ul li a {
    position: relative;
    font-size: 14px;
    padding-right: 5px;
    color: #148639;
}

.blog-tags ul li a:before {
    content: ',';
    position: absolute;
    top: -2px;
    right: 1px;
    color: #148639;
}

overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

#popup1 {
    display: none;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    position: relative;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close1 {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 500ms;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 500ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .popup {
        width: 70%;
    }
}


.popup input {
    display: block;
    height: 50px;
    width: 100%;
    margin: 0 auto;
    border: none;
}

.popup input::placeholder {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: .5s;
    transition: .5s;
}

.popup input:focus,
.popup input:active:focus {
    color: #ff5722;
    outline: none;
    border-bottom: 1px solid #ff5722;
}


.popup input:focus::placeholder,
.popup input:active:focus::placeholder {
    color: #ff5722;
    position: relative;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.popup .email,
.popup .pwd {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 0px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #858585;
    font-weight: lighter;
    -webkit-transition: .5s;
    transition: .5s;
}

.bg-menu1 {
    background: #148639;
    border-top: 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10;
    padding: 15px 10px;
    font-size: 11px;
}

.pd-menu1 {
    padding-left: 0px;
    padding-right: 0px;
    border-right: 1px solid #e9ecef;
}

.bg-menu1 a {
    color: #fff !important;
    font-size: 15px;
}

.bg-menu1 a i {
    font-size: 20px;
}

/*********footer*******************/
.kilimanjaro_area {
    position: relative;
    z-index: 1;
}

.foo_top_header_one {
    background-color: #f9f9f9;
    color: #000;
}

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.foo_top_header_one {
    color: #fff;
}

.kilimanjaro_part {
    margin-bottom: 30px;
}

.foo_top_header_one .kilimanjaro_part>h5 {
    color: #fff;
}

.kilimanjaro_part h4,
.kilimanjaro_part h5 {
    margin-bottom: 30px;
}

.kilimanjaro_single_contact_info>p,
.kilimanjaro_single_contact_info>h5,
.kilimanjaro_blog_area>a,
.foo_top_header_one .kilimanjaro_part>p {
    color: #000;
}

p,
ul li,
ol li {
    font-weight: 300;
}

ul {
    margin: 0;
    padding: 0;
}

.kilimanjaro_bottom_header_one {
    background-color: #111;
}

.section_padding_50 {
    padding: 50px 0;
}

.kilimanjaro_bottom_header_one p {
    color: #fff;
    margin: 0;
}

p,
ul li,
ol li {
    font-weight: 300;
}

.kilimanjaro_bottom_header_one a {
    color: inherit;
    font-size: 14px;
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

.m-top-15 {
    margin-top: 15px;
}

ul {
    margin: 0;
    padding: 0;
}

.kilimanjaro_widget>li {
    display: inline-block;
}

p,
ul li,
ol li {
    font-weight: 300;
}

ol li,
ul li {
    list-style: outside none none;
}

.kilimanjaro_widget a {
    border: 1px solid #333;
    border-radius: 6px;
    color: #888;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 4px;
    padding: 7px 12px;
}

ul {
    margin: 0;
    padding: 0;
}

.kilimanjaro_links a {
    color: rgba(255, 255, 255, .5);
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.kilimanjaro_links a {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
}

top-15 {
    margin-top: 15px;
}

.foo_top_header_one .kilimanjaro_part>h5 {
    color: #000;
}

.kilimanjaro_part h4,
.kilimanjaro_part h5 {
    margin-bottom: 30px;
}

.kilimanjaro_social_links>li {
    display: inline-block;
}

p,
ul li,
ol li {
    font-weight: 300;
}

.kilimanjaro_social_links a {
    border: 1px solid #333;
    border-radius: 6px;
    color: #888;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 3px;
    padding: 7px 12px;
}

.kilimanjaro_blog_area .kilimanjaro_date {
    color: #27ae60;
    font-size: 13px;
    margin-bottom: 5px;
}

.kilimanjaro_blog_area>p {
    color: rgba(255, 255, 255, .5);
    line-height: 1.3;
    margin-bottom: 0;
}

.kilimanjaro_works>a {
    display: inline-block;
    float: left;
    position: relative;
    width: 33.33333333%;
    z-index: 1;
}

.kilimanjaro_thumb {
    left: 0;
    position: absolute;
    top: 0;
    width: 75px;
}

.kilimanjaro_links a i {
    padding-right: 10px;
}

/* :: 18.0 Footer Area CSS */

.footer_area {
    position: relative;
    z-index: 1;
}

.footer_bottom p>i,
.footer_bottom p>a:hover {
    color: #27ae60;
}

.social_links_area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 50px 0 30px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.social_links_area>a:hover {
    color: #27ae60;
}

.inline-style .social_links_area>a:hover {
    background-color: transparent;
    color: #27ae60;
    border: 0px solid transparent;
}

.single_feature:hover .feature_text h4 {
    color: #27ae60;
}

.kilimanjaro_blog_area {
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    padding: 0 0 15px 90px;
    position: relative;
    z-index: 1;
}

.kilimanjaro_links a {
    color: #585858;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 10px;
}



/* SUB_CATEGORY PAGE */
