/*!
Theme Name: Vitabella Clinic
Theme URI: http://underscores.me/
Author: TDD
Author URI: https://www.thedigitaldepartment.ie/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vitabella-clinic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Vitabella Clinic is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}


.comment-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: var(--e-global-typography-primary-font-family);
}
.comment-reply-title {
	font-family: var(--e-global-typography-primary-font-family);	
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comment-reply-title a {
	text-decoration: none;
	color: var( --e-global-color-primary );
}
.comment-form-cookies-consent,
.comment-form-comment,
.comment-notes {
	width: 100%;
}
.comment-form-url,
.comment-form-email,
.comment-form-author {
	width: 49%;
}
.comment-form-author input,
.comment-form-url input,
.comment-form-email input,
.comment-form-comment textarea {
	display: block;
	width: 100%;
	border: solid 1px #D8D8D8;
	outline: none;
	box-shadow: none;
	padding: 10px 15px;
	font-family: var(--e-global-typography-primary-font-family);
}
.comment-form-author label,
.comment-form-url label,
.comment-form-email label,
.comment-form-comment label {
	display: block;
	margin-bottom: 8px;
}

.comment-form > p {
	margin-bottom: 30px;
}

.comment-respond {
	padding: 15px;
	border: #ecf4ee solid 1px;
    background: #f7faf8;
    border-radius: 5px;
}

.comments-area .comments-title {
	font-size: 24px;
}

.comment-list {
  list-style: none;
  padding-left: 0;
  margin: 2rem 0;
  font-family: var(--e-global-typography-primary-font-family);
}

.comment {
  background-color: #f9f9f9;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.comment .comment-author {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  color: #333;
}

.comment .comment-author .avatar {
  border-radius: 50%;
  margin-right: 10px;
}

.comment .says {
  margin-left: 5px;
  font-weight: normal;
  color: #777;
  font-size: 0.9rem;
}

.comment .comment-metadata {
  font-size: 0.85rem;
  color: #999;
  margin-bottom: 0.5rem;
}

.comment .comment-metadata a {
  color: #999;
  text-decoration: none;
}

.comment .comment-metadata a:hover {
  text-decoration: underline;
}

.comment .comment-content p {
  margin: 0 0 1rem;
  line-height: 1.6;
  font-size: 1rem;
  color: #444;
}

.comment .reply {
  text-align: right;
}

.comment .reply a {
  font-size: 0.85rem;
  color: var( --e-global-color-primary );
  text-decoration: none;
}

.comment .reply a:hover {
  color: var( --e-global-color-primary );
  text-decoration: underline;
}


.bypostauthor {
  border-left: 4px solid var( --e-global-color-primary );
  background-color: #eef7fb;
}

.woocommerce-loop-product__buttons {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	justify-content: center;
}

.woocommerce-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.woocommerce-toolbar .orderby {	
	outline: 0;
	border: none;
	padding: 15px 30px 15px 10px;
	color: #4B4B4B;
	font-size: 12px;
	font-weight: normal;
	font-family: var(--e-global-typography-primary-font-family);
	line-height: 1;
	letter-spacing: 0.05em;
	height: 48px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-size: 30px 60px;
	text-indent: .01em;
	text-overflow: '';
	background: #F5F5F5 url(images/select-bg.svg) no-repeat 100% 45%;
    background-clip: padding-box;
}

.woocommerce-toolbar .woocommerce-result-count {
	margin: 0;
	font-family: var(--e-global-typography-primary-font-family); 
	font-size: 18px;
	line-height: 1.22;
	font-weight: 500;
}

.woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.woocommerce-pagination .page-numbers {
  display: flex;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}

.woocommerce-pagination .page-numbers li {
  margin: 0;
}

.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
  display: inline-block;
  padding: 8px 14px;
  font-size: 1rem;
  color: #333;
  background-color: #f4f4f4;
  border-radius: 6px;
  border: 1px solid #ddd;
  text-decoration: none;
  transition: all 0.3s ease;
}

.woocommerce-pagination .page-numbers a:hover {
  background-color: var( --e-global-color-accent );
  color: #fff;
  border-color: var( --e-global-color-accent );
}

.woocommerce-pagination .page-numbers .current {
  background-color: var( --e-global-color-accent );
  color: #fff;
  font-weight: bold;
  cursor: default;
  pointer-events: none;
}

.product-quantity input.qty, 
.quantity input.qty {
    appearance: textfield;
	-moz-appearance: textfield;
    background: transparent;    
    box-shadow: none;    
    text-align: center;
	padding-left: 46px;
	padding-right: 46px;
	max-width: 200px;
	outline: none;
}
.product-quantity input.qty {
	max-width: 100px;
	padding: 8px 30px !important;
	text-align: center !important;
	font-size: 14px !important;
	max-height: 40px !important;
	border-radius: 0 !important;
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qty-button {
    padding: 6px 12px;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
    line-height: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-self: center;
	font-size: 30px;
	line-height: 1;

}
.qty-minus {
	left: 0;
}

.qty-plus {
	right: 0;
}


.woocommerce .quantity {
    position: relative;
}


.main-price .price {
	margin-bottom: 0;
	margin-top: 0;
}


/*
.woocommerce-message, 
.woocommerce-info, 
.woocommerce-error, 
.woocommerce-noreviews, 
p.no-comments {
	color: #fff;
	padding: 15px;
}

.woocommerce-message a, 
.woocommerce-info a, 
.woocommerce-error a, 
.woocommerce-noreviews a, 
p.no-comments a {
	color: #fff;
}

*/




.coupon-col input {
	outline: none;
}


.container{max-width: 1600px;width:95%;padding: 0 15px;margin: 0 auto;}


.page-template-default article{margin: 50px 0px;}

.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style: none;margin: 0px;padding: 0px;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{display: block;margin-bottom: 15px;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{padding: 12px 20px;text-decoration: none;display: block;background: #0f554b;color: #fff;font-size: 20px;}

.woocommerce-MyAccount-content a{color: #0f554b;}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{background: #000;}

.woocommerce-MyAccount-content button.button,.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,
 button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,button.woocommerce-button.button.woocommerce-form-login__submit,
 button.woocommerce-Button.button{background: #0f554b;color: #fff;border: 0px !important;}


.woocommerce-MyAccount-content button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
 :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{background: #000;color: #fff;}

fieldset {
    margin: 0 5px 15px;
}

form.woocommerce-form.woocommerce-form-register.register {
    min-height: 246px;
}

.woocommerce .quantity .qty{width: 150px;}