/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body::-webkit-scrollbar-track
{
 background-color: #fff;
}

body::-webkit-scrollbar
{
 width: 12px;
 background-color: #fff;
}

body::-webkit-scrollbar-thumb
{
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 background-color: var(--color);
	height:150px;
}

a.button-continue-shopping.button.primary.is-outline {
    color: #fff;
    background-color: #0066ff;
    border: 1px solid #0066ff;
}
button.button.primary.mt-0.pull-left.small {
    background-color: #33CC00;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}
a.checkout-button.button.alt.wc-forward {
    background-color: #FF0000;
    border-radius: 15px;
    box-shadow: 2px 2px 5px #ddd;
}
.page-checkout h3.widget-title {
    color: #ff6600;
}


div#customer_details {
  border: 3px dashed #e5101d;
  padding: 15px;
  border-radius: 15px;
}

.cart-wrapper.sm-touch-scroll {
  border: 3px dashed #e5101d;
  padding: 15px;
  border-radius: 15px;
}

.cart_totals.calculated_shipping {
    border: 3px dashed #e5101d;
    padding: 15px;
    border-radius: 15px;
}

form.checkout_coupon.mb-0 {
    background-color: #eaeaea;
    padding: 20px;
    border: 3px dashed #ff6600;
}

.woocommerce-billing-fields h3 {
    color: #303030;
}

button#place_order {
    background: #FF0000;
}

h3#order_review_heading {
    color: #303030;
}

.page-checkout span.woocommerce-Price-amount.amount {
    color: #FF0000;
}

@font-face {
    font-family: "Roboto";
    src: url(fonts/RobotoSlab-Regular.ttf);
} 

@font-face {
    font-family: "Roboto-Bold";
    src: url(fonts/RobotoSlab-Bold.ttf);
}



:root{
    --family :"Roboto" !important;
    --family-bold :"Roboto-Bold" !important;
    --color: #638d2e;
    --color-hover: #d4c62a;
}



body{
    font-size: 15px !important;
    font-family: var(--family) !important;
    overflow: hidden;
}
h1,h2,h3,h4,h5,h6,p,ul,li{
    color: #000;
    font-family: var(--family) !important;
}


p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7,
.is-divider,
.entry-category,
a.quick-view.quick-view-added {
    display: none;
}

.header-nav-main > li {
  padding: 13px 10px;
}

.header-nav-main > li a {
  color: #000 ;
  font-size: 15px;
  font-family: var(--family-bold) !important;
}

.header-nav-main > li.active,
.header-nav-main > li:hover {
    background-color: #f4f4f4;
}

.header-nav-main > li.active a,
.header-nav-main > li:hover a {
    color: var(--color);
  
}

.nav-dropdown-default {
    padding: 0px;
    background: #f4f4f4;
    border-radius: 10px;
}
.nav-dropdown  li {
    border-bottom: 1px solid #eaeaea;
    background: var(--background) !important;
}
.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a { 
    padding: 15px 20px;
    display: block;
    border-bottom: 0px;
    color: #000!important;
    font-weight: 500;
    font-family: var(--family-bold) !important;
}


.nav-dropdown-default .nav-column li:hover,
.nav-dropdown.nav-dropdown-default>li:hover{
    background: var(--color)!important;
}

