html,body {
    font-family: 'Mulish', sans-serif;
    overflow-x: hidden;
}
::-webkit-scrollbar
{
  width: 10px;
  background-color: #ededed;
}

::-webkit-scrollbar-thumb
{
  background-color: #AB070D;
}

/*common class*/
.redbtn {
    border-radius: 20px;
    background: #AB070D;
    color: #fff;
    text-decoration: none;
    padding: 10px 40px;
    border: 1px solid #AB070D;
    transition: 0.3s linear;
}
.redbtn:hover{
    border: 1px solid #2a5e04;
    background: #2a5e04;
    color: #ffffff;
    transition: 0.3s linear;
}
.mt-25{
    margin-top: 25px;
}
.commonhead {
    font-size: 23px;
    color: #000;
    line-height: 30px;
    font-weight: 900;
}
p {
    color: #757575;
    font-size: 16px;
    line-height: 30px;
}
.commontpad{
    padding-top: 80px;
}
.commonbpad{
    padding-bottom: 80px;
}
.titlesec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
/**/
/*banner*/

.slideimg-item {
    position: relative;
    height: 550px;
    width: 100%;
    display: flex;
    align-items: center;
}
.bannertitle {
    color: #FAFDFF;
    font-size: 40px;
    width: 500px;
    margin-bottom: 40px;
    line-height: 45px;
}
/**/
.h_innerabtseclt h4{
    margin-bottom: 25px;
}

