/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */

/* Your custom CSS below */

#et-boc a:hover {
    opacity: 1;
}

#et-boc a:focus {
    outline: none;
    text-decoration: none;
}
#customer-slider button.slick-prev.slick-arrow {
    z-index: 9;
    left: calc(50% - 40px);
    background-image: url(https://twakhealthcare.com/wp-content/uploads/2025/06/left-arrow.svg) !important;
}
#et-boc a {
    text-decoration: none;
}

#et-boc li {
    list-style-type: none;
}
#et-boc header .et_pb_row:last-child {
    align-items: center;
    display: flex;
	 padding-bottom: 10px ! IMPORTANT;
}

#et-boc ul#menu-custom-menu > li {
    margin: 0;
    padding: 0px 15px;
}

#et-boc ul#menu-custom-menu > li > a::after {
    position: absolute;
    content: "";
    background: #67c146;
    left: 0;
    bottom: 0;
    top: auto;
    width: 0;
    height: 2px;
    transition: all 0.8s ease;
}

#et-boc ul#menu-custom-menu > li.current-menu-item > a::after {
    width: 100%;
}

#et-boc ul#menu-custom-menu > li > a:hover::after {
    width: 100%;
}
#et-boc ul#menu-drop-menu > li {
    margin: 0;
    padding: 0px 17px;
    border-right: 1px solid #304766;
}

#et-boc ul#menu-drop-menu > li:last-child {
    border-right: 0;
}

#et-boc ul#menu-drop-menu > li > a {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}
#et-boc header .et_pb_row:last-child .et_pb_column:last-child .et_pb_menu__wrap {
    justify-content: end;
}

#et-boc header.down .et_pb_row:last-child .et_pb_column img {
    max-width: 85px;
}

#et-boc header .et_pb_row:last-child .et_pb_column img {
    transition: all 0.2s ease;
}
#et-boc header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}
#et-boc .hero-slide .et_pb_slide {
    height: calc(100vh - 153px);
	padding: 0;
}
#et-boc .hero-slide .et-pb-controllers {
    display: flex;
    justify-content: center;
    gap: 8px;
    bottom: 50px;
}

#et-boc .hero-slide .et-pb-controllers > a {
    margin: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 100%;
    opacity: 1;
}

#et-boc .hero-slide .et-pb-controllers > a.et-pb-active-control {
    background: #fff;
}
#et-boc header.down .et_pb_row:last-child {
    padding-top: 7px !important;
    padding-bottom: 7px !IMPORTANT;
}
#et-boc header.down .et_pb_row {
    transition: all 0.2s ease;
}
#et-boc header.down .et_pb_row:first-child {
    padding-top: 7px !IMPORTANT;
    padding-bottom: 7px !IMPORTANT;
}
#et-boc footer .et_pb_row:first-child .et_pb_column {
    margin: 0;
}

#et-boc footer .et_pb_row:first-child .et_pb_column:first-child {
    width: 31%;
}

#et-boc footer .et_pb_row:first-child .et_pb_column:last-child {
    width: 31%;
    margin-left: 40px;
}

#et-boc footer .et_pb_row:first-child .et_pb_column:nth-child(2) {
    width: 19%;
    margin-left: 50px;
}

#et-boc footer .et_pb_row:first-child .et_pb_column:nth-child(3) {
    width: 19%;
    margin-left: 40px;
}

#et-boc footer .et_pb_row:first-child {
    display: flex;
}

#et-boc footer .et_pb_row:first-child h4 {
    padding-bottom: 15px;
}

#et-boc footer .et_pb_row:first-child ul > li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#et-boc footer .et_pb_row:first-child ul > li > a {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    line-height: 20px !IMPORTANT;
}

#et-boc footer .et_pb_row:first-child ul > li:last-child {
    margin-bottom: 0 !important;
}

#et-boc footer .et_pb_row:first-child .fwidget {
    margin-bottom: 0px !important;
}

#et-boc footer .et_pb_row:first-child ul#menu-quick-links > li > a {
    position: relative;
    padding-bottom: 8px;
}

#et-boc footer .et_pb_row:first-child ul#menu-quick-links > li > a::after {
    position: absolute;
    content: "";
    background: #fff;
    bottom: 0;
    left: 0;
    top: auto;
    width: 0;
    height: 2px;
    transition: all 0.8s ease;
}

