body {
    padding: 0px;
    margin: 0px;
    color: #000000;
    font-size: 24px;
    font-family: 'Neurial Grotesk';
    line-height: 1.4;
    position: relative;
}

body > * {
    float: left;
    width: 100%;
}

body a {
    text-decoration: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    display: inline-block;
}

body:before, 
body:after {
    display:table;
    content:""; 
}
body:after {
    clear:both; 
}

figure {
    margin:0;   
}
figure a{
    display: block;
}
a img,
figure img{
    width: 100%;
}

img {
	max-width:100%;	
	height:auto;
}

input[type="button"],
input[type="submit"] {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

a:hover,
a:focus {
	text-decoration: none;
	outline:none;
	color:inherit;
}

input,
input:focus,
button,
button:focus,
textarea{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	outline:none ;
    box-shadow: none;
    font-family: 'Neurial Grotesk';
}

ul,ol{
	list-style:none;
	padding:0px;
	margin:0px;	
}

h1,h2,h3,h4,h5,h6{
	margin-top:0px;
    font-family: 'Neurial Grotesk';
    font-weight: 500;
}
p,ul,ol {
    color: #000000;
    font-size: 24px;
    font-family: 'Neurial Grotesk';
    line-height: 1.6;
    margin-bottom: 0px;
}

p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child){
	margin-bottom:15px;	
}
b, strong{
	font-weight:500;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
p:empty {
    display: none;
}
.hidden {
    display: none !important;
}
span.onsale {
    display: none;
}
.custom-row {
    display: flex;
    flex-wrap: wrap;
}
.heading-wrap {
    margin-bottom: 50px;
}
.heading-title {
    font-family: 'Neurial Grotesk';
    font-weight: 500;
    margin-bottom: 0;
    font-size: 60px;
    color: #000;
}
.heading-wrap .heading-title ~ p {
    margin-top: 15px;
}
.heading-title ~ p,
.banner-title ~ p {
    margin-top: 25px;
}
.heading-title ~ p ~ p,
.banner-title ~ p ~ p,
.heading-wrap .heading-title ~ p ~ p {
    margin-top: 0;
}
.banner-title {
    font-size: 65px;
    color: #fff;
    margin-bottom: 0;
}
.sub-title a {
    color: inherit;
}
.sub-title,
.woocommerce-account #customer_login h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: 34px;
    font-weight: 500;
    font-family: 'Neurial Grotesk';
    margin-bottom: 15px;
    color: #000;
}
p ~ .btn-wrap {
    margin-top: 30px;
}
.common-button {
    display: inline-block;
    border: none;
    box-shadow: none;
    font-size: 22px;
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    height: 66px;
    line-height: 66px;
    padding: 0px 35px;
    border-radius: 33px;
    background-color: #48bf91;
    text-decoration: none;
    outline: none;
}
.common-button.button-white {
    color: #000 !important;
    background-color: #fff;
    padding: 0px 45px;
}
.common-button-mini,
.woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button, 
.woocommerce-page .woocommerce-error .button, 
.woocommerce-page .woocommerce-info .button, 
.woocommerce-page .woocommerce-message .button,
.contact-form-main .col-right input.wpcf7-submit {
    display: inline-block;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding: 0px 35px;
    border-radius: 25px;
    background-color: #48bf91;
    text-decoration: none;
    outline: none;
    white-space: nowrap;
}
.common-button-border,
.woocommerce .btn-wrap .button,
.woocommerce #respond input#submit,
.woocommerce button.button {
    display: inline-block;
    border:1px solid #48bf91;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    height: 50px;
    line-height: 47px;
    padding: 0px 35px;
    border-radius: 25px;
    background-color: #fff;
    text-decoration: none;
    outline: none;
    white-space: nowrap;
}
.common-button-border:hover,
.woocommerce .btn-wrap .button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover {
    color: #fff;
    background-color: #48bf91;
}
.common-banner {
    float: left;
    position: relative;
    width: 100%;
    min-height: 450px;
    padding-top: 140px;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 80px;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}
.common-banner:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    top: 0;
}
.common-banner .container {
    position: relative;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin-bottom: 40px;
    padding: 12px 12px 12px 50px;
    font-size: 20px;
    color: #000;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    line-height: 1;
    top: 15px;
    left: 15px;
}
/*============================ Start top header ===========================*/
.header-main {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}
.header-main .custom-row {
    align-items: center;
}
.header-logo {
    background-image: url(../images/header-logo-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    max-width: 480px;
    width: 100%;
    height: 115px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: auto;
    padding-bottom: 10px;
    margin-left: -140px;
}
.header-logo a {
    max-width: 185px;
    margin: auto;
}
.my-menu {
    margin-left: auto;
}
.my-menu > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
     line-height: 1;
}
.my-menu > ul > li {
    margin-right: 57px;
    position: relative;
}
.my-menu > ul > li > a {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    padding: 13px 0px;
}
.my-menu > ul > li > a:hover,
.my-menu > ul > li:hover > a,
.my-menu > ul > li.current-menu-item > a{
    color: #48bf91;
}
.my-menu > ul > li.home a {
    color: #fff;
    background: #48bf91;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 0px;
}
.my-menu ul.sub-menu {
    position: absolute;
    right: 0;
    min-width: 200px;
    top: 100%;
    background: #48bf91;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 40%);
}
.my-menu > ul > li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.my-menu ul.sub-menu > li > a {
    display: block;
    background: #fff;
    line-height: 1.4;
    font-size: 18px;
    padding: 5px 20px;
    color: #48bf91;
}
.my-menu ul.sub-menu > li > a:hover {
    color: #fff;
    background: #48bf91;
}
.header-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
}
.header-right > div {
    margin-left: 35px;
}
.header-right > div > a {
    display: block;
    line-height: 1;
    cursor: pointer;
    position: relative;
}
.header-right > div > a > img {
    width: auto;
    max-height: 25px;
}

.header-search {
    position: relative;
}
.header-search > #search {
    position: absolute;
    right: 0;
}
.search-opened .header-search > #search{
    display: block;
}
.header-search form.siderbar__search {
    background: #bbbbbba6;
    padding: 12px;
    margin-top: 20px;
    display: flex;
    flex-wrap: inherit;
}
.header-search form > input {
    width: 240px;
    padding: 0px 15px;
    color: #000;
    font-size: 16px;
    border-radius: 0px;
    border: none;
    height: 40px;
}
.header-search form > button {
    border: none;
    box-shadow: none;
    font-size: 13px;
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    background-color: #48bf91;
    text-decoration: none;
    outline: none;
    letter-spacing: 0.5px;
}

.header-minicart .minicart-icon {
    background: url(../images/cart-icon.svg) no-repeat center center;
    width: 25px;
    height: 25px;
    background-size: 100%;
}
.header-minicart .items-count {
    width: 20px;
    height: 20px;
    background: #48bf91;
    position: absolute;
    color: #fff;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 11px;
    right: -10px;
    top: -10px;
}
.header-minicart > .mega_menu.cart {
    position: absolute;
    right: 0;
    display: none;
    width: 280px;
    top: 100%;
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    margin-top: 20px;
    font-size: 16px;
}   
.minicart-open .header-minicart > .mega_menu.cart{
    display:block;  
}
.header-minicart .item-count {
    display: none;
}
.header-minicart .woocommerce-mini-cart__empty-message {
    text-align: center;
    font-size: 16px;
}
.header-minicart .cart_list {
    max-height: 265px;
    overflow: auto;
    margin-bottom: 15px;
    width: calc(100% + 10px);
    padding-right: 10px;
}

.header-minicart .cart_list::-webkit-scrollbar {
  width: 5px;
}

