.container {
    max-width: 1170px !important;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.menu-top {
    background-color: var(--bg-color-02);
    padding: 15px 0px;
}
.menu-top .menu-top__left {
    display: flex;
    align-items: center;
}

.brand-block-scroll {
    max-height: 400px;
    overflow-y: auto;
}
.menu-top .menu-top__left ul {

}
.menu-top .menu-top__left ul li {
    float: left;
    display: flex;
    align-items: center;
    border-right: 1px solid var(--color-03);
    padding-right: 25px;
}
.menu-top .menu-top__left ul li:last-child {
    padding-right: unset;
    padding-left: 25px;
    border-right:none;
}
.menu-top .menu-top__left ul li a {
    margin-left: 5px;
}
.menu-top .menu-top__left ul li:last-child a {
    margin-left: 10px;
}
.menu-top .menu-top__left ul li a {
    font-family: var(--font-style);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-decoration: none;
}


.menu-top__right ul {
    display: flex;
    align-items: center;
}
.menu-top__right ul li {
    margin-right: 5px;
}
.menu-top__right ul li:last-child {
    margin-right: 0px;
}
.menu-top__right ul li:first-child {
    margin-right: 35px;
}
.menu-main__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.menu-main__right ul {
    display: block;
    height: 100%;
    
}
.menu-main__right ul li {
    float: left;
    margin-right: 65px;
    height: 100%;
    display: flex;
    align-items: center;
}
.menu-main__right ul li:last-child {
    margin-right: 0px;
    padding-left: 20px;
    margin-left: -20px;
}
#total-cart-header {
    position: absolute;
    top: 30px;
    right: -10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #D71D23;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-main__right ul li a {
    font-family: var(--font-style);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.menu-main__right ul li.active a {
    font-weight: 700;
    color: var(--color-01);
}

img.thumbnail {
    width: 100%;
    height: 100%;
}
.breadcrumb {
    background-color: #EEEEEE;
    margin-bottom: 0px;
    margin-bottom: 60px;
}
.breadcrumb ul {
    padding: 15px 0px;
}
.breadcrumb ul {
    display: flex;
    align-items: center;
}
.breadcrumb ul li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    float: left;
}

.carousel-sub {
    margin-top: 30px;

}
.carousel-sub  ul {

}
.carousel-sub ul li {
    float: left;
    width: calc(100%/4 - 1px );
    margin-right: 1px;
}
.carousel-sub ul li a {
    width: 100%;
    padding: 5px 5px 3px 5px;
    display: block;
    cursor: pointer;
    border: 1px solid #ccc;
}
.carousel-sub ul li a.active {
    border-color:#616161;
}
.carousel-sub ul li a img {
    width: 105px;
    height: 105px;
}
.introduce-product{
    padding-bottom: 50px;
    border-bottom: 1px solid #C1C1C1;
    box-sizing: border-box;
}
.search-form {
    width: 600px;
    display: flex;
    align-items: center;
    /* Rectangle 229 */

    box-sizing: border-box;
    border: 0.5px solid #FFFFFF;
    border-radius: 18px;
    padding: 4px 15px;
    position: relative;

}
.search-form .list-product-search {
    position: absolute;
    top: 44px;
    left: 0px;
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    z-index: 10;

}
.icon-search-form , .icon-close-form {
    cursor: pointer;
}
.search-form input  {
    width: 100%;
    background-color: var(--bg-color-02);
    border-color: var(--bg-color-02);
    outline: none;
    border: none;
    outline: none;


    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: #FFFFFF;

}
a.product-search-item {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    text-decoration: none;
}
a.product-search-item h3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    text-decoration: none;
}
a.product-search-item p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    text-decoration: none;
}