#et-boc footer .et_pb_row:first-child ul#menu-quick-links > li.current-menu-item > a::after {
    width: 100%;
}

#et-boc footer .et_pb_row:first-child h6 {
    padding: 0;
}

#et-boc footer .sub-perent > p {
    display: flex;
    width: 100%;
}

#et-boc footer .sub-perent > p > span > input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 8px;
    position: relative;
}
#et-boc input {
	outline: none;
}
#et-boc footer .sub-perent > p > input.theme-btn {
    position: absolute;
    right: 3px;
    background-color: #304766;
    left: auto;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border: 1px solid #304766;
    border-radius: 5px;
    font-family: 'Ubuntu';
    transition: all 0.8s ease;
    font-weight: 500;
    font-size: 16px;
    padding: 4px 26px;
}

#et-boc footer .sub-perent > p > span.wpcf7-spinner {
    display: none;
}

#et-boc footer .sub-perent > p > span.wpcf7-form-control-wrap {
    width: 100%;
}

#et-boc footer .sub-perent > p > input.theme-btn:hover {
    background: transparent;
    color: #304766;
}
#et-boc footer .et_pb_row:first-child ul#menu-social-media {
    display: flex;
    gap: 15px;
}

#et-boc footer .et_pb_row:first-child ul#menu-social-media > li {
    margin-bottom: 0px !IMPORTANT;
}

::placeholder {
    font-size: 16px;
    color: #304766bd;
    font-family: 'Ubuntu';
}
#et-boc footer .et_pb_row:first-child ul#menu-quick-links > li > a:hover::after {
    width: 100%;
}
#et-boc .hero-slide .et_pb_slide_description {
    max-width: 490px;
    margin: 0px auto 0px 0px;
}

#et-boc .hero-slide .et_pb_container {
    margin: 0px auto;
}
#et-boc .hero-slide .et_pb_slide_description h1 {
    padding-bottom: 15px;
}

#et-boc .hero-slide .et_pb_slide_description .et_pb_button {
    margin-top: 30px;
}
#et-boc header .et_pb_row:last-child .et_pb_column {
    width: auto;
}

#et-boc header .et_pb_row:last-child .et_pb_column:nth-child(2) {
    margin: 0px auto;
}
#et-boc .hero-slide .et_pb_slide_content {
    font-size: 16px;
}
#et-boc .pb-sec{
	padding-bottom: 80px !important;
}


#et-boc .our-best-seller .et_pb_row:last-child .et_pb_column .et_pb_main_blurb_image {
    margin-bottom: 20px;
}
#et-boc header .et_pb_row:last-child .et_pb_column:first-child {
    width: 100px;
}
#et-boc .d-align-center{
	display: flex;
	align-items: center;
}
#et-boc .d-align-end {
	display: flex;
	align-items: end;
}
#et-boc .tagline-sec .et_pb_column {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nature-sec .et_pb_button_module_wrapper {
    max-width: 600px;
    margin: 20px 0px 0px auto;
}
#et-boc .inner-bnr {
    position: relative;
}

#et-boc .inner-bnr::after {
    position: absolute;
    content: "";
    background: #00000047;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#et-boc .tagline-sec .et_pb_column h4.et_pb_module_header {
    font-weight: 400;
    padding: 0;
}

#et-boc .tagline-sec .et_pb_column .et_pb_blurb_container {
    padding: 0;
}

#et-boc .tagline-sec .et_pb_column .et_pb_blurb_content {
    display: flex;
    align-items: center;
    gap: 10px;
}

#et-boc .tagline-sec .et_pb_column .et_pb_blurb_content .et_pb_main_blurb_image {
    margin: 0;
}
#et-boc .tagline-sec .et_pb_column .et_pb_blurb_content .et_pb_main_blurb_image img {
    height: 35px;
    object-fit: contain;
}
#et-boc .available-sec .et_pb_row:last-child .et_pb_column {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#et-boc .available-sec .et_pb_row:last-child .et_pb_column .et_pb_module {
    width: auto;
}
#et-boc .available-sec {
    padding-bottom: 50px !important;
}
#et-boc .c-blurb p {
    padding-bottom: 20px;
}

#et-boc .c-blurb p > img {
    margin-bottom: 30px;
}