.h_innerabtsecrt img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    animation: scale 40s linear infinite;
}
.h_innerabtsecrt {
    overflow: hidden;
}
.h_innerabtseclt {
    padding-right: 50px;
}
.btngroup {
    display: inline-block;
    width: 100%;
}
.prdt_cartbtn {
    background: #AB070D;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: #fff;
    transition: all .5s linear;
}
.product_cart:hover .prdt_cartbtn {
    background: #2A5E04;
    transition: all .5s linear;
}
.cartbtn {
    display: flex;
    align-items: center;
}
.prdt_cartbtn iconify-icon {
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.pricebx {
    color: #a5070d;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before{
    font-size: 23px!important;
}
.pricebx del {
    color: #757575;
    margin-right: 10px;
    font-size: 14px;
}
.product_cart h4 {
    font-weight: 700;
    font-size: 22px;
    margin-top: 20px;
    color: #000;
}
.product_cart img {
    width: 100%;
    transition: all .5s linear;
    height: 290px;
    object-fit: cover;
}
.common_title {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 800;
}
.product_cart {
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    transition: all .5s linear;
    width: 100%;
}
.pbox {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    background-color: #fff;
}
.prd_bx {
    padding: 0 15px;
}
.product_cart:hover img {
    transform: scale(1.02);
    transition: all .5s linear;
}
.cartbtn button{
    color: #fff;
    background: transparent;
    border: none;
    font-size: 16px;
    padding: 0;
}
.wishlist a {
    color: #fff;
    text-decoration: none;
}
.h_innerabtseclt p {
    text-align: justify;
}
.testimonial {
    background: #2A5E04;
    padding: 30px;
    border-radius: 25px;
}
.testi_left h4 {
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    margin: 20px 0px;
}
.testi_left p{
    color: #fff;
}
.testimonial_video iframe {
    width: 100%;
}
.owl-nav button {
    background: #FFFFFF1A !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    border-radius: 5px;
    font-size: 20px !important;
    color: #fff !important;
    margin-right: 10px;
}
#cta {
    padding: 50px;
    background: #2a5e040f;
}
.cta h5 {
    font-size: 26px;
    font-weight: 800;
    line-height: 35px;
    text-transform: capitalize;
    width: 530px;
    color: #262626;
}
.cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testi_slider .owl-nav {
    margin-top: 20px;
}
footer {
    background: #2A5E04;
    padding: 50px 0px;
}
.quick-links h6 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}
.quick-links ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.quick-links ul li a {
    text-decoration: none;
    color: #ffffffdb;
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    font-weight: 100;
    text-transform: capitalize;
}
.copyright {
    background: #1C3F02;
    padding: 10px;
    text-align: center;
}
.copyright p {
    margin: 0;
    color: #fff;
    font-size: 12px;
}
.copyright p a{
    text-decoration: none;
    color: #fff;
}
.newsletter_btn {
    border: 0;
    background: #AB070D;
    color: #fff;
    padding: 13px 30px;
    border-radius: 10px;
    font-size: 14px;
}
.newsletter_input {
    border: 1px solid #00000026;
    padding: 10px 20px;
    border-radius: 10px;
    width: 30%;
    outline: none;
    box-shadow: none;
}
.newsletter_input::placeholder{
    color: #00000078;
    font-size: 14px;
    font-weight: 700;
}
.common_banner {
    width: 100%;
    height: 300px;
    background-position: bottom;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 65px;
}
.common_caption {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.c_title {
    color: #fff;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 800;
}
.breadcrumb {
    display: flex;
    align-items: center;
}
.breadcrumb iconify-icon{
    margin: 0 10px;
    color: #fff;
}
.breadcrumb a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
}
.about_image {
    height: 400px;
}
.about_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_content {
    margin-left: 30px;
}
.founder_image {
    height: 400px;
}
.founder_image img {
    width: 100%;
    height: 100%;
    margin-left: 30px;
    object-fit: cover;
    object-position: top;
}
.founder_content {
    height: 100%;
    display: flex;
    align-items: center;
}
#founder {
    background: #00a6510d;
}
#details {
    padding: 80px 0px;
}
#details ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
}
#details ul li{
    color: #757575;
    font-size: 15px;
    line-height: 32px;  
    position: relative;
    padding-left: 30px;
}
#details ul li::after {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(https://api.iconify.design/charm/circle-tick.svg?color=%231c3f02) no-repeat center center / contain;
}
.contact_form_wrap label {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 5px;
  }
  .google_map img {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
  .contact_form {
    padding: 50px 100px 0px 50px;
  }
  .contact_form h6 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 20px;
  }
  .input_style {
    width: 100%;
    border: 0;
    background: #0000000a;
    padding: 10px;
    outline: none;
    box-shadow: none;
  }
  .input_style::placeholder{
    text-transform: capitalize;
    font-size: 14px;
    color: #00000056;
  }
  .form_submit {
    background: #2a5e04;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 5px;
  }
  .contact_form_wrap {
    margin-top: 40px;
  }
  .contact_form p {
    font-size: 15px;
    color: #000000d9;
  }
  .google_map {
    position: relative;
    background: #2a5e04;
  }
  .location_link {
    position: absolute;
    top: 45%;
    right: 45%;
    color: #ef2929;
    font-size: 60px;
    animation: updown 1s ease 0.2s infinite;
  }
  @keyframes updown {
    0%   {
      transform: translateY(0px);
    }
  
    50% {
      transform: translateY(8px);
    }
  
    100% {
      transform: translateY(0px);
    }
  }
  .contact_form_wrap textarea{
    height: 150px;
  }
  #locations ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
  }
  #locations ul li {
    width: 31%;
    float: left;
    margin: 0 10px;
    background: aliceblue;
    height: 180px;
    padding: 20px;
    text-align: center;
  }
  #locations ul li:nth-child(1){
    background: #2a5e04;
  }
  #locations ul li:nth-child(2){
    background: #2a5e04;
  }
  #locations ul li:nth-child(3){
    background: #2a5e04;
  }
  .location_wrap h6 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .location_wrap h6 iconify-icon{
    font-size: 20px;
    margin-right: 10px;
  }
  .location_wrap a {
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
  }