.product-search-item img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.result-complete-search {


    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    text-align: center;

    color: #000000;
    padding: 10px;
}
.keyword-search {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-top: 15px;
}
.keyword-search strong {
    font-weight: bold;
}
.result-complete-search a {
    text-decoration: none;
    color: #000000;
}
.list-product-search ul {
    display: block;
}
.list-product-search ul li {
    border-bottom:1px solid #D9D9D9;
}
.list-product-search ul li:first-child {
    margin-right: 0px;
}


.product-block-description , .product-block-description p   {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.product-block-description h1, .product-block-description h2, .product-block-description h3
, .product-block-description h4 ,  .product-block-description h5  {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 24px;
    color: #135138 !important;
    margin-bottom: 20px;
    margin-top: 20px;
}
.product-block-description strong {
    font-weight: 600 !important;

}

.product-block-description ul {
    margin-left: 25px;
}
.product-block-description ul li {
    list-style: disc;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.product-block-description {
    margin-top: 35px;
    margin-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #C1C1C1;
    
}
.menu-fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; 
    background-color: #FFFFFF;
    border-bottom: 1px solid #135138;
    z-index: 10;
}

#cart-modal .modal-content {
    border-radius: 0px;
    padding: 20px 30px 30px 30px;
}
#cart-modal  .modal-header {
    padding: 0 0;
}
#cart-modal .modal-body {
    padding: 0px 0px;
}
#cart-modal thead th {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #616161;
}

.cart-product-block {
    display: flex;
    align-items: center;
}
.cart-product-block p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.cart-product-block img {
    margin-right: 10px;
    width: 50px;
    height: 50px;
}
.cart-product-item img {
    width: 40px;
    height: 40px;
}

#cart-modal .modal-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
    padding: 20px 0px;
}
#cart-modal .product-money, .cart-checkout-list .product-money{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #000000;
}
.cart-checkout-list .product-item {
    margin-right: 15px;
    accent-color: #135138;
}
tr.total-cart {
    background: #135138;
}
tr.total-cart p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #FFFFFF;
    padding: 10px 30px;
}
tr.total-cart p strong {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.cart-checkout-list .remove-cart {
    text-align: center;
}
#cart-modal tr td, .cart-checkout-list tr td {
    vertical-align: middle;
}
#cart-modal .cart-price , .cart-checkout-list .cart-price  {
    text-align: center;
}
#cart-modal .cart-price .current, .cart-checkout-list .current {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

#cart-modal .cart-price .real,  .cart-checkout-list .real {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: line-through;
    color: #616161;
}

/* ĐÔNG TRÙNG HẠ THẢO THƯỢNG PHẨM biohouse */
.product-detail-content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
}
.product-detail-content .star {
    margin-top: 20px;
}
.product-detail-content .price .price-trust {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #135138;
    margin-right: 20px;
}

.product-detail-content .price .price-coupon {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: line-through;
    color: #929292;
    margin-right: 20px;
}
.product-detail-content .price {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.product-detail-content .price .rate {
    width: 48px;
    height: 30px;
    background: #135138;

    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #EEC890;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-detail-content .weight {
    margin-top: 20px;

} 
.product-detail-content .weight h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.product-detail-content .weight  p {
    margin-top: 5px;
}

.product-detail-content .weight p a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    display: inline-block;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 9px 10px;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #CCCCCC;
}

.product-detail-content .weight p a.active {
    border: 1px solid #135138;
}
.quantity  p .sub-quantity, .quantity  p .add-quantity {
    height: 38px;
    width: 38px;
    border-radius: 0px !important;
    text-align: center;
    display: block !important;
    float: left;
    padding: 11px 10px !important; 
}
.quantity  p .sub-quantity:hover, .quantity  p .add-quantity:hover {
    background-color: #135138;
    color: #FFFFFF;
}
.quantity  p .sub-quantity {
    border-right: none !important;
    color: #FFFFFF;
}

.quantity  p .add-quantity {
    border-left: none !important;
}
/* checkout */
.form-checkout {
    margin-top: 55px;
    padding-bottom: 50px;
    border-bottom: 1px solid #D9D9D9;
}
.form-checkout h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
}
.form-block p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.form-block {
    margin-bottom: 15px;
}
.form-block label {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 5px;
}
.form-block input, .form-block textarea, .form-block select {
    outline: none ;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #929292;
    padding: 10px;
}