.header-minicart .cart_list::-webkit-scrollbar-track {
  background: #d4d3d1; 
}
.header-minicart .cart_list::-webkit-scrollbar-thumb {
  background: #48bf91; 
}


.header-minicart .mini_cart_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position:relative;
    padding-right:20px;
    align-items: center;
}

.header-minicart .mini_cart_item:not(:last-child) {
    border-bottom: solid 1px #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.header-minicart .mini_cart_item .product-image {
    width: 60px;
    height: auto;
    margin-right: 15px;
    order: 1;
}
.header-minicart .mini_cart_item > a img{
    height:auto;
    width:auto; 
}

.header-minicart .minicart-right {
    order: 2;
    width: calc(100% - 75px);
    font-size: 16px;
}

.header-minicart .minicart-right .product-name {
    display: block;
    font-weight: 500;
}
.header-minicart .minicart-right .woocommerce-Price-amount {
    display: block;
    line-height: 1.5;
    color: #48bf91;
    font-weight: 500;
}

.header-minicart .mini_cart_item .remove_from_cart_button {
    order: 3;
    position: absolute;
    top: 3px;
    right: 4px;
    color: red !important;
    font-weight: normal !important;
    background: transparent !important;
    width: auto;
    height: auto;
    font-size: 29px;
    line-height: 1;
}
.header-minicart .mini_cart_item .remove_from_cart_button:hover{
    color: red !important;
}
.header-minicart .woocommerce-mini-cart__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid #d7d7d7 1px;
    border-top: solid #d7d7d7 1px;
    margin-bottom: 15px;
    padding: 10px 0px;
    font-size: 17px;
}

.header-minicart .woocommerce-mini-cart__buttons > a {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    height: 44px;
    line-height: 44px;
    padding: 0px 20px;
    border-radius: 20px;
    background-color: #48bf91 !important;
    text-decoration: none;
    outline: none;
}

.header-minicart .woocommerce-mini-cart__buttons .checkout {
    margin-top: 8px;
}
/*============================ End top header ===========================*/