.product_details {
	flex-grow: 1;
	padding-left: 28px;
}
.product_details h4 {
	font-size: 24px;
	font-weight: 600;
	color: #111111;
}
/* .cta {
	display: flex;
	width: 100%;
	margin: 40px 0;
} */
.cta button {
    border: 0;
    background: transparent;
    padding: 10px 20px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 20px;
}
button.cart_btn {
    background: #AB070D;
}
button.buy_now {
    background: #2a5e04;
    margin-left: 10px;
}
.back h6 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.back h6 a {
    text-decoration: none;
    color: #26b36ba6;
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 15px;
}
.back h6 a iconify-icon{
    margin-right: 10px;
}
.product_title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom:10px;
}
.prize {
    font-size: 20px;
    font-weight: 800;
    margin: 0;
    color: #ab070d;
    margin-left: 15px;
}
.prize_wrap {
    display: flex;
    align-items: center;
    margin: 20px 0px;
}
.prize_wrap del{
    color: #0000004d;
    font-size: 16px;
    font-weight: 600;
}
#product_tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #2a5e04;
    font-size: 16px;
    color: #fff;
    outline: none;
}
#product_tab .nav-pills .nav-link {
    font-size: 16px;
    color: #2a5e04;
    font-weight: 600;
    padding: 10px 35px;
    border: 1px solid #2a5e04;
    margin-right: 20px;
    outline: none;
}
.product_content {
    margin-top: 30px;
}
#product_tab {
    background: #00a6510d;
}
.about_product h6 {
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 20px;
}
.about_product ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.about_product ul li{
    color: #757575;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    padding-left: 30px;
}
.about_product ul li::after {
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(https://api.iconify.design/charm/circle-tick.svg?color=%231c3f02) no-repeat center center / contain;
}
.privacy_policy h6 {
    font-weight: 700;
    margin: 20px 0;
}
.privacy_policy {
    width: 90%;
    margin: auto;
}
.redbtn-hide2{
    display: none;
}
.btn_centre {
    text-align: center;
}
.fixed_icons {
    position: fixed;
    bottom: 0;
    z-index: 99;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 7px 30px;
    background: #fff;
    display: none;
}
#image_slider .owl-dots button.owl-dot {
    background-color: #25b36b5e;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 3px;
}
#image_slider .owl-dots button.owl-dot.active {
    background-color: #25b36b;
}
.ps-product__quantity {
    margin: 30px 0;
}
.ps-product__quantity h6 {
    margin-bottom: 15px;
}
.ps-product__quantity button {
    background: transparent;
    border: none;
    color: #2a5e04;
}
.about_product {
    color: #757575;
}
.quick-links ul li a {
    display: inline-block;
    width: 260px;
}
.testi_slider .owl-nav span {
    color: #fff;
    font-size: 25px;
    position: relative;
    top: -3px;
}
.bgcol{
    background-color: #f5f5dcbd;
}
.fixed_icons a span {
    width: 100%;
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.fixed_icons a {
    text-decoration: none;
    color: #000;
    text-align: center;
    font-size: 21px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}


/*popup message*/

 /* Popup container styles */
/*    .popup-container {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 20px;
        background-color: #4CAF50;
        color: white;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }
    .popup-show {
        animation: showPopup 5s ease;
    }

    @keyframes showPopup {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
*/

/**/
.product_content ul li {
    color: #757575;
}

/*woocommerce*/
.woocommerce-Address .woocommerce-Address-title h3 {
    font-size: 22px!important;
    font-weight: 700!important;
    margin-bottom: 10px!important;
    text-transform: capitalize!important;
}
.woocommerce-Address .woocommerce-Address-title a {
    color: #ab070d;
    text-decoration: none!important;
    margin-bottom: 20px;
    display: block;
}
.woocommerce-Address {
    background-color: #ecececbf;
    border-radius: 20px;
    padding: 30px;
}

 
.woocommerce-MyAccount-content input {
    height: 40px;
    border: 1px solid #ececec;
    padding: 0 15px;
}
.woocommerce-MyAccount-content .select2-container--default .select2-selection--single {
    border: 1px solid #ececec!important;
    height: 40px!important;
}
.woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 15px;
    line-height: 40px!important;
}
.woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px!important;
}
.woocommerce-MyAccount-content button.button {
    background-color: #AB070D!important;
    border-radius: 30px!important;
    padding: 15px 22px !important;
    font-weight: 400!important;
    margin-top: 20px!important;
    color: #fff!important;
}
.woocommerce-MyAccount-content h3 {
    font-size: 22px!important;
    font-weight: 700!important;
    margin-bottom: 10px!important;
    text-transform: capitalize!important;
}
.woocommerce-MyAccount-content fieldset{
    margin-top: 25px!important;
}
.woocommerce-MyAccount-content fieldset legend{ 
    font-size: 22px!important;
    font-weight: 700!important;
    margin-bottom: 10px!important;
    text-transform: capitalize!important;
}
section#page57 {
    text-align: center;
}
#page57 h2 {
    font-size: 22px!important;
    font-weight: 700!important;
    margin-bottom: 10px!important;
    text-transform: capitalize!important;
}
form.woocommerce-form.woocommerce-form-login.login {
    width: 400px;
    margin: 40px auto 0;
    background-color: #f7f7f7;
    border: 0;
}
.woocommerce-form.woocommerce-form-login input {
    height: 40px;
    border: 1px solid #ececec;
    padding: 0 15px;
}
.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    width: 100%;
    display: flex!important;
    align-items: center!important;
}
.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input{
    margin-right: 10px;
}
button.woocommerce-button.button.woocommerce-form-login__submit{
    background-color: #AB070D!important;
    border-radius: 30px!important;
    padding: 15px 42px !important;
    font-weight: 400!important;
    margin-top: 20px!important;
    color: #fff!important;
}
.lost_password a {
    text-decoration: none;
    color: #ab070d;
}
.return-to-shop a.button.wc-backward {
    background-color: #AB070D!important;
    border-radius: 30px!important;
    padding: 15px 42px !important;
    font-weight: 400!important;
    margin-top: 20px!important;
    color: #fff!important;
}
.yith-wcwl-add-button {
    position: relative;
    top: -5px;
}
.shop_table .actions .button {
    background-color: #AB070D!important;
    border-radius: 30px!important;
    padding: 15px 42px !important;
    font-weight: 400!important;
    margin-top: 20px!important;
    color: #fff!important;
}