.form-block textarea {
    resize: none;
}
.payment-type h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 30px;
}
.form-group-payment {
    margin-bottom: 18px;
}
.form-group-payment label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    vertical-align: bottom;
}
.form-group-payment input {
    width: 14px;
    height: 14px;
    accent-color: #135138;
}
.submit-checkout-group {
    margin-top: 40px;
}

.submit-checkout-group button {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    border: none;
    background-color: #135138;
    padding: 7px;
    border-radius: 20px;

}

.quantity  p .quantity-number {
    height: 38px;
    width: 47px;
    border-radius: 0px !important;
    text-align: center;
    display: block !important;
    float: left;
    padding: 11px 10px !important; 
}
.news-detail__left .content img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.news-detail__left .content div {
    max-width: 100%;

}
.news-detail__left .content h1,
.news-detail__left .content h2,
.news-detail__left .content h3,
.news-detail__left .content h4

{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 24px;
    /*color: #135138 !important;*/
    /*margin-bottom: 20px;*/
    /*margin-top: 20px;*/
}
.news-detail__left .content em {
    font-style: italic; !important;
}
.news-detail__left .content strong {
    font-weight: bold !important;
}

.menu-item__cart {
    position: relative;
}

.menu-item__cart:hover .popup-cart-block {
    display: block
}

.popup-cart-block {
    display: none;
    position: absolute;
    right: 0px;
    top: 80px;
    animation: cartAnim .5s ease 0s 1 normal forwards;
    width: 398px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    z-index: 10;
    padding: 20px;
}
.total-money-cart  {
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 17px;
    color: #000000;
    text-transform: initial;
    margin-top: 10px;
}
.btn-action-cart-popup {
    margin-top: 22px;
}
.btn-action-cart-popup .cart-btn, .btn-action-cart-popup .checkout-btn {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    width: 160px;
    max-width: 100%;
    padding: 10px 0px;
    border-radius: 20px;
    display: block;
    text-decoration: none;
}

.btn-action-cart-popup .cart-btn {
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #135138;
    box-sizing: border-box;
}
.btn-action-cart-popup .checkout-btn {
    color: #FFFFFF;
    background-color: #135138;
    border: 1px solid #135138;
    box-sizing: border-box;
}
.total-money-cart   strong {
color: #135138;
}
.popup-cart-block h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    text-align: left;
}
.popup-cart-block h3 strong {
    color: #135138;
}
.list-product-cart {
    margin-top: 10px;
}
.header-cart span {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #616161;
    display: flex;
    padding: 5px 0px;
}
.list-product-cart .row {
    margin-left: 0px;
    margin-right: 0px;
}
.cart-product-item {
    display: flex;
    align-items: center;
}
.cart-product-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    text-transform: initial !important;
    text-align: left;
    margin-left: 10px;
}
.cart-product-item__price {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #000000;
}