#et-boc .c-blurb .user-perent {
    display: flex;
    align-items: center;
    gap: 7px;
}
#et-boc .c-blurb .user-perent p {
    padding: 0;
}
#et-boc .c-blurb .user-perent span {
    font-family: 'Ubuntu';
    font-weight: 500;
    color: #304766;
    font-size: 18px;
    line-height: 20px;
}
#et-boc #customer-slider .slick-track .et_pb_module.et_pb_text {
    margin: 0px 15px;
}

#et-boc #customer-slider button.slick-arrow {
    position: absolute;
    bottom: 0;
    top: auto;
    width: 45px;
    height: 45px;
	padding: 0px;
    background: #304766;
    border: 1px solid #304766;
    border-radius: 100%;
    text-indent: -99999999px;
    background-image: url("https://twakhealthcare.com/wp-content/uploads/2025/06/right-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
	cursor: pointer;
}
#customer-slider button.slick-next.slick-arrow {
    left: calc(50% - -40px);
}
#customer-slider .slick-track {
    padding-bottom: 75px;
}
#customer-slider button.slick-prev.slick-arrow {
    z-index: 9;
    left: calc(50% - 40px);
    background-image: url("https://twakhealthcare.com/wp-content/uploads/2025/06/left-arrow.svg");
}
#et-boc .skin-sec {
    padding-bottom: 80px !IMPORTANT;
}
#et-boc .philosophy-sec p {
    padding-bottom: 10px;
}

#et-boc .philosophy-sec .list-perent {
    display: flex;
    padding-bottom: 15px;
}

#et-boc .philosophy-sec .list-perent h6 {
    color: #304766;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 0;
    max-width: 140px;
    width: 100%;
}
#et-boc .philosophy-sec p:nth-child(3) {
    padding-bottom: 30px;
}
#et-boc .philosophy-sec .list-perent:last-child {
    padding-bottom: 0;
}
#et-boc .skin-sec p {
    padding-bottom: 10px;
}
#et-boc #sb_instagram.sbi_palette_custom_1 #sbi_load .sbi_follow_btn a {
    border: 1px solid #67C146;
    background: transparent !important;
    color: #67C146 !important;
    font-family: 'Ubuntu';
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 30px;
    transition: all 0.8s ease;
    padding: 8px 15px;
}

#et-boc #sb_instagram.sbi_palette_custom_1 #sbi_load .sbi_follow_btn a > svg {
    font-size: 30px;
    height: 23px;
}

#et-boc #sb_instagram.sbi_palette_custom_1 #sbi_load .sbi_follow_btn a:hover {
    background: #67C146 !important;
    box-shadow: unset;
    color: #ffff !important;
}

#et-boc #sb_instagram {
    padding-bottom: 0px !IMPORTANT;
}

#et-boc #sb_instagram #sbi_images {
    padding: 0;
}

#et-boc #sb_instagram.sbi_palette_custom_1 #sbi_load .sbi_follow_btn a:focus {
    box-shadow: none;
}

#et-boc #sb_instagram.sbi_palette_custom_1 #sbi_load .sbi_follow_btn a:active {
    box-shadow: none;
}


#et-boc .et_pb_ajax_pagination_container a.entry-featured-image-url {
    margin-bottom: 15px;
    height: 300px;
    border-radius: 5px;
    overflow: hidden;
    order: -1;
}

#et-boc .et_pb_ajax_pagination_container a.entry-featured-image-url img {
    border-radius: 5px;
    height: 300px;
    object-fit: cover;
    transition: all 0.8s ease;
    width: 100%;
}

#et-boc .et_pb_ajax_pagination_container a.entry-featured-image-url img:hover {
    transform: scale(1.1);
}

#et-boc .et_pb_ajax_pagination_container h2 > a {
    color: #304766;
}

#et-boc .et_pb_ajax_pagination_container h2 {
    font-size: 22px;
    font-weight: 500;
}

#et-boc .et_pb_ajax_pagination_container .et_pb_post {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}

#et-boc .et_pb_ajax_pagination_container p.post-meta {
    order: -1;
}

#et-boc #journey-slider .et_pb_blurb_content {
    display: flex;
    align-items: center;
    background: #EBE8E5CC;
    border-radius: 5px;
}

