/*!
Theme Name: Kava Child
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.1
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');


/***************************
	Typography
****************************/

body {
	font-family: 'DM Sans', sans-serif;
	font-style: normal;
	font-size:18px;
	line-height:28px;
	color:#777;
}
h1, .h1,
h1.elementor-heading-title,
h2, .h2,
h2.elementor-heading-title,
h3, .h3,
h3.elementor-heading-title,
h4, .h4,
h4.elementor-heading-title,
h5, .h5,
h5.elementor-heading-title,
h6, .h6,
h6.elementor-heading-title {
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  color: #000;
}

h1, .h1,
h1.elementor-heading-title {
  font-size: calc(36px + .1vw);
}

h2, .h2,
h2.elementor-heading-title {
  font-size: calc(32px + .2vw);
}

h3, .h3,
h3.elementor-heading-title {
  font-size: calc(28px + .2vw);
}

h4, .h4,
h4.elementor-heading-title {
  font-size: calc(24px + .5vw);
}

h5, .h5,
h5.elementor-heading-title {
  font-size: calc(22px + .5vw);
}

h6, .h6,
h6.elementor-heading-title {
  font-size: calc(18px + .5vw);
	text-transform: uppercase;
    font-weight: 400;
    font-size: calc(14px + .1vw);
    line-height: calc(26px + .1vw) !important;
    letter-spacing: 1px;
    color: #999;
}

p, .paragraph {
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  color: #888888;
}


a {
	color:#00beda;
	text-decoration:none;
}
a:active, 
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
p {
	margin:0 0 26px 0;
}
input,
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
select, 
textarea {
	border:1px solid #ccc;
	border-radius: 3px;
	padding:10px;
}
/***************************
	Styles
****************************/
body:not(.page-template-fullwidth-content) .site-content,
.site-content {
	margin-top:0 !important;
	margin-bottom:0 !important;
}
/***************************
	WooCommerce 
****************************/
/*** Placeholder text ***/
::-webkit-input-placeholder { /* Edge */
  color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}
::placeholder {
  color: #999;
}
/*** Form fields ***/
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	padding: 12px;
}
/*** Mini Cart/Pop out Menu Cart ***/
.widget_shopping_cart_content .button {
	display: block;
	width:100%;
}
.widget_shopping_cart_content .checkout {
	background-color: #00beda !important;
}
.widget_shopping_cart_content .checkout:hover {
	background-color: #00beda !important;
	opacity: 0.8;
	color: #fff !important;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
	width:45px;
}
.woocommerce-mini-cart__total .total {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 15px 0;
	margin-top: 15px;
	color: #000;
	font-size: 110%;
	border-radius: 5px;
}
/*** Woocommerce Buttons ***/
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color:#000 !important;
	border-radius:0px;
	color:#fff;
	font-weight:500;
	font-size: 14px !important;
	padding:0 50px;
	line-height: 50px;
	height: 50px;
	text-shadow: none;
	text-transform: capitalize;
	text-align: center;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
}
.button {
	border-radius:0px;
	font-weight:500;
}
.woocommerce #respond input#submit.alt:hover, /* Buttons hover */
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background-color:#00beda;
	color: #fff;
}
.gift-cards-list button {
    padding: 10px;
}
/*** Message boxes info, warning, success ***/
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-radius: 5px;
    background-color: #f6f7fa !important;
}
.woocommerce-error a, 
.woocommerce-info a, 
.woocommerce-message a {
	color: #000;
}
/*** Breadcrumbs ***/
.woocommerce .woocommerce-breadcrumb {
	margin: 0;
}
.woocommerce .woocommerce-breadcrumb a {
	color: #00beda;
}
/*** Woocommerce Forms ***/
input, textarea {
	padding: 6px 10px;
}

/*** Page - My Account ***/
/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 75%;
  }
}
/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(0,0,0,0.1);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgba(0,0,0,0.8); cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0,0,0,0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
/*** Page - Basket/Cart Page ***/
.woocommerce table.shop_table td {
	padding:15px;
}
.woocommerce-cart-form__contents a {
	color:#000;
	text-decoration:none;
}
.woocommerce-cart-form__contents a:hover {
	text-decoration:none;
}
.woocommerce-cart .woocommerce table.shop_table, /* Basket form container */
.woocommerce-checkout .woocommerce table.shop_table {
	border: 1px solid #ccc !important;
	border-radius:5px !important;
}
.woocommerce-cart table.cart td, 
.woocommerce-cart table.cart th, 
.woocommerce-checkout table.cart td, 
.woocommerce-checkout table.cart th { 
	border:0; 
	border-bottom:1px solid #ccc;
}
.estwoo-basket-headers th {
	border:0;
}
.estwoo-basket-headers p {
	font-weight:normal;
	color:#000;
	text-align:left;
	margin-bottom:0 !important;
}
.estwoo-cart-totals { /* Cart totals */
	background:#f6f6f6;
	border:1px solid #ccc;
	border-radius:5px;
	padding:15px;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}