@keyframes cartAnim {
	0% {
		opacity: 0;
		transform: translateY(-50px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


.quantity  p .stocking {
    border: none !important;
    height: 38px;
    margin-top: 4px;
}
.cart-add-block {
    display: flex;
    margin-top: 20px;
}
.cart-add-block .add-cart {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #135138;
    border: 1px solid #135138;
    box-sizing: border-box;
    border-radius: 20px;
}
.cart-add-block .add-cart:hover {
    background-color: #FFFFFF;
    color: #135138;
}
.cart-add-block .call-zalo, .cart-add-block .add-cart {
    padding: 10px 58px;
    text-decoration: none;
    margin-right: 10px;
    
}
.cart-add-block .call-zalo {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    background-color: #F58221;
    border: 1px solid #F58221;
    border-radius: 20px;
}

.cart-add-block .call-zalo:hover {
    background-color: #FFFFFF;
    color: #F58221;
}

.product-description {
    margin-top: 35px;
}
.product-description strong, .product-description p strong {
    font-weight: bold;
}

.product-description p {
    margin-bottom: 15px;
}

.product-description * {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.cart-quantity {
    display: flex;
    justify-content: center;
}
.cart-quantity .cart-sub-quantity, .cart-quantity .cart-add-quantity {
    width: 38px;
    height: 38px;
    display: block;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.cart-quantity .cart-sub-quantity {
    border-right: 0px;
}
.cart-quantity .cart-add-quantity {
    border-left: 0px;
}

.cart-quantity .cart-quantity-number {
    width: 47px;
    height: 38px;
    display: block;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.group-button-cart {
    display: flex;
    justify-content: center;
    align-items: center;
}
.group-button-cart .cart-box, .group-button-cart .keep-shopping  {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 20px;

}

.group-button-cart .cart-box {
    color: #FFFFFF;
    background-color: #135138;
    border: 1px solid #135138;
    padding: 10px 80px;
    margin-right: 135px;

}
.group-button-cart .keep-shopping {
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #135138;
    padding: 10px 45px;
}

.breadcrumb ul li a {
    text-decoration: none;
    color: #000000;
}
.breadcrumb ul li a span {
    margin: 0px 10px;
}

.block-heading-with-view-more .title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #000000;
}
.block-heading-with-view-more .view-all {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.block-heading-with-view-more .view-all a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-01);
    text-decoration: none;
    display: block;
}
.product-best-seller-block .product-item {
    margin-bottom: calc(var(--bs-gutter-x) - 3px);
    border: 1px solid #EAEAEA;
    box-sizing: border-box;

}
.product-best-seller-block .product-item .product-item__img {
    position: relative;
    display: block;
}
.product-best-seller-block .product-item .product-item__img.product-buy-lot {
    position: relative;
    display: block;
    width: 270px;
    height: 270px;
    max-width: 100%;
}
.product-best-seller-block .product-item .product-item__img.news-known {
    position: relative;
    display: block;
    width: 370px;
    height: 370px;
    max-width: 100%;
}
.product-best-seller-block .product-item .product-item__img.product-buy-lot img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}


.paginate-block {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.paginate-block .page-link {
    border: none;
    background: white;
    color: #000000;
    font-size: 14px;
    font-family: 'Inter';
    font-weight: bold;
    box-shadow: none;
}
.paginate-block .page-item.disabled .page-link {
    color: #CCCCCC;
}
.paginate-block .active>.page-link {
    background: #135138;
    color: white;
    border: none;
    border-radius: 5px;
}

.product-best-seller-block .product-item .product-item__img .tranfer-free {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.product-best-seller-block .product-item .product-item__img .sale{
    position: absolute;
    top: 0px;
    left: 0px;
    background: #D71D23;
    border-radius: 0px 0px 12px 0px;
    padding: 5px;
}
.product-best-seller-block .product-item .product-item__img .sale span {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;

    color: #FFFFFF;
}

.product-best-seller-block .product-item  .product-item-detail {
    box-sizing: border-box;
    border-top: 1px solid #EAEAEA;
    margin-top: -3px;
    padding-bottom:15px;
}

.product-best-seller-block .product-item  .product-item-detail .product-item-detail__name {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding: 15px 0px
}
.product-best-seller-block .product-item  .product-item-detail .product-item-detail__rate,
.product-best-seller-block .product-item  .product-item-detail .product-item-detail__price
{
    text-align: center;
}


.product-best-seller-block .product-item  .product-item-detail .product-item-detail__price .sale-off{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration-line: line-through;
    color: #000000;
    margin-right: 5px;
}

.product-best-seller-block .product-item  .product-item-detail .product-item-detail__price .price-trust{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: var(--color-01);
}
.product-best-seller-block .product-item  .product-item-detail .product-item-detail__buy {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.product-best-seller-block .product-item  .product-item-detail .product-item-detail__buy a{
    padding: 10px 56px;
    background:var(--color-01);
    border-radius: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid var(--color-01);
}
.product-best-seller-block .product-item  .product-item-detail .product-item-detail__buy a:hover {
    color: #000000;
    background: #FFFFFF;
    border: 1px solid var(--color-01);
    box-sizing: border-box;
}
.product-best-seller-block .product-item .product-item-detail .product-item-detail__name.known-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(  --color-02);
    text-align: left;

}
.product-best-seller-block .product-item .product-item-detail .product-item-detail__name a {
    color: #000000;
    text-decoration: none;
}


.product-item-detail.known-block {
    padding: 5px 20px;
    background: var(--bg-color-02);
    border: none !important;
    border-bottom: 1px solid var(--color-02) !important;
    padding-bottom: 35px !important;
}

.product-best-seller-block .product-item .product-item-detail .author {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #63BD96;
    margin: 0px 0px 5px 0px;

}
.product-best-seller-block .product-item .product-item-detail .author span {
    margin-right: 10px;
}

.product-best-seller-block .product-item .product-item-detail .excerpt {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-03);
}
.product-best-seller-block .product-item .product-item-detail .excerpt .view-more {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--color-02);
    text-decoration: none;
}
.about-us-block {
    text-align: center;
}
.about-us-block p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 20px;
    text-align: left;

}
.about-us-block h2, .about-us-block h3, .about-us-block h4, .about-us-block h5 {
    text-align: left;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 24px;
    margin-bottom: 20px;
}

.about-us-block .note-img {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-top: 10px;
}

.about-us-block p strong {
    font-weight: 600;
}
.about-us-block p.heading {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin: 20px 0px;
}

.news-item  .news-item-img {
    display: block;
}
.news-item  .news-item-img {
    width: 370px;
    height: 247px;
    max-width: 100%;
    display: inline-block;
}
.news-item  .news-item-img img {
    width: 100%;
    height: 100%;
}
.news-block .news-item {
    box-sizing: border-box;
    border: 1px solid #EAEAEA;
    margin-bottom: calc(var(--bs-gutter-x) - 3px);
}
.news-block .news-item-block {
    padding: 20px 13px;
}
.news-block .news-item-block .title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}
.news-block .news-item-block .created-date {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #616161;
}
.news-block .news-item-block .excerpt {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-top: 20px;
}
.news-block .news-item-block .excerpt .read-more {
    font-weight: 700;
    color: #135138;
}

.news-detail {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C1C1C1;
}
.news-detail__left {
width: 668px;
}
.news-detail__right {
    width: calc(100% - 698px);
}

.news-detail__left .content p{
    margin: 20px 0px;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    max-width: 100%;
}

.news-detail__left .content p.excerpt{
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}


.news-detail .news-detail__left .heading h3, .news-detail__right .heading h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
}
.news-detail .news-detail__left .heading .created-date {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #616161;
 }
 .news-related-block .news-related-item {
    display: flex;
    border-bottom: 1px solid #D9D9D9;
    align-items: center;
    padding: 20px 0px;
 }