#et-boc #journey-slider .et_pb_blurb_content .et_pb_main_blurb_image {
    max-width: 280px;
    width: 100%;
    height: 350px;
    margin: 0;
}
#et-boc #journey-slider .et_pb_blurb {
    padding: 0px 15px;
}

#et-boc #journey-slider button.slick-arrow {
    position: absolute;
    bottom: 0;
    top: auto;
    width: 45px;
    right: 0;
    height: 45px;
    padding: 0;
    background: #304766;
    border: 1px solid #304766;
    border-radius: 100%;
    text-indent: -99999999px;
    background-image: url("https://twakhealthcare.com/wp-content/uploads/2025/06/right-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    left: auto;
}

#journey-slider button.slick-prev.slick-arrow {
    z-index: 9;
    background-image: url("https://twakhealthcare.com/wp-content/uploads/2025/06/left-arrow.svg");
    left: 0;
    right: auto;
}

#et-boc #journey-slider .et_pb_blurb_content .et_pb_main_blurb_image img {
    height: 350px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px 0px 0px 5px;
}

#et-boc #journey-slider .et_pb_blurb_content .et_pb_blurb_container {
    padding: 30px;
	   width: calc(100% - 280px);
}

#et-boc #journey-slider .et_pb_blurb_content .et_pb_blurb_container h4.et_pb_module_header {
    font-weight: 500;
    padding-bottom: 50px;
    color: #304766;
    font-size: 35px;
    line-height: 35px;
}

#et-boc #journey-slider .et_pb_blurb_content .et_pb_blurb_container h5 {
    color: #304766;
    font-size: 25px;
    line-height: 24px;
}

#et-boc #journey-slider .et_pb_blurb {
    padding: 0px 15px;
}
#et-boc #journey-slider button.slick-arrow {
    position: absolute;
    bottom: 0;
    top: auto;
    width: 45px;
    right: 0;
    height: 45px;
    padding: 0;
    background: #304766;
    border: 1px solid #304766;
    border-radius: 100%;
    text-indent: -99999999px;
    background-image: url("twakhealthcare.com/wp-content/uploads/2025/06/right-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    left: auto;
}

#et-boc #journey-slider button.slick-prev.slick-arrow {
    z-index: 9;
    background-image: url("twakhealthcare.com/wp-content/uploads/2025/06/left-arrow.svg");
    left: 0;
    right: auto;
}
#et-boc #journey-slider ul.slick-dots {
    padding: 0px 70px;
    display: flex;
    justify-content: space-between;
}

#et-boc #journey-slider ul.slick-dots li button {
    border: none;
    width: 200px;
    position: relative;
    padding: 0;
    margin-left: 18px;
    height: 1px;
    background: #30476666;
    border-radius: 100%;
    text-indent: -9999999px;
}

#et-boc #journey-slider ul.slick-dots li {
    display: flex;
    padding-top: 45px;
    position: relative;
    cursor: pointer;
}

#et-boc #journey-slider ul.slick-dots li button::before {
    position: absolute;
    content: "";
    background: #30476666;
    left: -18px;
    bottom: auto;
    height: 8px;
    width: 8px;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    border-radius: 100%;
}

#et-boc #journey-slider ul.slick-dots li::before {
    position: absolute;
    content: "2018";
    top: 0;
    bottom: auto;
    left: 0;
    font-family: 'Ubuntu';
    color: #30476666;
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
}
#et-boc #journey-slider .slick-track {
    padding-bottom: 30px;
}
#et-boc #journey-slider ul.slick-dots li.slick-active::before {
    color: #304766;
}

#et-boc #journey-slider ul.slick-dots li.slick-active button::before {
	background: #304766;
}

#et-boc #journey-slider ul.slick-dots li.slick-active button {
    background: #304766;
}


#et-boc .outlook-sec .et_pb_row:last-child .et_pb_column .et_pb_blurb {
    border-right: 1px solid #304766;
}

#et-boc .outlook-sec .et_pb_row:last-child .et_pb_column .et_pb_blurb:last-child {
    border-right: 0;
}
#et-boc .outlook-sec .et_pb_row:last-child .et_pb_column .et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: 20px;
}

#et-boc .diffrent-sec .et_pb_main_blurb_image {
    margin-bottom: 10px;
}
#et-boc .contact-sec table tr {
    display: flex;
    margin-bottom: 15px;
    gap: 30px;
}