/**/

.logo img {
    width: 260px;
}
#billing_company_field,#billing_address_2_field {
    display: none!important;
}
.trust_badge_wrap span {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2a5e04;
	margin: 0 auto 20px;
}
.trust_badge_wrap span img {
    filter: brightness(0) invert(1);
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.trust_badge_wrap {
    text-align: center;
}
.trust_badge_wrap p{
	margin: 0;
}
.head_center {
    text-align: center;
    margin-bottom: 50px;
}
#contact {
    margin-top: 65px;
}
#product {
   margin-top: 65px;
}
.bottom_fix {
    color: #fff;
    position: fixed;
    bottom: 56px;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background: #2A5E04;
    display: none;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #0000000f;
}
.review-grid {
 margin-top: 20px;
}
.review-card {
    background: #fff;
    padding: 15px 0px;
    transition: 0.3s ease;
    border-bottom: 1px solid #0000000d;
}
.review-card .stars {
  font-size: 22px;
  margin-bottom: 5px;
}
.star {
  color: #ccc; /* Grey empty stars */
}

.star.filled {
  color: #f4b400; /* Yellow filled stars */
}

.review-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 5px;
}

.review-card h4 {
  font-size: 14px;
  color: #555555;
  font-weight: bold;
}

.fix_buy_now button {
    border: 0;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
}
.fix_price span {
    font-size: 22px;
    font-weight: 900;
}
.testimonial_wrap {
    height: 300px;
    object-fit: inherit;
    display: inline-block;
    width: 100%;
    position: relative;
}
.testimonial_wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
}
.ps-product__quantity input.input-text.qty.text {
    border: 1px solid #a0a0a0;
    border-radius: 5px;
}
.trust_badge_wrap p {
    margin: 0;
    font-weight: 700;
}
.myacntpg,.ps-shopping,.ps-checkout {
    margin-top: 35px;
}