.nav-dropdown-default .nav-column li:hover>a,
.nav-dropdown.nav-dropdown-default>li:hover>a {
    color: #fff !important; 
}
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}
.nav-dropdown>li.nav-dropdown-col{display:block}
.nav-dropdown{background: #f4f4f4; padding:0;margin-top: 5%;}
.nav-dropdown .nav-dropdown-col>a, .nav-dropdown li a{font-weight:normal !important; text-transform:none !important;font-size:15px; font-weight:500}
.nav-dropdown .nav-dropdown-col>ul li:hover{background:#db0000}
.nav-dropdown-default>li:hover>a, .nav-dropdown .nav-dropdown-col>ul li:hover>a{color:white}
.nav-dropdown-default>li:hover{background:#fbae3c}
.nav-dropdown-default>li>a{border-bottom:0 !important}.nav-dropdown-has-arrow li.has-dropdown:before{border-width: 10px;
    margin-left: -10px;}
.nav-dropdown .nav-dropdown-col>ul{border: 1px solid #d2d2d2;margin-top:-40px;box-shadow: 2px 2px 5px #828282;display:none;position: absolute;
    left: 100%;z-index: 9;background: white;min-width: 240px;}
.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}
.nav-dropdown .nav-dropdown-col>ul li a{padding:10px;  text-transform: none;color:black}
.header-nav li.nav-dropdown-col:hover >ul{display:block !important}

.sidebar-menu.no-scrollbar,
.header-button a {
  background: var(--color);
}
.sidebar-menu.no-scrollbar li a {
  color: #fff;
  font-family: var(--family-bold) !important;
}

/***********************************************/

.fb_dialog_content iframe {
    left: 12px !important;
}

.home .row.padding-no {
    display: none;
}

.title-home h2 {

  font-size: 30px;
  margin-bottom: 35px;
  font-family: var(--family-bold) !important;
}

.btn-btn {
  padding: 0.2rem 2rem;
  font-weight: 500;
  background: var(--color);
  font-family: var(--family) !important;
}
.btn-btn:hover{
  background: var(--color-hover) !important;
}

.banner-sider button.flickity-button.flickity-prev-next-button.previous {
    left: 0%;
}
.banner-sider button.flickity-button.flickity-prev-next-button.next {
    left: 97%;
}

.banner-sider {
    overflow: hidden;
    position: relative;
    background-color: #628c17;
}
.banner-sider p {
    color: #fff;
}
.banner-sider h1 {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 25px;
    font-weight: bold;
}

.banner-sider p.sub-title{
    font-size: 2rem;
    margin-bottom: 25px;
}

.banner-sider p.tt-18 {
    font-size: 18px;
}

.row-silder{
	margin-bottom:5%;
}

/*.banner-sider .wave-img {
    position: absolute;
    left: 0;
    width: 100%;
    top: 85%;
    height: 50%;
    opacity: 0.2;
    background-image: url(img/green-test.png);
    background-size: cover;
}

.wave {
    position: absolute;
    bottom: 0.2rem;
    left: 0;
    right: 0;
    z-index: 0;
    height: 17.3rem;
}

.wave-img-1 {
  top: 0;
  opacity: 1;
  z-index: 4;
  -webkit-animation: wave 40s linear infinite alternate;
  animation: wave 40s linear infinite alternate;
}

.wave-img-2 {
  top: 1rem;
  z-index: 3;
  -webkit-animation: wave2 20s linear -5s infinite alternate,swell 10s linear infinite alternate;
  animation: wave2 20s linear -5s infinite alternate,swell 10s linear infinite alternate;
}

.wave-img-3 {
  top: 1.5rem;
  z-index: 2;
  -webkit-animation: wave 40s linear -2s infinite alternate,swell 10s linear infinite alternate;
  animation: wave 40s linear -2s infinite alternate,swell 10s linear infinite alternate;
}*/

@-webkit-keyframes wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -100%;
  }
}

@keyframes wave {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -100%;
  }
}

@-webkit-keyframes wave2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 100%;
  }
}

@keyframes wave2 {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 100%;
  }
}