/*============================ Start Home page ===========================*/
.home-banner {
    background-size: cover;
    background-position: top right;
    float: left;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 40px;
    margin-bottom: 80px;
}
.home-banner .text-box {
    max-width: 520px;
    margin: 160px 0px 200px;
}
.home-banner p {
    color: #fff;
}
.home-banner .btn-wrap {
    display: flex;
    flex-wrap: wrap;
}
.home-banner .common-button {
    margin-right: 12px;
}
.home-category {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.home-category .custom-row {
    margin-left: -22px;
    margin-right: -22px;
}

.home-category .column {
    width: 33.33%;
    padding: 0px 22px;
    margin-bottom: 45px;
}

.home-category .text-box {
    text-align: center;
    background-color: #f7f7f7;
    padding: 40px 90px;
}
.home-category .column p {
    font-size: 22px;
}
.home-category .column .btn-wrap {
    margin: 0;
}
.home-category .btn-wrap a {
    font-size: 22px;
    font-weight: 500;
    color: #0076be;
    line-height: 1;
}
.home-category .btn-wrap i.fa {
    font-weight: 300;
    font-size: 16px;
    margin-left: 5px;
}
.home-our-products,
.about-choose-us {
    float: left;
    width: 100%;
    background: #f7f7f7;
    position: relative;
    padding: 80px 0px 100px;
}
.home-our-products:after,
.herbal_detail_page .single-product-tabs:after,
.about-choose-us:after {
    content: "";
    position: absolute;
    background-image: url(../images/panda-before.svg);
    width: 278px;
    height: 170px;
    z-index: 1;
    top: -60px;
    right: 0;
    background-repeat: no-repeat;
    transform: rotateY(180deg);
    background-size: 100%;
}
.home-our-products .owl-stage,
.herbal_detail_page .single-related-products .owl-stage {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 26px;
}

.home-our-products .item,
.search_result-contant .item,
.herbal_detail_page .single-related-products li.product,
.search_result-contant .item {
    list-style: none;
    background-color: #fff;
    height: 100%;
    position: relative;
    padding-bottom: 50px;
    border: solid 1px #e3e3e3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.home-our-products .item:hover,
.herbal-category-page ul.products li.product:hover,
.herbal_detail_page .single-related-products li.product:hover,
.search_result-contant .item:hover {
    border-color: #48bf91;
}
.home-our-products .item:hover .common-button-border,
.search_result-contant .item:hover .common-button-border,
.herbal-category-page ul.products li.product:hover .btn-wrap a.button,
.herbal_detail_page .single-related-products li.product:hover .btn-wrap a.button{
    color: #fff;
    background-color: #48bf91;
}
.home-our-products .best-wishlist,
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist,
.search_result-contant .best-wishlist {
    position: absolute;
    right: 15px;
    top: 15px;
    left: auto;
    line-height: 1;
}
.home-our-products .best-wishlist .yith-wcwl-add-to-wishlist,
.search_result-contant .best-wishlist .yith-wcwl-add-to-wishlist {
    margin: 0;
    line-height: 1;
}
.home-our-products .best-wishlist .yith-wcwl-add-button span,
.home-our-products .best-wishlist span.feedback ~ a,
.search_result-contant .best-wishlist .yith-wcwl-add-button span,
.search_result-contant .best-wishlist span.feedback ~ a{
    display: none;
}
.home-our-products .best-wishlist .yith-wcwl-add-button i,
.search_result-contant .best-wishlist .yith-wcwl-add-button i {
    margin: 0;
}
.home-our-products .best-wishlist span.feedback,
.search_result-contant .best-wishlist span.feedback {
    font-size: 0;
}
.home-our-products .best-wishlist i.yith-wcwl-icon,
.search_result-contant .best-wishlist i.yith-wcwl-icon,
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i,
.woocommerce-product-gallery .yith-wcwl-add-to-wishlist a i {
    font-size: 22px;
    line-height: 1;
    margin: 0;
    color: #a3a3a3;
}
.home-our-products .item:hover .best-wishlist a i.fa,
.search_result-contant .item:hover .best-wishlist a i.fa,
.herbal-category-page ul.products li.product:hover .yith-wcwl-add-to-wishlist i,
.herbal_detail_page .single-related-products li.product:hover .best-wishlist a i.fa {
    color: #48bf91;
}

.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon,
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i.fa.fa-heart,
.woocommerce-product-gallery .yith-wcwl-add-to-wishlist a i.fa.fa-heart {
    color: #48bf91 !important;
}
.home-our-products .best-wishlist a,
.woocommerce-product-gallery .yith-wcwl-add-to-wishlist a,
.search_result-contant .best-wishlist a {
    line-height: 1;
    font-size: 0px;
}
body div#yith-wcwl-popup-message {
    margin: 0px !important;
    max-width: 220px;
    transform: translate(-50%, -50%);
    padding: 15px;
    height: auto;
    line-height: 1.4;
    font-weight: 500;
}

.home-our-products .text-box,
.search_result-contant .item .text-box,
.herbal-category-page ul.products .text-box,
.herbal_detail_page .single-related-products .text-box {
    padding: 20px 25px 0px;
    text-align: center;
}
.home-our-products .sub-title,
.search_result-contant .item .sub-title,
.herbal-category-page ul.products li.product .woocommerce-loop-product__title,
.herbal_detail_page .single-related-products .woocommerce-loop-product__title{
    font-size: 22px;
    padding: 0px;
    margin-bottom: 12px;
}
.home-our-products .sub-title a,
.search_result-contant .item .sub-title a,
.herbal-category-page ul.products li.product .woocommerce-loop-product__title a,
.herbal_detail_page .single-related-products .woocommerce-loop-product__title a {
    display: block;
    color: inherit;
}
.home-our-products .star-rating,
.search_result-contant .item .star-rating,
.herbal-category-page ul.products li.product .star-rating,
.herbal_detail_page .single-related-products .star-rating {
    font-size: 18px;
    margin: auto;
    margin-bottom: 12px;
    display: block;
    line-height: 1;
}
.home-our-products .star-rating > span,
.search_result-contant .item .star-rating > span,
.herbal-category-page ul.products li.product .star-rating > span,
.herbal_detail_page .single-related-products .star-rating > span {
    display: inline-block;
    position: inherit;
    padding: 0;
    margin: 2px;
    float: none;
}
.home-our-products .star-rating i.fa,
.search_result-contant .item .star-rating i.fa,
.herbal-category-page ul.products li.product .star-rating i.fa,
.herbal_detail_page .single-related-products .star-rating i.fa {
    color: #cabc1c;
}

.home-our-products .product-price,
.search_result-contant .item .product-price,
.herbal-category-page ul.products li.product .product-price,
.herbal_detail_page .single-related-products .product-price {
    line-height: 1;
    font-size: 24px;
    font-weight: 500;
}
.home-our-products .product-price > *,
.search_result-contant .item .product-price > *,
.herbal-category-page ul.products li.product .product-price > *,
.herbal_detail_page .single-related-products .product-price > * {
    margin: 2px;
}
.home-our-products .item .btn-wrap,
.search_result-contant .item .btn-wrap,
.herbal-category-page ul.products li.product .btn-wrap,
.herbal_detail_page .single-related-products li.product .btn-wrap {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
}
.home-our-products a.added_to_cart,
.search_result-contant a.added_to_cart {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.home-our-products .owl-theme .owl-nav,
.home-testimonials .owl-theme .owl-nav,
.herbal_detail_page .single-related-products .owl-theme .owl-nav {
    margin: 0;
}
.home-testimonials .owl-carousel .owl-nav button.owl-next, 
.home-testimonials .owl-carousel .owl-nav button.owl-prev,
.home-our-products .owl-carousel .owl-nav button.owl-next, 
.home-our-products .owl-carousel .owl-nav button.owl-prev,
.herbal_detail_page .single-related-products .owl-theme .owl-nav button.owl-next, 
.herbal_detail_page .single-related-products .owl-theme .owl-nav button.owl-prev {
    margin: 0;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translate(0, -100%);
    background: transparent;
    color: #999999;
    font-size: 45px;
}
.home-our-products .owl-carousel .owl-nav button.owl-next,
.home-testimonials .owl-carousel .owl-nav button.owl-next,
.herbal_detail_page .single-related-products .owl-theme .owl-nav button.owl-next{
    right: -50px;
} 
.home-testimonials .owl-carousel .owl-nav button.owl-prev,
.home-our-products .owl-carousel .owl-nav button.owl-prev,
.herbal_detail_page .single-related-products .owl-theme .owl-nav button.owl-prev {
    left: -50px;
}
.home-our-story {
    float: left;
    width: 100%;
    margin-bottom: 80px;
}

.home-our-story .col-left {
    width: 50%;
}
.home-our-story .col-right {
    width: 50%;
    padding-bottom: 40px;
    padding-top: 40px;
    margin: auto;
    padding-left: 225px;
    padding-right: calc((100% - 1410px)/2);
}
.home-testimonials {
    float: left;
    width: 100%;
    margin-bottom: 80px;
}

.home-testimonials .heading-wrap p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.home-testimonials .heading-wrap  img {
    vertical-align: middle;
    max-width: 150px;
    margin-left: 10px;
}

.home-testimonials .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
.home-testimonials .item {
    height: 100%;
    width: 100%;
    background: #f7f7f7;
    padding: 55px;
}

.home-testimonials .item .rating {
    max-width: 140px;
    margin-bottom: 30px;
}

.home-testimonials .item .title {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
}

.home-testimonials .item p {
    font-size: 18px;
}

.home-testimonials .bottom-bar {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.home-testimonials .inviting-comma {
    max-width: 50px;
    margin-right: 20px;
}

.home-testimonials .text-box {
    width: calc(100% - 70px);
}

.home-testimonials .name {
    font-size: 20px;
    margin-bottom: 2px;
}

.home-testimonials .location {
    display: block;
    font-size: 15px;
    color: #6f6f6f;
}
.home-blog {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.home-blog .custom-row {
    margin-left: -22px;
    margin-right: -22px;
}

.home-blog .column {
    width: 33.33%;
    padding: 0px 22px;
    margin-bottom: 45px;
}

.home-blog .inner-column,
.search_result-contant .column .inner-column {
    height: 100%;
    padding: 20px;
    border: solid 1px #e3e3e3;
}

.home-blog .column .text-box,
.search_result-contant .column .text-box {
    padding: 30px 10px 15px 30px;
}

.home-blog .column .title,
.search_result-contant .column .title {
    font-size: 24px;
    line-height: 1.5;
    padding-right: 80px;
}

.home-blog .column .bottom-bar,
.search_result-contant .column .bottom-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.home-blog .column .left-bar,
.search_result-contant .column .left-bar {
    display: flex;
    align-items: center;
}

.home-blog .column .btn-wrap,
.search_result-contant .column .btn-wrap {
    margin-left: auto;
}

.home-blog .btn-wrap a,
.search_result-contant .column .btn-wrap a {
    background: #0076be;
    width: 45px;
    height: 45px;
    color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.home-blog .column .tag,
.search_result-contant .column .tag {
    display: flex;
    color: #999999;
    background: #f7f7f7;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.home-blog .column .name,
.search_result-contant .column .name {
    font-size: 18px;
    margin: 0;
}
/*============================ End Home page ===========================*/

/*============================ Start Footer ===========================*/
.footer-main {
    float: left;
    width: 100%;
}
.footer-Wellness {
    background-color: #f7f7f7;
    background-size: 60%;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 90px 0px;
    position: relative;
}
.footer-Wellness .btn-wrap {
    margin-top: 30px;
}
.footer-Wellness:before {
    content: "";
    background-image: url(../images/footer-Wellness-icon.svg);
    position: absolute;
    width: 170px;
    height: 100px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    top: -87px;
    left: 10px;
}
.footer-top {
    background: #373737;
    padding: 100px 0px 60px;
}

.footer-top .column {
    width: auto;
    padding: 0px 15px;
    margin-bottom: 40px;
}

.footer-top .custom-row {
    margin-left: -15px;
    margin-right: -15px;
    justify-content: space-between;
}

.footer-logo {
    max-width: 215px;
    margin-bottom: 35px;
}

.footer-contact ul {
    line-height: 1.4;
    font-size: 22px;
    color: #fff;
}

.footer-contact ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.footer-contact ul li figure {
    max-width: 35px;
    margin-right: 25px;
    margin-bottom: auto;
}

.footer-contact ul li figure ~ * {
    width: calc(100% - 60px);
    display: inline;
}

.footer-contact .call {
    margin: 15px 0px;
    font-size: 26px;
}

.footer-top *,
.footer-bottom * {
    color: #fff;
}

.footer-title {
    font-size: 28px;
    margin-bottom: 30px;
}

.footer-top .column > ul, .footer-top .column p {
    font-size: 20px;
}

.footer-top .column > ul > li:not(:last-child) {
    margin-bottom: 11px;
}

.footer-bottom {
    background: #2f2f2f;
    padding: 20px 0px;
}
.footer-bottom * {
    font-size: 18px;
}
.footer-bottom .col-left {
    display: flex;
    flex-wrap: wrap;
}
.footer-bottom p {
    margin: 0;
}
.footer-bottom ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-bottom ul li {
    margin-left: 15px;
}
.footer-bottom .footer-social {
    margin-left: auto;
}
.footer-newslatter form.tnp-subscription {
    margin: 0;
    width: 385px;
    font-size: 20px;
}

.footer-newslatter form.tnp-subscription .tnp-field {
    margin: 0;
    position: relative;
}
.footer-newslatter .tnp-field-email:before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    font-size: 0.8em;
    color: #9d9d9d;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-200%, -50%);
}
.footer-newslatter form.tnp-subscription .tnp-field.tnp-field-button {
    margin-top: 1em;
}
.footer-newslatter form.tnp-subscription input[type=email] {
    width: 100%;
    font-size: 1em;
    color: #000;
    padding: 0px 2.5em 0px 1.8em;
    height: 3.2em;
    border-radius: 1.7em;
}
.footer-newslatter form.tnp-subscription input.tnp-button {
    width: 12em;
    display: inline-block;
    border: none;
    box-shadow: none;
    font-size: 0.8em;
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    height: 3.5em;
    line-height: 3.5em;
    padding: 0px 1.5em 0px 2.5em;
    border-radius: 1.72em;
    background-color: #48bf91;
    text-decoration: none;
    outline: none;
    white-space: nowrap;
}
.footer-newslatter .tnp-field-button:before {
    content: "\f1d8";
    font-family: 'FontAwesome';
    position: absolute;
    z-index: 1;
    font-size: 0.8em;
    top: 50%;
    transform: translate(0px, -50%);
    left: 2em;
}
/*============================ End Footer ===========================*/

/*============================ Start category ===========================*/
.herbal-category-page {
    float: left;
    width: 100%;
}
.herbal-category-page .col-left {
    width: 25.5%;
    padding-right: 60px;
    margin-bottom: 80px;
}

.common-sidebar {
    position: sticky;
    top: 20px;
    z-index: 1;
}
.common-sidebar section#block-4,
.common-sidebar section#block-5 {
    width: 100%;
    margin-bottom: 35px;
    padding: 0;
    border: none;
}
.common-sidebar form.wp-block-search__button-inside {
    background: #f7f7f7;
    padding: 30px;
}
.common-sidebar .widget_search label.wc-block-product-search__label {
    display: none;
}
.common-sidebar .widget_search .wc-block-product-search__fields,
.common-sidebar form.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border-radius: 27px;
    padding: 4px;
    border: solid 1px #e3e3e3;
    overflow: hidden;
    background: #fff;
    flex-wrap: wrap;
}
.common-sidebar .widget_search .wc-block-product-search__fields .wc-block-product-search__field,
.common-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    width: calc(100% - 48px);
    border: none;
    min-width: initial;
    flex-grow: 0;
    height: 48px;
    font-size: 20px;
    color: #000;
    padding: 0px 15px 0px 25px;
}
.common-sidebar .widget_search .wc-block-product-search__fields button.wc-block-product-search__button,
.common-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    margin: 0;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #48bf91;
    overflow: hidden;
    color: transparent;
    border: none;
    position: relative;
}
body .common-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{
    background: transparent;
}
.common-sidebar .widget_search .wc-block-product-search__fields button.wc-block-product-search__button svg {
    color: #fff;
    min-width: 30px;
    min-height: 30px;
    opacity: 0;
}
.common-sidebar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:before,
.common-sidebar .widget_search .wc-block-product-search__fields button.wc-block-product-search__button:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 0.75em;
    color: #48bf91;
    position: absolute;
}
body .common-sidebar .widget_search .wc-block-product-search__fields button.wc-block-product-search__button:before {
    color: #fff;
    font-size: 1em;
}