.estwoo-coupon {
	padding:0;
	margin:0px 0 30px 0;
}
.estwoo-cart-totals h4,
.estwoo-coupon h4 {
	font-size: 1.38em;
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
	margin-bottom:15px;
}
table .shop_table .shop_table_responsive {
	border:0 !important;
}
.cart-subtotal td,
.order-total td {
	text-align:right;
}
.woocommerce-message { 
	display: none;  
}
#add_payment_method table.cart img, /* basket products image */
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
	width:80px;
}
.woocommerce a.remove { /* basket images */
	display: block;
	text-align: center;
	border-radius: 0;
	color: #000 !important;
	text-decoration: none;
	font-weight: 300;
	border: 0;
	font-size:20px;
	margin:0 auto;
}
.woocommerce a.remove:hover {
	color: #f00 !important;
	background-color:transparent !important;
}
.woocommerce-cart .woocommerce table.shop_table th.product-price,  /* basket text */
.woocommerce-cart .woocommerce table.shop_table th.product-quantity, 
.woocommerce-cart .woocommerce table.shop_table th.product-subtotal, 
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price, 
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity, 
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal {
	text-align: left;
}
.estwoo-update-cart button {
	float:right;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	height: 50px;
	line-height: 48px;
	overflow: hidden;
	padding: 0 25px;
	text-shadow: none;
	text-transform: capitalize;
	text-align: center;
	background: #000;
	color: #fff;
}
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled],
button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover {
	background: #4b586b;
	color: #fff;
}
input#coupon_code {
	width:100%;
	margin-bottom:15px;
}

/*** Page - Checkout ***/
.woocommerce table.shop_table th {
	font-weight: 400;
}
.estwoo-grey-bg,
.estwoo-basket-headers {
	background-color:#f6f6f6;
}
.estwoo-border {
	border:1px solid #ccc;
}
.woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout-review-order-table .product-total {
	color: #000;
}
/*** Page - Single Product ***/
.qty {
	font-size: 1em !important;
	height: 50px !important;
	line-height: 48px !important;
	overflow: hidden;
	text-shadow: none;
	text-transform: capitalize;
}
/*** Page - Archive Products ***/
.woocommerce ul.products h2 { /* Product title */
	font-size: calc(16px + .1vw) !important;
	line-height: calc(20px + .1vw) !important;
	padding:0 !important;
	margin: 0;
	font-weight: normal;
	color: #999;
	text-align:left;
}
.woocommerce ul.products h2:hover {
	color:#00beda;
}
/* products price */
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins,
.woocommerce div.product span.price bdi,
.woocommerce ul.products li.product .price, 
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
	color: #242424;
	font-size: 13px;
	line-height: 26px;
	font-weight: 500;
	text-decoration:none;
	display: flex;
	align-items: start;
	align-self: start;
	justify-content: left;
	margin: 0 10px 0 0;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.woocommerce div.product p.price ins {
	font-size:20px;
	line-height: 30px;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {  /* Sale tag */
	background-color: #00beda;
	color: #fff;
	font-size: 10px;
	padding: 6px 12px;
	border-radius: 3px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	z-index: 1;
}
.woocommerce span.onsale {
	min-height: 0;
	min-width: 0;
}
*/
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
	
}

.woocommerce-pagination { /* Page Pagnation */
	float: left;
	width: 100%;
	margin: 30px 0;
	margin-bottom: 30px;
	position: relative;
	border-radius: 4px;
	padding: 0 15px;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border:0 !important;
}
.woocommerce-pagination ul.page-numbers {
	border: 0;
	display: block;
	position: relative;
	text-align: left;
}
.woocommerce-pagination ul.page-numbers li:not(:last-child) {
	margin-right: 5px;
}
.woocommerce-pagination ul.page-numbers li {
	border: none;
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #00beda;
	color: #fff;
}
.woocommerce nav.woocommerce-pagination {
	text-align: left;
}
.woocommerce-pagination ul.page-numbers li a, 
.woocommerce-pagination ul.page-numbers li span {
	background: #f1f1f1;
	border-radius: 100%;
	color: #000;
	display: block;
	padding: 0 !important;
	font-size: 1em !important;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	line-height: 38px !important;
	height: 38px;
	width: 38px;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
	padding:0 !important;
}

