/**

* Theme Name: GreenMart Child

* Description: This is a child theme for GreenMart

* Author: Thembay

* Author URI: https://thembay.com/

* Version: 3.0.3

* Template: healthytea-aj

*/




/*  [ Add your custom css below ]



- - - - - - - - - - - - - - - - - - - - */

#reviews .reviews-summary {
    padding: 30px;
}

#reviews .review_form_wrapper p.stars a {
    font-size: 21px;
}


#respond p.stars a.active:after, #respond p.stars a:hover:after, #respond p.stars a:active:after {
    color:#A1959A;
}

#reviews .review_form_wrapper #respond .form-submit input {
    background: #79676f !important;
    border: 1px solid #f8f8f8 !important;
    color: #FFF !important;
}

#reviews .review_form_wrapper #respond .form-submit input:hover {
    border: 1px solid #79676f !important;
    background: #f8f8f8 !important;
    color: #79676f !important;
}

#reviews .review_form_wrapper #respond #comment, #reviews .review_form_wrapper #respond input[type="text"], #reviews .review_form_wrapper #respond input[type="email"] {
font-size: 16px;
}

#reviews #reply-title {
    margin-bottom: 14px;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
}

#reviews .review_form_wrapper #respond #comment {
    padding: 20px;
}

#reviews .reviews-summary .review-summary-total .review-summary-result {
    width: 90px;
    height: 90px;
    text-align: center;
    border: 2px solid #A1959A;
    color: #79676f;
    line-height: 90px;
    font-size: 24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 8px;
}

.woocommerce .quantity input.minus, .woocommerce-page .quantity input.minus, 
.woocommerce .quantity input.plus, .woocommerce-page .quantity input.plus
.woocommerce .quantity input.input-text.qty.text, .woocommerce-page .quantity input.input-text.qty.text {
	background: transparent !important;
	color: #79676f;
}

.woocommerce .quantity input.minus:hover, .woocommerce-page .quantity input.minus:hover, 
.woocommerce .quantity input.plus:hover, .woocommerce-page .quantity input.plus:hover{
	background: transparent !important;
	color: #79676f;
	font-size:21px;
}

::selection {
    color: #fff;
    background: #A1959A;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel {
    border: 0;
    border-top-left-radius: 21px !important;
    border-top-right-radius: 21px !important;
    border-bottom-right-radius: 21px !important;
    border-bottom-right-radius: 21px !important;
    opacity: 0.7;
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
    padding: 20px;
}

body {
  background-image: url("/wp-content/themes/healthytea-aj/images/organic/background_healthy_tea-v3.jpg");
  background-repeat: repeat;
  background-color: #FFF;
}

.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}

.tbay_custom_menu.treeview-menu .widget .widgettitle, 
.tbay-vertical-menu>.widget.widget_nav_menu>.widgettitle {
    font-family: 'JOSEFIN SLAB' !important;
    font-size: 18px !important;
    padding-top: 5px !important;
}

a.btn-login.loginarea:hover,
a.btn-register.loginarea:hover {
   border: 1px solid #FFF;
   background: #A1959A;
   color: #FFF !important;
}

.shopbasket {
  fill:#FFF;
  width:30px;
  height:30px;
}

.wishlistlike {
  fill:none;
  stroke:#fff;
  stroke-width:20px;
  width:30px;
  height:30px;

}

.header-v1 .header-main {

background-image: url("https://www.healthytea-aj.uk/media/2021/02/header-healthy-tea-aj-bg.jpg");
background-repeat: no-repeat;
background-position: right-top;

}


#cart .cart-icon i {
    color: #FFF;
}

#tbay-header.header-default .header-main {
    padding: 55px 0 50px;
}

span.woocommerce-Price-amount.amount {
    font-size:15px !important;
    font-weight: normal !important;
}

#cart .mini-cart-2 {
    position: absolute !important;
    top: 15px;
    padding-left: 4px;
    padding-right: 0;
    color: #FFF;
}

#cart .mini-cart-2:hover {
    color: #FFF !important;
    text-decoration: underline;
}

.wishlist-icon-2 {
   padding-right: 10px;
}


.top-cart-wishlist .wishlist-icon-2 .count_wishlist {
    position: absolute;
    top: -5px;
    left: 20px;
    background: #B1CE78;
    min-width: 16px;
    line-height: 14px;
    border-radius: 50%;
    padding: 1px 5px 1px 5px;
    border: 2px solid #FFF;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    /* padding: 3px; */
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}