.common-sidebar .widget.widget_block:not(.widget_search) {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
    border: solid 1px #e3e3e3;
}
.common-sidebar .widget-category h2 {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
}
.common-sidebar .widget-category {
    margin: 0;
}
.common-sidebar .widget-category .wc-block-product-categories-list,
.common-sidebar .widget-category .wp-block-categories-list {
    font-size: 20px;
}
.common-sidebar .widget-category .wc-block-product-categories-list li:not(:last-child),
.common-sidebar .widget-category .wp-block-categories-list li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e3e3e3;
}
.common-sidebar .widget-category .wc-block-product-categories-list a,
.common-sidebar .widget-category .wp-block-categories-list a {
    display: block;
    color: #000;
}
.common-sidebar .widget-category .wc-block-product-categories-list a:before,
.common-sidebar .widget-category .wp-block-categories-list a:before {
    content: "";
    position: absolute;
    left: -30px;
    height: 45px;
    top: 0px;
    width: 2px;
    background: #48bf91;
    transition: all 0.5s;
    opacity: 0;
}
.common-sidebar .widget-category .wc-block-product-categories-list a:hover:before,
.common-sidebar .widget-category .wp-block-categories-list a:hover:before,
.common-sidebar .widget-category .wc-block-product-categories-list .current-cat a:before,
.common-sidebar .widget-category .wp-block-categories-list .current-cat a:before{
    opacity: 1;

}
.common-sidebar .widget-category .wc-block-product-categories-list li,
.common-sidebar .widget-category .wp-block-categories-list li {
    position: relative;
}
.common-sidebar .newsletter_form {
    font-size: 20px;
}
.common-sidebar .newsletter_form h2 {
    font-size: 1.5em;
    text-align: center;
    margin-bottom: 0.75em;
}
.common-sidebar .newsletter_form form.tnp-subscription {
    margin: 0;
}
.common-sidebar .newsletter_form .tnp-field {
    position: relative;
    margin: 0;
}
.common-sidebar .newsletter_form .tnp-field-button {
    margin-top: 0.75em;
}

.common-sidebar .newsletter_form input[type=email] {
    width: 100%;
    font-size: 1em;
    color: #000;
    padding: 0px 2.5em 0px 1.8em;
    height: 3.2em;
    border-radius: 1.7em;
    background-color: #f7f7f7;
}

.common-sidebar .newsletter_form .tnp-field-email:before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    font-size: 0.8em;
    color: #9d9d9d;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-200%, -50%);
}

.common-sidebar .newsletter_form input.tnp-button {
    width: 100%;
    display: inline-block;
    border: none;
    box-shadow: none;
    font-size: 0.8em;
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    height: 3.6em;
    line-height: 3.6em;
    padding: 0px 0 0px 2.5em;
    border-radius: 1.8em;
    background-color: #48bf91;
    text-decoration: none;
    outline: none;
    white-space: nowrap;
}
.common-sidebar .newsletter_form .tnp-field-button:before {
    content: "\f1d8";
    font-family: 'FontAwesome';
    position: absolute;
    z-index: 1;
    font-size: 0.8em;
    top: 50%;
    transform: translate(0px, -50%);
    left: 7.5em;
    color: #fff;
}

.widget-category ul li.active a:before {
    opacity: 1 !important;
}

.widget-category ul li.active a, .widget-category ul li:hover a {
    color: #48bf91 !important;
}
.herbal-category-page .col-right {
    width: 74.5%;
}
.herbal-category-page .woocommerce-notices-wrapper {
    width: 100%;
    margin-bottom: 8px;
}
.herbal-category-page .custom-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 35px;
}
.herbal-category-page .custom-toolbar .woocommerce-result-count {
    margin: 0px 10px 0px 0px;
    font-weight: 500;
}
.herbal-category-page .custom-toolbar .sorting_custom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
}
.herbal-category-page .sorting_custom > span {
    font-weight: 500;
    display: block;
    margin-right: 15px;
    font-size: 20px;
}
.herbal-category-page .sorting_custom form.woocommerce-ordering {
    margin: 0;
}
.herbal-category-page .sorting_custom select.orderby {
    padding: 0px 40px 0px 23px;
    border: solid 1px #e3e3e3;
    font-size: 16px;
    font-weight: 500;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    appearance: none;
    outline: none;
    background-color: #fff;
    background-image: url(../images/down-arrow-black.png);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center right 20px;
}