.news-related-block .news-related-item a.new-item {
    width: 170px;
    height: 113px;
    max-width: 100%;
    margin-right: 30px;
    display: inline-block;
}
.form-block input.error {
    border: 1px solid #dc3545;
    color: #dc3545;
}
.form-block label.error {
    color: #dc3545;
}
 .news-related-block .news-related-item img {
     width: 170px;
     height: 113px;
 }
 .news-related-block .news-related-item h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 15px;
}
.news-related-block .news-related-item h4 a {
    text-decoration: none;
    color: #000000;
}
.news-related-block .news-related-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #616161;
}
.contact-info .contact-info-title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #000000;
}

button.btn.btn-primary.apply-remove-cart {
    background: var(--bg-color-02);
    border-color: var(--bg-color-02);
}

p.sub-mail-msg {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-top: 5px;
}
.contact-info .logo-contact {
    text-align: center;
    padding: 15px 15px;
}
.brand-item {
    border-bottom: 1px solid #D9D9D9;
}
.brand-item .brand-name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-top: 25px;
}
.brand-item .brand-info {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    display: flex;
    align-items: center;
    margin: 20px 0px;
}
.brand-item .brand-info img {
    margin-right: 20px;
}
.form-resgister-customer h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-top: 10px;
}
.form-customer-block {
    margin-top: 30px;
}
.policy {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.policy input {
    margin-right: 15px;
}
.btn-register-customer {
    margin-top: 35px;
}
.contact-us {
    padding-bottom: 60px;
    border-bottom: 1px solid #C1C1C1;
}
.btn-register-customer button {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #135138;
    border-radius: 20px;
    width: 100%;
    border:  1px solid #135138;
    padding: 10px;
}
/* footer */
.footer-main {
    background-color: var( --bg-color-02);
    padding: 50px 0px;
}

.footer-main  .company-info {
    padding-right: 5px;
    margin-top: 35px;
}
.footer-main  .company-info p {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}
.footer-main  .company-info p a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: none;
}
.footer-main  .company-info p img {
    margin-right: 20px;
}