.woocommerce .woocommerce-result-count { /* Select Orderby Dropdown */
	margin:15px 0;
	padding:5px 0 0 0;
	font-size: 85%;
}
.orderby { /* Dropdown wrapper */
	font-size: 16px;
	line-height: 1.3;
	padding: 12px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 15px 0;
	border: 1px solid #ccc;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('images/001-down-arrow.svg');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 55%, 0 0;
	background-size: .76em auto, 100%; /* icon size */
}
.orderby::-ms-expand { /* Hide arrow icon in IE browsers */
	display: none;
}
.orderby:hover { /* Hover style */
	border-color: #888;
}
.orderby:focus { /* Focus style */
	border-color: #aaa;
	color: #222; 
	outline: none;
}
.orderby option { /* Set options to normal weight */
	font-weight:normal;
}
/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
	background-position: left .7em top 50%, 0 0;
	padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.orderby:disabled, .orderby[aria-disabled=true] {
	color: graytext;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}
.orderby:disabled:hover, .orderby[aria-disabled=true] {
	border-color: #aaa;
}
/*** Page - Basket/Cart Page ***/
.woocommerce table.shop_table td {
	padding:15px;
}
.woocommerce-cart-form__contents a {
	color:#000;
	text-decoration:none;
}
.woocommerce-cart-form__contents a:hover {
	text-decoration:none;
}
.woocommerce-cart .woocommerce table.shop_table, /* Basket form container */
.woocommerce-checkout .woocommerce table.shop_table {
	border: 1px solid #ccc !important;
	border-radius:5px !important;
}
.woocommerce-cart table.cart td, 
.woocommerce-cart table.cart th, 
.woocommerce-checkout table.cart td, 
.woocommerce-checkout table.cart th { 
	border:0; 
	border-bottom:1px solid #ccc;
}
.estwoo-basket-headers th {
	border:0;
}
.estwoo-basket-headers p {
	font-weight:normal;
	color:#000;
	text-align:left;
	margin-bottom:0 !important;
}
.estwoo-cart-totals { /* Cart totals */
	background:#f6f6f6;
	border:1px solid #ccc;
	border-radius:5px;
	padding:15px;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}
.estwoo-coupon {
	padding:0;
	margin:0px 0 30px 0;
}
.estwoo-cart-totals h4,
.estwoo-coupon h4 {
	font-size: 1.38em;
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
	margin-bottom:15px;
}
table .shop_table .shop_table_responsive {
	border:0 !important;
}
.cart-subtotal td,
.order-total td {
	text-align:right;
}
.woocommerce-message { 
	display: none;  
}
#add_payment_method table.cart img, /* basket products image */
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
	width:80px;
}
.woocommerce a.remove { /* basket images */
	display: block;
	text-align: center;
	border-radius: 0;
	color: #000 !important;
	text-decoration: none;
	font-weight: 300;
	border: 0;
	font-size:20px;
	margin:0 auto;
}
.woocommerce a.remove:hover {
	color: #f00 !important;
	background-color:transparent !important;
}
.woocommerce-cart .woocommerce table.shop_table th.product-price,  /* basket text */
.woocommerce-cart .woocommerce table.shop_table th.product-quantity, 
.woocommerce-cart .woocommerce table.shop_table th.product-subtotal, 
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price, 
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity, 
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal {
	text-align: left;
}
.estwoo-update-cart button {
	float:right;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	height: 50px;
	line-height: 48px;
	overflow: hidden;
	padding: 0 25px;
	text-shadow: none;
	text-transform: capitalize;
	text-align: center;
	background: #000;
	color: #fff;
}
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled],
button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover {
	background: #4b586b;
	color: #fff;
}
input#coupon_code {
	width:100%;
	margin-bottom:15px;
}

/*** Page - Checkout ***/
.woocommerce table.shop_table th {
	font-weight: 400;
}
.estwoo-grey-bg,
.estwoo-basket-headers {
	background-color:#f6f6f6;
}
.estwoo-border {
	border:1px solid #ccc;
}
.woocommerce-checkout-review-order-table .product-name,
.woocommerce-checkout-review-order-table .product-total {
	color: #000;
}
/*** Page - Single Product ***/
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    padding: 12px;
    width: 100%;
    border: 1px solid #ccc;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: auto !important;
    display: inline-block;
    margin: 10px 10px 0 0;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #00beda;
    color: #fff;
}

/***************************
	Media Queries
****************************/

/*** Phone > Tablets ***/
@media screen and (min-width:767px) {

}
/*** Tablets > Desktop ***/
@media screen and (min-width:1024px) {

}
/*** Desktops > Large ***/
@media screen and (min-width:1200px) {

}