#et-boc .contact-sec table td {
    border: none;
    padding: 0;
    width: 100%;
}


#et-boc .contact-sec table tr td p input::placeholder {
    color: #67C146;
    font-family: 'Outfit';
    font-weight: 400;
}


#et-boc .contact-sec table tr td p textarea {
    border: 0;
    width: 100%;
    border-bottom: 1px solid #67c146;
    background: transparent;
    color: #523430;
    padding: 15px 0px;
    height: 80px;
}

#et-boc .contact-sec table tr td p textarea::placeholder {
    color: #67c146;
    font-family: 'Outfit';
    font-weight: 400;
}
#et-boc .contact-sec table tr {
    display: flex;
    margin-bottom: 15px;
    gap: 30px;
}

#et-boc .contact-sec table td {
    border: none;
    padding: 0;
    width: 100%;
}



#et-boc .contact-sec table tr td p input::placeholder {
    color: #67C146;
    font-family: 'Outfit';
    font-weight: 400;
}

#et-boc .contact-sec #nav_menu-6 {
    margin-bottom: 0;
}

#et-boc .contact-sec table tr td p textarea {
    border: 0;
    width: 100%;
    border-bottom: 1px solid #67c146;
    background: transparent;
    color: #523430;
    padding: 15px 0px;
    height: 80px;
}

#et-boc .contact-sec table tr td p textarea::placeholder {
    color: #67c146;
    font-family: 'Outfit';
    font-weight: 400;
}

#et-boc .contact-sec table tr td p input.wpcf7-submit {
    background: transparent;
    color: #67C146;
    border: 1px solid #67C146;
    font-weight: 500;
    font-family: 'Ubuntu';
    font-size: 18px;
    margin-top: 15px;
    line-height: 100%;
    border-radius: 5px;
    padding: 12px 37px;
    cursor: pointer;
    transition: all 0.8s ease;
}

#et-boc .contact-sec table tr td p input.wpcf7-submit:hover {
    background: #67C146;
    color: #ffff;
}

#et-boc .contact-sec h4.title {
    display: none;
}

#et-boc .contact-sec ul#menu-contact-us-inner li {
    margin: 15px 0px;
    border-bottom: 1px solid #67C146;
	padding-bottom: 15px;
}

#et-boc .contact-sec ul#menu-contact-us-inner li:last-child {
    margin-bottom: 0;
}

#et-boc .contact-sec ul#menu-contact-us-inner li:first-child {
    margin-top: 0;
}
#et-boc .contact-sec table tr td p input.wpcf7-submit {
    background: transparent;
    color: #67C146;
    border: 1px solid #67C146;
    font-weight: 500;
    font-family: 'Ubuntu';
    font-size: 18px;
    margin-top: 15px;
    line-height: 100%;
    border-radius: 5px;
    padding: 12px 37px;
    cursor: pointer;
    transition: all 0.8s ease;
}

#et-boc .contact-sec table tr td p input.wpcf7-submit:hover {
    background: #67C146;
    color: #ffff;
}
#et-boc .contact-sec ul#menu-contact-us-inner li > a {
    display: inline-flex;
    gap: 15px;
    align-items: center;
}

#et-boc .contact-sec ul#menu-contact-us-inner li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
#et-boc ul.wc-category-tab-menu {
    padding: 0;
    display: flex;
    background: #EBE8E5CC;
    border-radius: 70px;
    max-width: 780px;
    justify-content: space-between;
    margin: 20px auto 0px auto;
}

#et-boc ul.wc-category-tab-menu > li > button {
    font-size: 18px;
    font-family: 'Ubuntu';
    display: inline-flex;
    font-weight: 500;
    padding: 15px 39px;
    color: #304766;
	cursor: pointer;
	border: none;
	border-radius: 70px;
}

#et-boc ul.wc-category-tab-menu > li > button.tab-link.active {
    background: #67C146;
    color: #fff;
    border-radius: 70px;
}
#et-boc .wc-category-tab-contents {
    padding-top: 30px;
}