.header-v1 .header-main .header-inner .list-inline.acount {
    display: -webkit-inline-box;
    margin-right: 30px;
    margin-top: 8px;
    margin-left: 0;
    text-align: right;
}

.header-v1 li > a.btn-login {
    background: #fff;
    color: #17181a;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 2px 30px;
    line-height: 1.7;
    border-radius: 0 !important;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 9px !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
}

.header-v1 li > a.btn-register {
    background: #79676f;
    color: #FFF !important;
    border: 1px solid #FFF !important;
    padding: 2px 30px;
    line-height: 1.7;
    border-radius: 0 !important;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    -webkit-border-radius: 9px !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
}


.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit, .dgwt-wcas-om-bar .dgwt-wcas-om-return {
    background-color: #fff;
    color: #79676f;
    border: 1px solid #ddd;
    border-left: none;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
   }




h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 11.5px;
}

h5, .h5 {
    font-size: 18px;
}

h4, .h4 {
    font-size: 24px;
}

header.header-v1 .dgwt-wcas-sf-wrapp {
    zoom: 1;
    width: 100%;
    margin-left: 30px;
    margin-top: 2px;
    position: relative;
    background: 0 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 16px;
}

.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-textarea {
    text-indent: 7px;
}

.yith-modal .yith-wcqv-wrapper #yith-quick-view-content .summary .product_title, .yith-modal .yith-wcqv-wrapper .yith-quick-view-content .summary .product_title, #yith-quick-view-modal .yith-wcqv-wrapper #yith-quick-view-content .summary .product_title, #yith-quick-view-modal .yith-wcqv-wrapper .yith-quick-view-content .summary .product_title {
    color: #333;
    font-size: 27px;
    font-weight: 700;
    height: auto;
    margin: 0;
    text-transform: capitalize;
}

.name {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px;
  }

.product-block .price {
    font-weight: 500;
    }

.widget_layered_nav>ul a {
   color: #777;
   line-height: 28px;
   font-size: 14px;
 }

.singular-shop div.product .information .cart .box-quantity .title-qty {
    font-family: Josefin Slab;
    line-height: 44px;
    font-size: 17px;
    color: #777;
    font-weight: normal;
    margin-right: 20px;
    margin-left: 0;
}

.post-type-archive-product h1.woocommerce-products-header__title.page-title, nav.woocommerce-breadcrumb {
    display: none;
}

.woocommerce .wc-tabs-wrapper .panel p {
    padding: 10px 10px 0 10px !important;
    line-height: 28px;
    font-size: 16px;
    color: #000;
}

div.woocommerce-product-details__short-description > p {
font-size: 16px;
line-height: 28px;
}

.woocommerce .woocommerce-tabs ul.wc-tabs li>a {
    padding: 0 3px 10px;
    position: relative;
    border: 0;
    margin: 0;
    border-style: solid;
    border-color: transparent;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #17181a;
    border-width: 0 0 2px !important;
    font-family: 'Open Sans', serif !important;
}

.tbay-vertical-menu>.widget.widget_nav_menu .menu>li a {
    width: 100%;
    display: block;
    line-height: 39px;
    border-right: 4px solid transparent;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}


.navbar-nav.megamenu>li>a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    padding: 11px 20px;
    background: transparent;
    position: relative;
    text-decoration: none !important;
    border-bottom: 3px solid transparent;
    border-left: 1px solid #fafafa;
    text-transform: uppercase;
}


.woocommerce table.shop_attributes, .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    border: 0px;
}

.woocommerce-info {
    border-top-color: #79676f;
}

.woocommerce-info::before {
    color: #79676f;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e016";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}

#tbay-header.header-v4 .header-main .top-contact .contact-layoutv4 {
    list-style: none;
    padding: 0px;
    line-height: 74px;
    margin-bottom: 0;
    text-align: center;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-left: 21px;
}

.tbay-search-form {
    background-color: #fff;
    border: solid 1px #eee;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10;
    margin-left: 27px;
}

@media screen and (max-width: 400px){
.wpcf7-form input, .wpcf7-form textarea {
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #eee;
    min-height: 36px;
    width: 280px;
}

h3 {
    padding-bottom: 15px !important;
   }


.input-default, .woocommerce .input-text {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #fff;
    border: solid 1px #79676f !important;
    min-height: 36px;
    padding: 1px 30px;
    margin-bottom: 15px;
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 42px;
    line-height: 42px;
    border-color: #79676f;
}

.marginForm { margin-left: 27px; }

.widget-features.style1 .fbox-content .ourservice-heading {
    font-weight: 700;
    font-size: 16px;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 0;
    color: #000;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%; padding:10px;
}