.footer-main .instruct-product {
    margin-top: 10px;
}
.footer-main .instruct-product h3, .footer-main .register-mail h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: var( --color-02);
    margin-bottom: 30px;
}

.footer-main .instruct-product ul {

}
.footer-main .instruct-product ul li {
    margin-bottom: 13px;
    position: relative;
    padding-left: 25px;

}
.footer-main .instruct-product ul li::before {
    position: absolute;
    content:'';
    width:7px;
    height: 7px;
    left: 0px;
    top: calc(50% - 3px);
    border-radius: 100%;
    background-color: var( --color-02);
}
.register-mail {
    margin-top: 10px;
}
.form-register-mail p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: var(--color-03);
}

.form-register-mail .input-mail {
    margin-top: 25px;
    position: relative;
}
.form-register-mail .send-mail {
    position: absolute;
    right: 0px;
    top: 5px;
}
.form-register-mail .input-mail input {
    width: 100%;
    border: none;
    outline: none;
    background-color: var(--bg-color-02);
    border-bottom: 1px solid #63BD96;
    color: #63BD96;
}


.form-register-mail .input-mail input::placeholder
{
    opacity: 1;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #63BD96 !important;
}
.register-mail .socialite-block {
    margin-top: 55px;
}
.register-mail .socialite-block p {

}
.register-mail .socialite-block p a {
    margin-right: 20px;
    text-decoration: none;
}
.register-mail .register-agency {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;

}
.register-mail .register-agency a {
    background: #FF900E;
    border-radius: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #143D2B;
    width: calc(50% - 5px);
    padding: 10px 0px;
    text-decoration: none;
}
.customer-ask {
    background: rgba(238, 200, 144, 0.5);
    padding: 70px 0px;
}

.owl-carousel .owl-item img {
    width: auto;
}
.customer-item__img {
    display: flex;
    justify-content: center;
}
.customer-item__img img {
    width: 120px !important;
    height: 120px;
    border-radius: 50%;
}
.customer-info-block h4 {
    margin-top: -25px;
    text-align: center;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}
.customer-info-block .star {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
.customer-info-block .description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-top: 30px;
}

.footer-main .instruct-product ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: none;
}


.copy-right {
    background-color: var( --bg-color-03);
    padding: 15px 0px;
}

.copy-right p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #63BD96;
    text-align: center;
}


.icon-bar {
    display: none;
    cursor: pointer;

  }
  
  .bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }
  .show-menu-main {
    left: 0px !important;
  }
  .about-us.page-config .about-us-block {
      text-align: initial !important;
  }
.about-us.page-config .about-us-block img {
    margin: auto;
    display: block;
}