body .wc-category-tab-contents .tab-content a.product-image {
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    align-items: center;
    margin-bottom: 20px;
    padding: 40px 0px;
}
#et-boc .wc-category-tab-contents .tab-content .product-item{
		position: relative;
}
#et-boc .wc-category-tab-contents .tab-content a.product-image > img {
    width: 100%;
    height: 320px;
    object-fit: contain;
    max-width: fit-content;
}
#et-boc .wc-category-tab-contents .tab-content a.product-image.charcoal-face-wash {
    background: #454545CC;
}

#et-boc .wc-category-tab-contents .tab-content a.product-image.tea-tree-face-wash {
    background: #63B24ACC;
}

#et-boc .wc-category-tab-contents .tab-content a.product-image.apple-pomegranate-body-lotion {
    background: #FA555BCC;
}

#et-boc .wc-category-tab-contents .tab-content a.product-image.avocado-butter-body-lotion {
    background: #425235CC;
}

#et-boc .wc-category-tab-contents .tab-content a.product-image.vitamin-c-face-wash {
    background: #F6B577CC;
}

#et-boc .wc-category-tab-contents .tab-content a.product-image.rice-protein-face-wash {
    background: #B1D296CC;
}

#et-boc .wc-category-tab-contents .tab-content a.product-image.regular-body-lotion {
    background: #6C5333CC;
}
#et-boc .product-item a.product-title {
    display: flex;
	justify-content: center;
}

#et-boc .product-item a.product-title h3 {
    color: #304766;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 8px;
}

#et-boc .product-item span.discount, span.onsale {
    position: absolute;
    top: 20px;
    right: 0;
    bottom: auto;
    background: #fff;
    font-size: 13px;
    padding: 8px;
    color: #304766;
    width: 70px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#et-boc .product-item .price {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}

#et-boc .product-item .price del > span {
    color: #9E9E9F;
    font-size: 18px;
}

#et-boc .product-item .price ins > span {
    color: #523430;
    font-size: 18px;
}

#et-boc .product-item .price del {
    color: #9E9E9F;
}
#et-boc .container {
    width: 100%;
	padding-top: 0px !important;
	max-width: 100%;
}
#left-area {
    padding: 0;
}


#et-boc .flex-viewport img {
    height: 450px;
    object-fit: contain;
	padding: 50px 0px;
}

#et-boc .tea-tree-face-wash .flex-viewport {
    background: #63B24ACC;
	border-radius: 5px;
}
#et-boc ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    margin: 25px 0px 0px;
    padding: 0;
    gap: 25px;
}

#et-boc ol.flex-control-nav.flex-control-thumbs > li > img {
    height: 80px;
    object-fit: contain;
}

#et-boc ol.flex-control-nav.flex-control-thumbs > li {
    margin: 0;
    width: auto;
    padding: 10px 30px;
}

#et-boc .tea-tree-face-wash ol.flex-control-nav.flex-control-thumbs > li {
    background: #63B24ACC;
    border-radius: 5px;
}
#et-boc .quantity {
    width: 60px;
    height: 38px;
    border: 1px solid #67C146 !important;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 25px !IMPORTANT;
}
#et-boc .et_pb_wc_cart_products_0_tb_body td.product-name a {
    color: #523430 ! IMPORTANT;
    font-weight: 500;
    font-size: 18px;
}
#et-boc .quantity input {
    padding: 0px 5px !IMPORTANT;
	text-align: center;
    color: #67C146 !IMPORTANT;
    font-family: 'Ubuntu' !important;
    height: 38px;
    background: transparent;
    font-weight: 500;
    font-size: 16px !IMPORTANT;
    width: 60px !IMPORTANT;
    accent-color: #67C146 !IMPORTANT;
	border: none;
}
.line-aft::before {
    position: absolute;
    content: "";
    border: 1px dashed #67c146;
    width: calc(100% - 160px);
    top: 50px;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
}
.cart-sec .woocommerce a.remove:hover {
    background: #304766;
}
.et_pb_wc_cart_products_0_tb_body td.product-name a {
    color: #523430 !IMPORTANT;
}
.line-aft .et_pb_main_blurb_image {
    margin-bottom: 10px;
}
#et-boc .screen-reader-text {
    display: none;
}
#et-boc p.stock.in-stock {
    color: #523430;
    line-height: 20px;
    padding-bottom: 15px;
}
button.single_add_to_cart_button {
    font-family: 'Ubuntu';
    font-size: 16px !important;
}
#et-boc .product_meta {
    border-color: #304766;
}