@-webkit-keyframes swell {
  0%,
  100% {
    -webkit-transform: translate3d(0, -2.5rem, 0);
    transform: translate3d(0, -2.5rem, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes swell {
  0%,
  100% {
    -webkit-transform: translate3d(0, -2.5rem, 0);
    transform: translate3d(0, -2.5rem, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
}


.sec-about p {
  font-size: 17px;
}

.circle-decor {
  --radius: 99rem;
  position: relative;
}

.circle-decor img {
  height: 100%;
  width: 100%;
  max-width: 30rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--radius);
  margin: auto;
}

.circle-decor:before, .circle-decor:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #628c17;
  border-radius: var(--radius);
  pointer-events: none;
  -webkit-animation: zoomInOut 2s alternate infinite;
  animation: zoomInOut 2s alternate infinite;
}

.circle-decor:before {
  width: 35rem;
  height: 35rem;
}

.circle-decor:after {
  width: 40rem;
  height: 40rem;
  opacity: 0.2;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.circle-decor .circle {
    position: absolute;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 24.8rem;
    height: 20.8rem;
    background-color: #eef3d5;
    border-radius: var(--radius);
}

.sec-about .row-2 {
  margin-bottom: 5%;
}

.row-2 .img-inner img {
   filter: grayscale(100);
}
.row-2 .img-inner:hover img {
  -webkit-filter: none;
  filter: none;
}

.row-2 .img-inner {
    padding: 2.5rem;
    text-align: center;
    border: 1px solid rgba(112, 112, 112, 0.1);
    border-radius: 1.2rem;
    -webkit-transition: 0.3s cubic-bezier(0.63, -0.02, 0.24, 1.12);
    transition: 0.3s cubic-bezier(0.63, -0.02, 0.24, 1.12);
}
.row-2 .img-inner:hover {
  background: var(--color);
}
.row-2 .img-inner img {
  width: 80px;
  height: 80px;
  margin: 0px auto;
  text-align: center;
}

.home-about-img {
    position: relative;
    padding-top: 5rem;
    margin-right: -22rem;
    margin-bottom: -10rem;
}

.home-about-img .circle-decor > img {
    border-radius: 0;
    width: 28.5rem;
    height: 35.2rem;
}

.home-about-img .circle-decor:before {
  width: 40rem;
  height: 40rem;
}

.home-about-img .circle-decor:after {
  width: 45rem;
  height: 45rem;
}

.home-about-list .item {
    --radius: 99rem;
    position: absolute;
    width: 6rem;
    height: 6rem;
}
.home-about-list .item:nth-child(1) {
    top: 1rem;
    left: 14rem;
}
.home-about-list .item:nth-child(2) {
    top: 6rem;
    left: 8rem;
}
.home-about-list .item:nth-child(3) {
    top: 13rem;
    left: 4.5rem;
}
.home-about-list .item:nth-child(4) {
    top: 20rem;
    left: 3rem;
}

.home-about-list .icon:hover {
    background-color: #628c17;
}
.home-about-list .icon {
    width: 4rem;
    height: 4rem;
    position: relative;
    z-index: 1;
    border-radius: var(--radius);
    background-color: #eef3d5;
    -webkit-transition: 0.3s cubic-bezier(0.63, -0.02, 0.24, 1.12);
    transition: 0.3s cubic-bezier(0.63, -0.02, 0.24, 1.12);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.home-about-list .icon img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s cubic-bezier(0.63, -0.02, 0.24, 1.12);
    transition: 0.3s cubic-bezier(0.63, -0.02, 0.24, 1.12);
}
.home-about-list .cont {
    position: absolute;
    top: 0;
    right: 3rem;
    z-index: 0;
    height: 4rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 1rem 3.5rem 0rem 2rem;
    font-size: 1.4rem;
    background-color: #eef3d5;
    border-radius: var(--radius);
    -webkit-transition: 0.3s cubic-bezier(0.63, -0.02, 0.24, 1.12);
    transition: 0.3s cubic-bezier(0.63, -0.02, 0.24, 1.12);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    line-height: 1.35714;
    overflow: hidden;
}
.home-about-list .item:hover .cont {
  opacity: 1;
  visibility: visible;
}

.sec-video {
  margin-top: -7%;
  /*margin-bottom: 15%;*/
}

.sec-video .overlay-icon {
    width: 5em;
    height: 5em;
    line-height: 3.8em;
    border-radius: 100%;
    text-align: center;
    opacity: 1;
    border: 1px solid var(--color);
}
.sec-video .overlay-icon i {
    font-size: 1.3em;
    transition: color .3s;
    top: 10px;
    background: var(--color);
    color: #fff;
    padding: 10px;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}

.home-pd-decor {
    position: absolute;
    bottom: calc(30%);
    left: -15.8rem;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.home-pd-decor img {
   z-index: -99;
}
.sec-product .wave-img {
    background-image: url(img/yellow-test.png);
    position: absolute;
    left: 0;
    width: 100%;
    top: -30%;
    height: 30%;
    opacity: 0.2;
    background-size: cover;
}

/*.sec-product .row{
  padding-top: 5%;
}*/

.home-product .content-product h2 {
  font-size: 30px;
  color: var(--color);
  margin-bottom: 30px;
}
.home-product .content-product p.desc{
    font-size: 16px;
}


.home-product .img:before, .home-product .img:after {
  content: '';
  position: absolute;
  z-index: 0;
  border-radius: 99rem;
}
.home-product .img:before {
  top: 0;
  right: 0rem;
  width: 15rem;
  height: 15rem;
  background-color: #fff;
  opacity: 0.5;
}

.home-product .img:after {
  bottom: 0;
  left: 20%;
  width: 15rem;
  height: 15rem;
  background-color: #b19a07;
  opacity: 0.8;
	z-index:-9;
  mix-blend-mode: multiply;
}
.link-product a {
  background: var(--color);
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
}
.link-product a:hover{
  background: #fff;
  color: var(--color-hover);
}

.owl-next ,.owl-prev {
    position: absolute;
    top: 45%;
}
.owl-next i , .owl-prev i{
  font-size: 6rem;
  color: var(--color);
}
.owl-next {
  right: -5rem;
}
.owl-prev {
  left: -5rem;
}
.owl-dots {
    margin-bottom: 35px;
}
.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  margin-right: 10px;
  float: left;
}
.owl-dots .owl-dot.active{
  background: var(--color);
}
.sec-question .cot-4 .title-home h2 {
  color: #fff;
  margin-bottom: 40px;
}

.sec-question .cot-4 p.desc {
  color: #fff;
  font-size: 17px;
  margin-bottom: 40px;
}

.sec-question .cot-4 .btn {
  background: #fff;
  color: var(--color);
  margin-top: 25%;
  font-family: var(--family)!important;
}

.sec-question .cot-4 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -6.5%;
    padding: 4.7rem 3.5rem 8.7rem;
    height: 100%;
    background-color: var(--color);
    background-image: url(img/question-img.png);
    background-position: bottom -1rem right -5.2rem;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    -webkit-box-shadow: 0.6rem 0.6rem 9.9rem rgb(29 29 29 / 16%);
    box-shadow: 0.6rem 0.6rem 9.9rem rgb(29 29 29 / 16%);
}

.sec-blog .cot-4-4:before, /*.sec-blog .cot-4-4:after,*/
.sec-question .cot-4:before,.sec-question .cot-4:after {
    content: '';
    position: absolute;
    left: -3rem;
    width: 3rem;
    height: 3rem;
    background-color: #4e7012;
}
.sec-blog .cot-4-4:before,
.sec-question .cot-4:before {
    top: 0;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.sec-blog .cot-4-4:after,
.sec-question .cot-4:after {
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    bottom: 0;
}

.sec-question .accordion .toggle {
    left: auto;
    font-size: 14px;
    color: var(--color-hover);
    right: -12px !important;
}

.sec-question .accordion-item {
  float: left;
  width: 50%;
  padding: 0px 10px;
  color: #000;
  
  font-family: var(--family-bold) !important;
}
.sec-question .accordion-item .accordion-title {
  border-top: 0px;
  padding: 10px 10px 10px 0px;
  border-bottom: 1px solid #ddd;
}
.sec-question .accordion-title.active {
  background: transparent !important; 
  color: #000;
}

.sec-question .accordion-item .accordion-inner {
  padding: 15px 0px;
  line-height: 25px;
}

.sec-partners {
  margin-top: -6%;
}

.sec-partners .title-home h2 {
  color: var(--color);
  padding: 40px 0px;
}
.sec-partners .item {
    background: #fff;
    height: 150px;
    padding: 35px 5px 0px;
}
.sec-partners .owl-next,.sec-partners .owl-prev {
    top: 20%;
}

.sec-partners .owl-next i,.sec-partners .owl-prev i {
    opacity: 0.5;
}


.home-customer .item:hover .custom-content {
  background: var(--color);
}

.home-customer .item:hover .custom-content p.sub-title {
  color: var(--color-hover);
}
.home-customer .item:hover .custom-content h3,
.home-customer .item:hover .custom-content p {
  color: #fff;
}
.custom-content p.sub-title {
  color: var(--color);
}
.custom-content{
  padding-top: 15px 0px;
  display: inline-block;
}

.custom-content h3 {
  padding-top: 15px;
}

.sec-blog .section-content:before   {
    /*right: 75%;*/
    content: "";
    position: absolute;
    left: -15%;
    width: 65rem;
    height: 100rem;
    top: -25px;
    z-index: -99;
    background-image: url(img/bkg-images.png);
    background-repeat: no-repeat;
}



.sec-blog h5.post-title.is-large {
  color: #fff;
  font-family: var(--family-bold) !important;
}

.sec-blog .cot-4-4 {
    margin-top: -4.8rem;
    background-color: #fff;
    background-image: none;
    padding-bottom: 5.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 4.7rem 3.5rem 8.7rem;
    box-shadow: 0.6rem 0.6rem 9.9rem rgb(29 29 29 / 16%);
}

.sec-blog .title-home h2 {
  color: var(--color);
}

.sec-blog .btn-btn {
    margin-top: 35%;
    margin-bottom: -35%;
}

.title-phone {
  margin-bottom: 30px;
}

.title-phone h2 {
  color: #fff;
}
.title-phone h2 a {
  color: var(--color-hover);
  margin-left: 10px;
  font-size: 30px;
}
.title-phone h2 a:hover{color: #fff}


.sec-contact {
  padding-bottom: 40px !important;
}

.row-contact-row {
	margin-bottom:10%;
}

.sec-contact input ,
.sec-contact textarea {
  background: #4e7012;
  color: #fff;
  border: 0px;
}
.sec-contact .wpcf7 {z-index: 99}
.sec-contact .wpcf7 .col {
  padding: 0px 5px 10px;
}

.sec-contact ::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}

.sec-contact .wpcf7-submit {
  background: var(--color-hover);
  text-transform: none;
  padding: 5px 40px;
  border-radius: 5px;
  font-family: var(--family) !important;
  font-weight: 400;
}

.advice-pd {
    /*position: absolute;
    bottom: -27rem;
    z-index: 2;*/
    display: contents;
    margin-top: -40%;
}

.advice-pd img {
    border-radius: 0;
    max-width: 37rem;
}

.advice-pd:before, .advice-pd:after {
    border-color: #fff;
}

/************************************************************/

.title-footer h3 {
  margin-bottom: 20px;
}

.menu-footer li a {
  font-weight: 500;
  font-size: 16px;

}
.menu-footer li:hover a {
  color: var(--color);
}
.text-widget {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}

.lk-tmdt br{
  display: none;
}

.lk-tmdt a {
  margin-right: 5px;
}

.lk-tmdt img {
    -webkit-filter: grayscale(100);
    filter: grayscale(100); 
    -webkit-transition: 0.3s cubic-bezier(0.63, -0.02, 0.24, 1.12); 
    transition: 0.3s cubic-bezier(0.63, -0.02, 0.24, 1.12);
    width: 35px;
}
.lk-tmdt img:hover {
  -webkit-filter: none;
  filter: none;
}

.absolute-footer {
  display: none;
}


.social-fixed {
  position: fixed;
  right: 1.5rem;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.social-fixed > a {
  position: relative;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  -webkit-transition: 0.3s cubic-bezier(0.63, -0.02, 0.24, 1.12);
  transition: 0.3s cubic-bezier(0.63, -0.02, 0.24, 1.12);
}

.social-fixed > a:last-child {
  margin-bottom: 0;
}

.social-fixed > a:hover {
  -webkit-transform: translateX(-1rem);
  transform: translateX(-1rem);
}

.social-fixed img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}


/******************************************************/

.about .col {
  width: 50%;
}

.about-info {
  position: relative;
}

.about-info-list .title {
  display: inline-block;
  font-weight: bold;
}

.about-info-list > ul {
  -webkit-columns: 2;
  columns: 2;
}
.about-info-list p {
  margin-bottom: 5px;
}

.about-info-list > ul > li {
  list-style-type: disc;
  list-style-position: inside;
  padding: 0px;
  margin: 0px;
}

.about-info-list > ul > li:last-child {
  margin-bottom: 0;
}

.sub-info-list {
  padding-left: 1.6rem;
}
.sub-info-list ul {
  list-style-type: none;
  padding: 0px;
    margin: 0px;
}

.sub-info-list li {
  position: relative;
}

.sub-info-list li:before {
  content: '-';
  position: absolute;
  top: 0;
  left: -1.5rem;
}

.about-info-decor {
  position: absolute;
  bottom: -35rem;
  right: -36rem;
  z-index: -2;
}


/*.about-flower .wave {
    bottom: auto;
    top: 0;
}

.about-flower .wave-img {
    top: 0;
    opacity: 0.2;
    background-image: url(img/yellow-test.png);
}
.about-flower .wave-img-1 {
    opacity: 1;
    -webkit-filter: drop-shadow(-3rem -3rem 3rem rgba(0, 0, 0, 0.06));
    filter: drop-shadow(-3rem -3rem 3rem rgba(0, 0, 0, 0.06));
    background-image: url(img/yellow-test.png);
}*/

/*.about-mission .wave-img {
    top: 0;
  
}
.about-mission .wave {
    bottom: auto;
    top: -16rem;
}

.about-mission .wave-img-1 {
  -webkit-filter: drop-shadow(-3rem -3rem 3rem rgba(0, 0, 0, 0.06));
  filter: drop-shadow(-3rem -3rem 3rem rgba(0, 0, 0, 0.06));
}
*/

.about-mission .wave-img {
  top: -34%
}

.about-mission .featured-box .icon {
    width: 5rem;
    height: 5rem;
    background-color: #eef3d5;
    border-radius: 99rem;
    -webkit-transition: 0.3s cubic-bezier(0.63, -0.02, 0.24, 1.12);
    transition: 0.3s cubic-bezier(0.63, -0.02, 0.24, 1.12);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.about-mission .featured-box .icon:hover {
  background: var(--color);
}

.sec-partners-about .title-home h2 {
  color: var(--color);
}

.contact-contact .wpcf7 .col {
  padding: 0 15px 5px;
}
.contact-contact .col.large-12.text-right {
    text-align: left;
}
.contact-contact  .wpcf7-submit {
  background: var(--color-hover);
  border-radius: 5px;
}
.contact-contact .icon {
    width: 5rem;
    height: 5rem;
    border-radius: 99rem;
    background-color: #eef3d5;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.contact-contact .icon-box-text p {
  font-size: 17px;
}
a.m-cl {
  color: var(--color);
  font-family: var(--family-bold) !important;
}
/************************************************************/

.breadcrumbs {
    --radius: 0.7rem;
    background-color: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--radius);
    padding: 15px;
    text-transform: none;
    color: #000;
    font-family: var(--family) !important;
}

.row-divided>.col+.col:not(.large-12) {
    border-left: 0px solid #ececec;
}
.post-sidebar.large-3.col {
    padding: 0px;
}

div#comments {
    display: none;
}

.related-posts h3 {
  font-size: 25px;
  margin: 20px 0px;
}

.entry-content.single-page h1,
.entry-content.single-page h2,
.entry-content.single-page h3,
.entry-content.single-page h4,
.entry-content.single-page strong {
  font-family: var(--family-bold) !important;
}
.entry-content.single-page {
  font-size: 16px;
  text-align: justify;
  font-family: var(--family) !important;
}

.blog-single .entry-header-text{padding: 0px;}

.padding-no {
  padding: 30px 0px;
}

.date {
    margin: 15px 0px;
    font-size: 15px;
    color: #000;
}

.custom-category .title-post h3 {
  font-size: 1.1rem;
  font-family: var(--family-bold) !important;
}
.custom-category .c-news__content:hover h3 {
  color: var(--color);
}

.c-news {
  -webkit-transition: 0.3s cubic-bezier(0.63, -0.02, 0.24, 1.12);
  transition: 0.3s cubic-bezier(0.63, -0.02, 0.24, 1.12);
}

.c-news:hover {
  -webkit-box-shadow: 1rem 1rem 3rem rgba(29, 29, 29, 0.16);
  box-shadow: 1rem 1rem 3rem rgba(29, 29, 29, 0.16);
}

.c-news:hover .c-news__content {
  padding-left: 2.5rem;
}

.c-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s cubic-bezier(0.63, -0.02, 0.24, 1.12);
  transition: 0.3s cubic-bezier(0.63, -0.02, 0.24, 1.12);
  z-index: 9999;
}

.c-news__img:hover img {
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
  -webkit-animation: blink 0.3s 0.3s;
  animation: blink 0.3s 0.3s;
  
}

.c-news__content {
  /*padding: 2.5rem 2.5rem 2.5rem 0;*/
  background-color: #fff;
  -webkit-transition: 0.3s cubic-bezier(0.63, -0.02, 0.24, 1.12);
  transition: 0.3s cubic-bezier(0.63, -0.02, 0.24, 1.12);
}

p.woocommerce-result-count.hide-for-medium,
form.woocommerce-ordering {
    display: none;
}

p.name.product-title a {
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
  font-family: var(--family-bold) !important;
}
p.name.product-title:hover a {
  color: var(--color);
}

.export_product {
  overflow: hidden;
  height: 50px;
  margin: 15px 0px;
}
.export_product li {
  list-style: none;
  font-size: 17px;
  line-height: 16px;
}
.product-small.box .price-wrapper {
    display: none;
}

.product-small.box .box-image {
    width: 50%;
}

.product-link a {
    background: var(--color-hover);
    padding: 15px 25px;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
}
.product-link a:hover{
  background: var(--color);
}

.cart,
.product-page-price span.woocommerce-Price-currencySymbol {
    display: none !important;
}

span.amount {
    color: var(--color);
}
.product-short-description ul {
  float: left;
  width: 50%;
}
.product-short-description ul li {
  font-size: 16px;
}
.pd-dt__ecom div {
    padding: 20px 0;
}
.pd-dt__ecom span {
    margin: 0 1rem;
}
.pd-dt__ecom img {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.pd-dt__ecom a {
    border-radius: 0.6rem;
    padding: 0.7rem 4.8rem;
    -webkit-box-shadow: 1rem 1rem 3rem rgb(29 29 29 / 16%);
    box-shadow: 1rem 1rem 3rem rgb(29 29 29 / 16%);
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
    width: 50%;
}
.pd-dt__ecom a:hover{
  border-radius: 3rem;
}
.pd-dt__ecom .lazada {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1a59d9), to(#112283));
    background-image: linear-gradient(to bottom, #1a59d9, #112283);
}
.pd-dt__ecom .shopee {
    background-color: #ff5722;
}
.pd-dt__ecom .tiki {
    background-color: #31a4ff;
    padding: 0.7rem 5.5rem;
}
.pd-dt__ecom .sendo {
    background-color: #ed2a24;
    padding: 0.7rem 5rem;
}
.product-footer .woocommerce-tabs {
    border-top: 0px solid #ececec;
}
.product-tabs li a{
  font-size: 18px;
  font-family: var(--family-bold) !important;
}
.tab-panels {
  font-size: 17px;
}
.nav-line>li.active>a:before, .nav-line>li:hover>a:before {
    opacity: 0;
}
.related-products-wrapper {display: none;}


.advice-img {
    position: absolute;
    left: 0;
    top: -60px;
    z-index: 1;
}
.sec-single-product .title-phone {
    position: absolute;
    top: 80px;
    left: 16%;
    z-index: 99;
}
.sec-single-product .wpcf7 {
    position: relative;
    z-index: 2;
    max-width: calc(100% / 12 * 8);
    margin: auto;
    padding-top: 10rem;
}

@media only screen and (min-width: 991px) {
  .mobile {
    display: none;
  }
}

@media only screen and (max-width: 812px) {
  .mobile {display: none;}
  .home-about-list .item:nth-child(1) {
    left: 22rem;
  }
  .home-about-list .item:nth-child(2) {
    left: 16rem;
  }
  .home-about-list .item:nth-child(3) {
    left: 11.5rem;
  }
  .home-about-list .item:nth-child(4) {
    left: 10rem;
  }
}

@media only screen and (max-width: 767px) {
  .PC {display: none;}
  .row-2.home-icon-about .img-inner {
    padding: 1.3rem;
  }
  .home-icon-about .owl-dots {
    text-align: center;
    display: inline-block;
  }
  .home-icon-about .owl-dots .owl-dot {
    background: #eaeaea;
    margin-top: 15px;
  }
  .home-icon-about .owl-dots .owl-dot.active {
    background: var(--color);
  }
  .banner-sider {
    padding: 30px 0px !important;
  }
  .banner-sider h1 {
    font-size: 2rem;
  }
  .circle-decor:before, .circle-decor:after {
    display: none;
  }
  .title-home h2{
    font-size: 25px;
  }
  .home-about-img {
    position: relative;
    z-index: 2;
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .home-about-img .img img {
    width: 100%;
    height: auto;
  }
  .home-about-img .circle {
    width: 20rem;
    height: 20rem;
  }
  .home-about-list {
    position: static;
    padding-top: 0;
    -webkit-transform: none;
    transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% + 1rem);
    height: auto;
    margin: -0.5rem;
  }
  .home-about-list .icon {
    margin: auto;
    margin-bottom: 1rem;
  }
  .home-about-list .item.item {
    width: calc(100% / 4);
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    padding: 0.5rem;
  }
  .home-about-list .cont {
    --radius: 0.6rem;
    position: static;
    padding: 0.5rem 0rem;
    font-size: 12px;
    width: 100%;
    text-align: center;
    height: auto;
    white-space: normal;
    opacity: 1;
    visibility: visible;
  }

  .sec-about {
    border-top: 1px solid #eaeaea;
    padding: 20px  0px !important;
  }
  .sec-about .row-2 {
    margin-bottom: 0%;
  }
  .sec-video {
    margin-top: -15%;
    margin-bottom: 15%;
  }

  .home-product .img:after {
    width: 5rem;
    height: 5rem;
    z-index: -99;
  }
  .home-product .img:before {
    top: -30px;
    width: 10rem;
    height: 10rem;
  }
  .sec-question .accordion-item {
    width: 100%;
  }
  .sec-blog .cot-4-4,
  .sec-question .cot-4 {
    padding: 0.5rem 0.5rem 10rem;
  }

  .sec-partners .title-home h2 {
    padding: 0px 0px;
  }

}

@media only screen and (max-width: 500px) {
   
  .sec-product .wave-img {
    top: -15%;
    height: 15%;
  }
  .sec-video {
    margin-top: -30% !important;
    margin-bottom: -10%;
  }
  .sec-blog .cot-4-4 {
    margin: 0px 20px;
    margin-top: -14.5%;
    padding: 0.5rem 0.5rem 0rem !important;
  }
  .sec-question .cot-4 {
    margin: 0px 20px;
    margin-top: -20.5%;
    padding: 0.5rem 0.5rem 0rem !important;
  }
  .sec-question .cot-4 p.desc {
    margin-bottom: 0px;
  }
  .sec-question .cot-4 .btn{
    margin-top: 0px;
  }
  .sec-blog .btn-btn {
    margin: 30px 0px;
  }

}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}