.herbal-category-page ul.products {
    display: flex;
    flex-wrap: wrap;
    margin-right: -22px;
    margin-left: -22px;
    margin-bottom: 10px;
}
.herbal-category-page ul.products li.product {
    width: calc(33.33% - 44px) !important;
    margin: 0px 22px 73px;
    background-color: #fff;
    position: relative;
    padding-bottom: 50px;
    border: solid 1px #e3e3e3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.woocommerce .herbal-category-page ul.products li.product .onsale,
.herbal_detail_page .single-related-products li.product span.onsale {
    background: #48bf91;
    right: auto;
    left: 0;
    top: 0;
    margin: 0;
    border-radius: 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    height: auto;
    min-height: inherit;
    line-height: 2;
    padding: 3px 6px;
}
.herbal-category-page ul.products li.product a.woocommerce-LoopProduct-link,
.herbal_detail_page .single-related-products li.product a.woocommerce-LoopProduct-link{
    display: block;
    color: inherit;
}
.herbal-category-page ul.products li.product a img,
.herbal_detail_page .single-related-products li.product a img {
    margin: 0;
}

.herbal-category-page ul.products .btn-wrap a.button {
    margin: 0;
}

.herbal-category-page ul.products .btn-wrap a.button:after {
    top: 2px;
}
.herbal-category-page ul.products .btn-wrap a.added_to_cart.wc-forward {
    padding: 0;
    font-size: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.herbal-category-page .woocommerce-pagination {
    margin-bottom: 70px;
}
.woocommerce nav.woocommerce-pagination ul,
.common-pagination {
    margin: 0;
    border: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.common-pagination > * {
    margin: 10px;
    border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *,
.common-pagination > * {
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    background: #fff;
    border: solid 1px #dddddd;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.woocommerce .woocommerce-pagination ul.page-numbers li > *:hover,
.woocommerce .woocommerce-pagination ul.page-numbers li > *.current,
.common-pagination > *:hover,
.common-pagination > *.current{
    color: #fff;
    background: #48bf91;
    border-color: #48bf91;
}
.herbal-category-page ul.products li.product .star-rating,
.herbal_detail_page .single-related-products .star-rating {
    height: auto;
    width: 100%;
    font-family: 'Neurial Grotesk';
}
.herbal-category-page ul.products li.product .star-rating:before,
.herbal-category-page ul.products li.product .star-rating span:before,
.herbal_detail_page .single-related-products .star-rating:before,
.herbal_detail_page .single-related-products .star-rating span:before{
    content: "";
}

/*============================ End category ===========================*/

/*============================ Start single-product ===========================*/
.single-product .common-banner,
.privacy-policy .common-banner,
.page-template-general .common-banner {
    padding: 0;
    min-height: 111px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 40%);
}
.single-product .common-banner .container,
.privacy-policy .common-banner .container,
.page-template-general .common-banner .container {
    display: none;
}
.herbal_detail_page .woocommerce-notices-wrapper > * {
    margin-left: auto;
    margin-right: auto;
}
.herbal_detail_page .product-top {
    margin-bottom: 80px;
}
.herbal_detail_page .product-top .custom-row {
    position: relative;
}
.woocommerce .herbal_detail_page .product-top .woocommerce-product-gallery {
    width: 44.5%;
    margin: 0;
}
.woocommerce-product-gallery .yith-wcwl-add-to-wishlist {
    margin-top: 0;
    position: absolute;
    left: 15px;
    top: 15px;
}
.woocommerce-product-gallery .yith-wcwl-add-to-wishlist span.separator {
    display: none;
}
.woocommerce-product-gallery .yith-wcwl-add-to-wishlist a.view-wishlist {
    display: none;
}

.herbal_detail_page .woocommerce-product-gallery .flex-viewport,
.herbal_detail_page .woocommerce-product-gallery > figure.woocommerce-product-gallery__wrapper {
    border: solid 1px #e3e3e3;
}
.herbal_detail_page .woocommerce-product-gallery ol.flex-control-thumbs {
    margin-top: 15px !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    display: flex;
    flex-wrap: wrap;
}
.herbal_detail_page .woocommerce-product-gallery ol.flex-control-thumbs > li {
    width: calc(20% - 20px) !important;
    margin: 10px !important;
}

.herbal_detail_page .woocommerce-product-gallery ol.flex-control-thumbs img {
    border: solid 1px #e3e3e3;
}

.herbal_detail_page .woocommerce-product-gallery ol.flex-control-thumbs img.flex-active,
.herbal_detail_page .woocommerce-product-gallery ol.flex-control-thumbs img:hover {
    border-color: #48bf91;
}
.woocommerce .herbal_detail_page .product-top .summary.entry-summary {
    margin: 0;
    width: 55.5%;
    padding-left: 110px;
}
.product-top .summary .product_title.entry-title {
    font-size: 50px;
    margin-bottom: 30px;
}
.woocommerce .product-top .summary .woocommerce-product-rating {
    margin-bottom: 30px;
    line-height: 1;
    font-size: 20px;
}
.woocommerce .product-top .summary .star-rating {
    margin-top: 0px;
    margin-right: 10px;
    color: #cabc1c;
    letter-spacing: 1px;
}
.woocommerce .product-top .summary a.woocommerce-review-link {
    color: #000;
}
.woocommerce .product-top .summary p.price {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    line-height: 1;
    margin-bottom: 20px;
}
.woocommerce-product-details__short-description p, .woocommerce-product-details__short-description ul, .woocommerce-product-details__short-descriptionol {
    font-size: 18px;
}
.woocommerce .product-top .summary form.cart {
    margin: 0;
    margin-bottom: 45px;
}
.woocommerce div.product form.cart .qty-wrap {
    width: 100%;
    border-bottom: solid 1px #e3e3e3;
    padding: 45px 0px;
    margin: 45px 0px;
    border-top: solid 1px #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.woocommerce div.product form.cart .qty-wrap > label {
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1;
    width: 100%;
}
.woocommerce .product-top .summary .quantity {
    margin: 0px !important;
    float: none !important;
    border: solid 1px #e3e3e3;
    padding: 5px 20px;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.woocommerce .product-top .summary .quantity input.qty_button {
    width: 25px;
    height: 25px;
    line-height: 0;
    text-align: center;
    background: #d2d2d2;
    border: none;
    color: #fff;
    border-radius: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
}
.woocommerce .product-top .summary .quantity input.qty {
    width: 124px;
    height: 48px;
    line-height: 50px;
    border: gainsboro;
    font-weight: 500;
    appearance: none;
    pointer-events: none;
}
.woocommerce .product-top .summary button.single_add_to_cart_button {
    font-size: 26px;
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    height: 70px;
    line-height: 70px;
    padding: 0px 35px;
    border-radius: 35px;
    background-color: #48bf91;
    text-decoration: none;
    max-width: 465px;
    width: 100%;
}
.woocommerce .product-top .summary > .product_meta {
    display: none;
}
.woocommerce .product-top .summary > .addtoany_header {
    display: none;
}
.woocommerce .product-top .summary > .addtoany_list {
    line-height: 1 !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce .product-top .summary > .addtoany_list:before {
    content: "Share it :";
    font-weight: 500;
    margin-right: 10px;
        margin-bottom: auto;
}
.woocommerce .product-top .summary > .addtoany_list a {
    padding: 0;
    margin-left: 12px;
}
.woocommerce .product-top .summary > .addtoany_list a img {
    max-width: 26px;
}
.herbal_detail_page .single_product_video_section {
    margin-top: 80px;
    padding: 0px 10%;
}
.herbal_detail_page .single-product-tabs {
    background-color: #f7f7f7;
    padding: 90px 0px;
    margin-bottom: 80px;
    position: relative;
}
.herbal_detail_page .single-product-tabs .container {
    position: relative;
    z-index: 11;
}
.woocommerce .single-product-tabs .woocommerce-tabs ul.tabs.wc-tabs {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.woocommerce .single-product-tabs .woocommerce-tabs ul.tabs.wc-tabs:before {
    border-color: #e3e3e3;
}
.woocommerce .single-product-tabs .woocommerce-tabs ul.tabs.wc-tabs li {
    margin: 0;
    border-radius: 0px;
    padding: 0;
    background: #fff !important;
    border: none;
    margin-right: 12px;
}
.woocommerce .single-product-tabs .woocommerce-tabs ul.tabs.wc-tabs li:before,
.woocommerce .single-product-tabs .woocommerce-tabs ul.tabs.wc-tabs li:after{
    opacity: 0;
}
.woocommerce .single-product-tabs .woocommerce-tabs ul.tabs.wc-tabs li a {
    font-weight: normal;
    color: #000 !important;
    font-size: 20px;
    line-height: 1;
    padding: 20px 25px;
    border: 1px solid #d3ced2;
    border-bottom: 0px;
}
.woocommerce .single-product-tabs .woocommerce-tabs ul.tabs.wc-tabs li.active a, 
.woocommerce .single-product-tabs .woocommerce-tabs ul.tabs.wc-tabs li a:hover {
    border-top-color: #48bf91;
}
.woocommerce .single-product-tabs .woocommerce-tabs .woocommerce-Tabs-panel {
    background: #fff;
    border: 1px solid #d3ced2;
    border-top: 0px;
    margin: 0px !important;
    padding: 50px 60px 60px!important;
}

.woocommerce-Tabs-panel p, .woocommerce-Tabs-panel ul, .woocommerce-Tabs-panel ol,
body .woocommerce-Tabs-panel{
    font-size: 20px;
}
.woocommerce-Tabs-panel ul {
    list-style: disc;
    padding-left: 25px;
}
.woocommerce-Tabs-panel ol{
    list-style: decimal;
    padding-left: 25px;
}
.woocommerce-Tabs-panel ul li:not(:last-child),
.woocommerce-Tabs-panel ol li:not(:last-child) {
    margin-bottom: 8px;
}
.woocommerce-Tabs-panel > h2.sub-title {
    display: none;
}
.woocommerce .single-product-tabs #reviews #comments h2,
.woocommerce .single-product-tabs .woocommerce-tabs .woocommerce-Tabs-panel .custom-row .column:not(:last-child) {
    margin-bottom: 30px;
}
.woocommerce .single-product-tabs #reviews #comments {
    margin-bottom: 30px;
}
.single-product-tabs #review_form form.comment-form p {
    margin-bottom: 20px !important;
}
.single-product-tabs #review_form form.comment-form label:not([for="wp-comment-cookies-consent"]) {
    font-weight: 500;
    display: block;
    margin-bottom: 18px;
    line-height: 1;
}
.single-product-tabs #review_form form.comment-form input:not(input[type=checkbox],input[type="submit"]),
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select {
    width: 100%;
    display: block;
    font-size: 16px;
    height: 44px;
    line-height: 42px;
    border: solid 1px #d3ced2;
    padding: 0px 15px;
}



.single-product-tabs #review_form form.comment-form textarea#comment {
    padding: 12px 15px;
    font-size: 16px;
    border: solid 1px #d3ced2;
    height: 150px;
    line-height: 1.4;
}
.single-product-tabs #review_form form.comment-form input[type=checkbox] {
    margin: 0px 6px 0px 0px;
    width: 15px;
    height: 15px;
}
.single-product-tabs #review_form form.comment-form p.form-submit {
    margin-bottom: 0px !important;
}
.woocommerce .single-product-tabs .woocommerce-tabs .woocommerce-Tabs-panel .custom-row .column .sub-title {
    font-size: 25px;
    margin-bottom: 10px;
}
.woocommerce .single-product-tabs .woocommerce-tabs .woocommerce-Tabs-panel .custom-row .column:not(:last-child) {
    margin-bottom: 30px;
}
.woocommerce-Tabs-panel p a,
.woocommerce-Tabs-panel li a {
    color: #000;
    font-weight: 500;
}
.herbal_detail_page .single-related-products {
    margin-bottom: 100px;
}
.woocommerce .single-product-tabs .woocommerce-tabs .woocommerce-Tabs-panel .custom-row .column{
    width: 100%;
}

/* start FAQ Accordion */
.products-faq-main {
    margin-bottom: 100px;
}

.faq-accordion {
    margin-bottom: 30px;
}
.faq-accordion .card {
    box-shadow: 0 1px 1px 0 rgb(0,0,0,0.25);
    margin-bottom: 10px;
    background: #ffffff;
    border-bottom: 0;
}
.faq-accordion .card-header {
    padding: 0;
    border-bottom: 1px solid #d3ced2;
    background: transparent;
}
.faq-accordion .card-header .btn:focus {
    outline: 0;
    border: 0;
    text-decoration: none !important;
    box-shadow: none;
}
.faq-accordion .card-header .btn:hover {
    text-decoration: none !important;

}
.faq-accordion .card-header .btn:after {
    content: "\f107";
    font-family: 'FontAwesome';
    float: right;
    font-size: 1.2em;
    transition: transform 0.3s;
    right: -18px;
    position: relative;
    color: #45be93;
}
.faq-accordion .card-header .btn[aria-expanded="true"]:after {
    content: "\f106";
}
.faq-accordion .card-header .btn {
    width: 100%;
    text-align: left;
    padding: 15px 30px 15px 15px;
    border: 0;
    font-weight: 500;
    font-size: 18px;
    color: black;
}
.faq-accordion .card-body {
    padding: 15px;
}
.faq-accordion .card:not(:last-child) {
    border-bottom: none;
}
.faq-accordion .card-body p, .faq-accordion .card-body ul, .faq-accordion .card-body ol {
    font-size: 16px;
}


/*============================ End single-product ===========================*/

/*============================ Start account page ===========================*/
.my-account-details,
section.page-details {
    float: left;
    width: 100%;
    margin-bottom: 100px;
}
.wishlist-title-container {
    display: none;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}
.woocommerce table.shop_table th {
    font-weight: 500;
}
table.wishlist_table thead th {
    border-top: 0px;
}
.wishlist_table .product-add-to-cart a {
    border: none;
    box-shadow: none;
    color: #fff !important;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 20px;
    background-color: #48bf91;
}
body.woocommerce table.wishlist_table {
    font-size: 80%;
    font-size: 16px;
    margin: 0;
}
table.wishlist_table tbody td {
    text-align: left;
}
.wishlist_table tr td.product-name a {
    color: #000;
    font-weight: 500;
}
body.woocommerce a.remove {
    color: red !important;
    font-weight: normal !important;
    background: transparent !important;
    width: auto;
    height: auto;
    font-size: 29px;
}
body.woocommerce a.remove:hover{
    color: red !important;
}
.wishlist_table.mobile li {
    margin-bottom: 0;
}
.wishlist_table.wishlist_view li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #d9d9d9;
}
.wishlist_table.mobile li .item-wrapper .item-details .product-name h3 {
    margin-bottom: 10px;
    font-size: 20px;
}
.wishlist_table.mobile li .item-wrapper .item-details .product-name a{
    color: #000;
}
.wishlist_table.wishlist_view .additional-info-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wishlist_table.wishlist_view .additional-info-wrapper table.additional-info {
    margin: 0;
    margin-right: 10px;
}
.wishlist_table.wishlist_view .additional-info-wrapper .product-add-to-cart {
    margin: 0px !important;
    margin-left: auto !important;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: right;
    margin-left: 10px;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove a.remove_from_wishlist {
    color: red;
    line-height: 1;
}
.wishlist_table.images_grid li .item-details table.item-details-table td.label, 
.wishlist_table.mobile li .item-details table.item-details-table td.label, 
.wishlist_table.mobile li table.additional-info td.label, 
.wishlist_table.modern_grid li .item-details table.item-details-table td.label {
    font-weight: 500;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    margin: 30px 0;
    border-radius: 0;
}
.woocommerce form .form-row {
    padding: 0;
    margin: 0 0 0px;
    width: 100%;
}
.woocommerce form .woocommerce-privacy-policy-text,
.woocommerce form .form-row:not(:last-child){
    margin-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper,
form.woocommerce-EditAccountForm.edit-account > fieldset{
    margin-bottom: 25px;
}
.woocommerce form *,
.woocommerce-account .woocommerce-MyAccount-content *{
    font-size: 18px;
}
.woocommerce form .form-row label {
    display: block;
    line-height: 1.2;
    margin-bottom: 13px;
    font-weight: 500;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
}
.woocommerce form p a{
    color: #000;
    font-weight: 500;
}
.woocommerce form .password-input input[type=password], 
.woocommerce-page form .password-input input[type=password]{
    padding-right: 30px;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    right: 8px;
    top: 10px;
}
.woocommerce form.lost_reset_password,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address{
    border: 1px solid #d3ced2;
    padding: 20px;
}
.woocommerce form .form-row span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-account .addresses .title .edit {
    color: #48bf91;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul {
    background: #f7f7f7;
    width: 90%;
    font-size: 18px;
}

.woocommerce-account .woocommerce-MyAccount-navigation > ul > li:not(:last-child) {
    border-bottom: solid 1px #ababab;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li > a {
    color: #000;
    text-transform: uppercase;
    display: block;
    padding: 10px 15px;
    transition: all 0.5s;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li > a:hover, .woocommerce-account .woocommerce-MyAccount-navigation > ul > li.is-active > a {
    background: #48bf91;
    color: #fff;
}
.woocommerce-MyAccount-content p a {
    color: #48bf91;
    font-weight: 500;
}
.woocommerce form .form-row label.woocommerce-form__label {
    width: 100%;
}
/*============================ End account page ===========================*/

/*============================ Start search_result-contant page ===========================*/
.search_result-contant {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.search_result-contant .custom-row {
    margin-left: -22px;
    margin-right: -22px;
}
.search_result-contant .custom-row > * {
    width: calc(33.33% - 44px);
    margin: 0px 22px 70px;
}
.search_result-contant .column .inner-column{
    height: 100%;
}
.shipping_returns li:not(:last-child) {
    margin-bottom: 5px;
}
.shipping_returns li i.fa {
    color: #48bf91;
    margin-right: 0.3em;
    font-size: 0.8em;
}
/*============================ End search_result-contant page ===========================*/

/*============================ Start about page ===========================*/
.about-top-section {
    float: left;
    width: 100%;
    margin-bottom: 80px;
}
.about-top-section .col-left {
    width: 50%;
}
.about-top-section .col-right {
    width: 50%;
    padding-left: 10%;
}
.about-top-section .text-box {
    margin-top: 40px;
}
.about-doctor-section.about-top-section .col-right {
    padding-left: 0;
    padding-right: 30px;
}
.about-choose-us {
    margin-bottom: 80px;
}
.about-choose-us .custom-row {
    margin-left: -22px;
    margin-right: -22px;
}
.about-choose-us .column {
    text-align: center;
    width: calc(25% - 44px);
    margin: 0px 22px;
    background: #fff;
    border: solid 1px #e3e3e3;
    padding: 70px 25px;
}

.about-choose-us .column .title {
    font-size: 70px;
    line-height: 1;
    color: #48bf91;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 25px;
    position: relative;
}

.about-choose-us .column .title:before {
    content: "";
    width: 24px;
    height: 4px;
    background: #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-choose-us .column .sub-title {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}
.home-testimonials.about-testimonials {
    margin-bottom: 120px;
}
/*============================ End about page ===========================*/

/*============================ Start blog page ===========================*/
.blog-main,
.blog-details {
    margin-bottom: 80px;
}
.blog-main .left-bar,
.blog-details .left-bar {
    width: 66.66%;
    padding-right: 15px;
}
.blog-main .right-bar,
.blog-details .right-bar {
    width: 33.33%;
    padding-left: 55px;
}
.blog-main .left-bar .column {
    position: relative;
    padding: 30px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #e3e3e3;
}
.blog-main .left-bar .col-left {
    width: 43%;
}

.blog-main .left-bar .col-right {
    width: 57%;
    margin: auto;
    padding-left: 60px;
    padding-right: 30px;
}

.blog-main .left-bar .sub-title {
    font-size: 24px;
    font-weight: 500;
}

.blog-main .left-bar .col-right p {
    font-size: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blog-main .left-bar .btn-wrap {
    position: absolute;
    right: 0;
    overflow: hidden;
    bottom: 0;
    margin: 0;
}
.blog-main .left-bar .btn-wrap a {
    width: 120px;
    text-align: center;
    color: #fff;
    background: #48bf91;
    height: 120px;
    border-radius: 100%;
    transform: translate(50%, 50%);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 27px;
    font-size: 20px;
}
/*============================ End blog page ===========================*/

/*============================ Start blog detail page ===========================*/
.blog-details .blog-post .heading-wrap {
    margin-bottom: 2.2em;
}
.blog-details .blog-post .heading-title {
    font-size: 1.7em;
    margin: 0;
}
.blog-details .main-img {
    width: 100%;
    margin-bottom: 2em;
}

.blog-details .blog-post,
.blog-details .blog-post p, 
.blog-details .blog-post ul, 
.blog-details .blog-post ol {
    font-size: 22px;
}
.blog-details .blog-post h2 {
    font-size: 1.45em;
    margin-bottom: 0.6em;
}
.blog-details .blog-post h3 {
    font-size: 1.15em;
    margin-bottom: 0.6em;
}
.blog-details .blog-post h4 {
    font-size: 1em;
    margin-bottom: 0.6em;
}
.blog-details .blog-post ol {
    list-style: decimal;
    padding-left: 20px;
}
.blog-details .blog-post ul {
    list-style: disc;
    padding-left: 20px;
}
.blog-details .blog-post li:not(:last-child) {
    margin-bottom: 5px;
}
.blog-details .design-box {
    margin: 25px 0px;
    font-size: 30px;
    border-left: solid 3px #48bf91;
    padding-left: 25px;
}
.blog-details .addtoany_share_save_container {
    margin: 30px 0 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
    padding: 25px 0px;
}
.blog-details .addtoany_header {
    margin: 0px 10px 0px 0px;
}
.blog-details .addtoany_share_save_container .addtoany_list > a {
    padding: 0;
    margin-left: 10px;
}
.blog-details .addtoany_share_save_container .addtoany_list img {
    max-width: 23px;
    margin: 0;
}
.blog-details .left-bar .nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.blog-details .left-bar .nav-wrap a {
    color: #000;
    border: solid 1px #e3e3e3;
    line-height: 1;
    font-size: 20px;
    padding: 13px 22px;
}
.blog-details .left-bar .nav-wrap i.fa.fa-angle-double-right {
    margin-left: 0.1em;
}
.blog-details .left-bar .nav-wrap i.fa.fa-angle-double-left {
    margin-right: 0.1em;
}

/*============================ End blog detail page ===========================*/

/*============================ Start contact page ===========================*/
.contact-form-main {
    float: left;
    width: 100%;
    margin-bottom: 80px;
}
.contact-form-main .col-left {
    width: 33.33%;
    padding-right: 30px;
}
.contact-form-main .col-left ul,
.contact-form-main .col-left p {
    font-size: 20px;
}
.contact-form-main .col-left li:not(:last-child) {
    margin-bottom: 2em;
}
.contact-form-main .col-left li {
    display: flex;
    flex-wrap: wrap;
}
.contact-form-main .col-left .icon-box {
    width: 4.5em;
    height: 4.5em;
    display: flex;
    flex-wrap: wrap;
    margin-right: 2em;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #48bf91;
    color: #fff;
    line-height: 1;
}
.contact-form-main .col-left p span {
    display: block;
    line-height: 1.8;
}
.contact-form-main .col-left .tex-box {
    width: calc(100% - 6.5em);
    margin: auto;
}
.contact-form-main .col-left strong,
.contact-form-main .col-left .call a {
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1;
}
.contact-form-main .col-left .tex-box a{
    color: #000;
    line-height: 1;
}
.contact-form-main .col-left p:not(:last-child) {
    margin-bottom: 0.3em;
}
.contact-form-main .col-left .icon-box i.fa {
    font-size: 1.5em;
}

.contact-form-main .col-right {
    width: 66.66%;
    background-color: #f7f7f7;
    padding: 80px 90px;
}
.contact-form-main .sub-title {
    font-size: 50px;
    margin-bottom: 35px;
}
.contact-form-main .col-right .custom-row {
    margin-left: -9px;
    margin-right: -9px;
}

.contact-form-main .col-right .column {
    width: 100%;
    padding: 0px 9px;
    margin-bottom: 18px;
}
.contact-form-main .col-right .column.col_2 {
    width: 50%;
}
.contact-form-main .col-right input:not([type="submit"]) {
    width: 100%;
    border: solid 1px #e3e3e3;
    background: #fff;
    color: #000;
    height: 70px;
    padding: 0px 30px;
}
.contact-form-main .col-right .wpcf7-form-control-wrap {
    display: block;
}
.contact-form-main .col-right textarea {
    width: 100%;
    border: solid 1px #e3e3e3;
    background: #fff;
    color: #000;
    height: 150px;
    padding: 20px 30px;
}
.contact-form-main .col-right span.wpcf7-not-valid-tip {
    font-size: 15px;
    margin-top: 5px;
}
.contact-form-main .col-right .wpcf7-response-output {
    margin: 20px 0px 0px;
    font-size: 0.7em;
    text-align: center;
}
.contact-map {
    float: left;
    width: 100%;
    margin-bottom: 110px;
}
/*============================ End contact page ===========================*/

/*============================ Start cart page ===========================*/

section.cart-details,
section.checkout-details{
    float: left;
    width: 100%;
    margin-bottom: 80px;
}
form.woocommerce-cart-form {
    width: 70%;
    padding-right: 30px;
}
.woocommerce table.shop_table {
    margin: 0;
    border-radius: 0;
    border-color: #1c3866;
}
.woocommerce table.shop_table th {
    font-weight: 500;
}

.woocommerce table.shop_table td a {
    color: #000;
    font-weight: 500;
    display: block;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 270px;
    font-size: 15px;
    border: solid 1px #1c3866;
    color: #1c3866;
    padding: 0px 10px;
    height: 36px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    border-radius: 18px;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    border-radius: 18px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    padding: 0px 15px;
    background: #48bf91;
    color: #fff !important;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, 
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, .woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
    padding: 0 15px;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgb(28 56 102);
}
#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-color: #1c3866;
}
.woocommerce .cart-collaterals .cart_totals h2 {
    line-height: 1;
    margin-bottom: 20px;
    font-size: 28px;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding-bottom: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 16px;
    background: #48bf91 !important;
}
.cart-details .entry-content > .woocommerce {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.cart-details .entry-content .woocommerce-notices-wrapper {
    width: 100%;
}
section.cart-details .cart-collaterals {
    width: 30%;
    background: #f7f7f7;
    padding: 25px;
}
section.cart-details .cart-collaterals .cart_totals {
    width: 100%;
    font-size: 18px ;
}
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 60px;
}
.cart-details .entry-content > .woocommerce > p.cart-empty {
    width: 100%;
}
.woocommerce table.shop_table td label[for="quantity"] {
    display: none;
}
.woocommerce table.shop_table .quantity input.qty_button {
    display: none;
}
.woocommerce table.shop_table a.remove {
    color: red !important;
    font-weight: normal !important;
    background: transparent !important;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 500;
}
/*============================ End cart page ===========================*/

/*=================== Start checkout page ===================*/

.checkout-details .checkout.woocommerce-checkout div#wc-stripe-payment-request-wrapper,
.woocommerce-checkout form.checkout #wc-stripe-payment-request-button-separator {
    display: none !important;
}

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a{
    color: #a31e22;
}
.woocommerce .col2-set .col-1, 
.woocommerce .col2-set .col-2 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
}
.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3,
form.checkout.woocommerce-checkout > h3,
.woocommerce-checkout .orderbox > h3 ,
.checkout-details h3#ship-to-different-address {
    line-height: 1;
    margin-bottom: 20px;
    font-size: 28px;
}
.checkout-details p.form-row > label {
    width: 100%;
    line-height: 1;
    margin-bottom: 11px;
    color: #000;
}
.checkout-details p.form-row > .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.checkout-details p.form-row > .woocommerce-input-wrapper > input {
    font-size: 15px;
    border: solid 1px #1c3866;
    color: #1c3866;
    padding: 0px 10px;
    height: 36px;
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1c3866;
    line-height: 36px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #1c3866;
    border-radius: 0;
}
.select2-container .select2-selection--single {
    height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}
.checkout-details p.form-row > .woocommerce-input-wrapper textarea {
    font-size: 15px;
    border: solid 1px #1c3866;
    color: #1c3866;
    padding: 10px;
    height: 90px;
    width: 100%;
}
.checkout-details .checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
}
.checkout-details .checkout.woocommerce-checkout #customer_details {
    width: calc(64% - 2px);
    padding-right: 30px;
}
.checkout-details .checkout.woocommerce-checkout #customer_details > * {
    width: 100%;
    padding: 0;
}
.woocommerce-checkout .orderbox {
    width: 30%;
    background: #f1f1f1;
    padding: 25px;
    margin-bottom: auto;
    margin-left: auto;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: normal;
    border-color: rgb(28 56 102);
}
.checkout-details .checkout.woocommerce-checkout .woocommerce-checkout-payment {
    margin-top: 30px;
    border-radius: 0px !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background: #48bf91;
    border-radius: 25px;
    width: 100%;
}
.woocommerce form.checkout_coupon input#coupon_code {
    font-size: 15px;
    border: solid 1px #1c3866;
    color: #1c3866;
    padding: 0px 10px;
    height: 36px;
    width: 100%;
}
.woocommerce form.checkout_coupon button.button {
    
}
.checkout-details .checkout.woocommerce-checkout #customer_details > .col-2 {
    margin-top: 20px;
}
.checkout-details .woocommerce form .form-row {
    padding: 0px;
    margin: 0 0 15px;
}
.woocommerce-checkout .checkout input#ship-to-different-address-checkbox {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.woocommerce-checkout #payment ul.wc_payment_methods {
    background: #f1f1f1;
    padding: 0;
}
.woocommerce-checkout #payment ul.wc_payment_methods .form-row {
    display: block;
    padding: 0;
    width: 100%;
    margin: 0px;
}
.woocommerce-checkout #payment ul.wc_payment_methods .form-row label {
    color: #1c3866;
}
/*=================== End checkout page ===================*/