#et-boc ul.product-desc {
    padding-left: 20px;
	padding-bottom: 0px;
}

#et-boc ul.product-desc li {
    color: #523430;
    line-height: 20px;
    margin-bottom: 10px;
    list-style-type: disc;
}

#et-boc ul.product-desc li::marker {
    color: #67C146;
    font-size: 20px;
    line-height: 10px;
}

#et-boc .tea-tree-face-wash h5 {
    color: #304766 !IMPORTANT;
    font-size: 20px !IMPORTANT;
    line-height: 22px;
    padding-bottom: 15px;
}

#et-boc .tea-tree-face-wash h6 {
    font-size: 18px !important;
    color: #523430 !important;
    line-height: 20px;
    padding-bottom: 15px;
}
.et-db #et-boc .et-l ul.et_pb_tabs_controls:after {
    display: none;
}
.et-db #et-boc .et-l ul.et_pb_tabs_controls li {
    border-radius: 70px;
    height: auto !IMPORTANT;
    overflow: hidden;
}

.et-db #et-boc .et-l ul.et_pb_tabs_controls {
    display: inline-flex;
    background: #fff;
    border-radius: 70px;
    overflow: hidden;
}

.et-db #et-boc .et-l ul.et_pb_tabs_controls li > a {
    padding: 15px 50px;
}


.et-db #et-boc #comments > h2 {
    display: none;
}

.et-db #et-boc #review_form_wrapper form p:first-child {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
}

.et-db #et-boc #review_form_wrapper form .stars > span > a {
    color: #EDE500;
}

.et-db #et-boc span#reply-title {
    font-family: 'Ubuntu';
    color: #304766;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    display: inline-block;
}

.et-db #et-boc #comments > p {
    font-family: 'Ubuntu';
    color: #304766;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
}
#et-boc .woocommerce-product-rating {
    display: flex;
    align-items: center;
}

#et-boc .woocommerce-product-rating a.woocommerce-review-link {
    margin-left: 10px;
}

.et-db #et-boc #comments > ol.commentlist > li {
    margin-bottom: 25px !IMPORTANT;
}

.et-db #et-boc #comments > ol.commentlist > li img.avatar {
    border-radius: 100%;
    overflow: hidden;
    width: 60px;
    height: 60px;
}

.et-db #et-boc #comments > ol.commentlist > li .comment-text {
    margin-left: 80px !IMPORTANT;
}

.et-db #et-boc #comments > ol.commentlist > li .comment-text p.meta {
    color: #304766;
}

.et-db #et-boc #comments > ol.commentlist > li .comment-text p.meta time {
    color: #304766;
}

.et-db #et-boc #comments > ol.commentlist > li .comment-text .description > p {
    margin: 0;
}
.et-db #et-boc .et_pb_all_tabs .et_pb_tab {
    padding: 30px 0px 0px !important;
}
.woocommerce .star-rating span::before {
    color: #ede500;
}

#et-boc form#commentform {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    column-gap: 40px;
}
.et-db #et-boc #review_form_wrapper form .stars {
	display: inline-flex;
	width: 100%;
	margin: 0;
}
#et-boc form#commentform p:nth-child(4) {
    order: 1;
    margin-bottom: 0;
    padding-bottom: 15px;
    width: 100%;
}

#et-boc form#commentform p:last-child {
    order: 1;
    text-align: left;
    margin-top: 10px;
}

#et-boc form#commentform p:nth-child(7) {
    order: 1;
    padding-bottom: 15px;
    margin-bottom: 0;
    width: 100%;
}

#et-boc form#commentform p:nth-child(4) textarea {
    border: 0;
    width: 100%;
    border-bottom: 1px solid #67c146;
    background: transparent;
    color: #67C146;
    padding: 15px 0px;
    height: 80px;
}

#et-boc form#commentform input {
    border: 0;
    border-bottom: 1px solid #67C146;
    background: transparent;
    color: #67C146;
    padding: 15px 0px;
	width: 100%;
}
#et-boc form#commentform p:nth-child(5) {
    margin-bottom: 0;
    padding-bottom: 15px;
    width: calc(50% - 20px);
}

#et-boc form#commentform p:nth-child(6) {
    padding-bottom: 15px;
    margin-bottom: 0;
    width: calc(50% - 20px);
}

#et-boc form#commentform p:nth-child(7) label {
    color: #67C146;
}

#et-boc form#commentform p:nth-child(7) input#wp-comment-cookies-consent {
    accent-color: #67C146;
    margin: 0 10px 0px 0px;
	    width: auto;
}

#et-boc form#commentform p:last-child input#submit {
    padding: 12px 38px !IMPORTANT;
    line-height: 100% !IMPORTANT;
	width: auto;
}
#et-boc .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: 'WooCommerce';
    overflow: hidden;
    overflow: hidden;
}

#et-boc .star-rating::before {
    content: "sssss";
    color: #ede500;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

#et-boc .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
#et-boc .rating {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
	align-items: center;
}
#et-boc .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
    color: #ede500;
}
#et-boc .rating > a {
    font-size: 13px;
}
#et-boc ul#menu-custom-menu > li:nth-child(5) {
    margin-right: 90px;
}
#et-boc ul#menu-custom-menu > li:nth-child(6) > a::after{
	display: none;
}
#et-boc ul#menu-custom-menu > li:nth-child(6) > a {
    padding: 0;
}

#et-boc ul#menu-custom-menu > li:nth-child(6) {
    border-right: 1px solid #304766;
}

#et-boc ul#menu-custom-menu > li:last-child {
    border-right: 1px solid #304766;
}

#et-boc button.et_pb_menu__search-button {
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 0px 15px;
}

#et-boc ul#menu-custom-menu > li:nth-child(6) > a > img {
    max-width: 100%;
    width: 22px;
}

#et-boc span.xoo-wsc-sc-count {
    width: 16px;
    height: 16px;
    font-size: 11px;
    display: flex;
    top: 0px;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

#et-boc .wc-category-tab-contents .tab-content a.product-image.aloevera-gel {
    background: #DFE7EACC;
}

#et-boc .wc-category-tab-contents .tab-content a.product-image.cold-rub-bottle {
    background: #8ECCEFCC;
}

#et-boc .wc-category-tab-contents .tab-content a.product-image.dant-manjan {
    background: #C8C9C9CC;
}

#et-boc .wc-category-tab-contents .tab-content a.product-image.pain-relief-gel {
    background: #C3D6DDCC;
}

#et-boc .wc-category-tab-contents .tab-content a.product-image.golden-lip-balm {
    background: #E5B442CC;
}

#et-boc .wc-category-tab-contents .tab-content a.product-image.red-wine-lip-balm {
    background: #FFE8F0CC;
}

#et-boc .wc-category-tab-contents .tab-content a.product-image.pain-relieving-balm {
    background: #C9D2D4CC;
}

#et-boc .wc-category-tab-contents .tab-content a.product-image.inhaler {
    background: #FFE8F0CC;
}

#et-boc .wc-category-tab-contents .tab-content a.product-image.cold-rub {
    background: #41B1C6CC;
}

#et-boc footer .et_pb_row:first-child ul > li:not(ul#menu-contact-us > li) {
    margin-bottom: 10px;
}

#et-boc .contact-sec table tr td p input:not(input.wpcf7-submit) {
    border: 0;
    width: 100%;
    border-bottom: 1px solid #67C146;
    background: transparent;
    color: #523430;
    padding: 15px 0px;
}

#et-boc .et_pb_ajax_pagination_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#et-boc .outlook-sec .et_pb_row:last-child .et_pb_column {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
#et-boc .wc-category-tab-contents .tab-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#et-boc .diffrent-sec .et_pb_row:last-child .et_pb_column {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 60px;
}

#et-boc .our-best-seller .et_pb_row:last-child .et_pb_column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#et-boc .contact-sec table tr td p input:not(.wpcf7-submit) {
    border: 0;
    width: 100%;
    border-bottom: 1px solid #67C146;
    background: transparent;
    color: #523430;
    padding: 15px 0px;
}
#et-boc .tea-tree-face-wash .et_pb_tab_content h6 {
    padding-top: 20px;
}





@media screen and (max-width: 1280px){
	#et-boc .et_pb_row {
    max-width: 100% !IMPORTANT;
    padding-left: 20px !IMPORTANT;
    padding-right: 20px !important;
    width: 100% !important;
}
}