/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.ginny-product-gallery-section .ginny-product-gallery .woocommerce-product-gallery { display: flex; flex-direction: row-reverse; }
.ginny-product-gallery-section .ginny-product-gallery .woocommerce-product-gallery .flex-viewport { width: 79%; }
.ginny-product-gallery-section .ginny-product-gallery .woocommerce-product-gallery .flex-control-thumbs { width: 21%; display: flex; flex-direction: column; gap: 20px; padding-right: 80px !important; }
.ginny-product-gallery-section .ginny-product-gallery .woocommerce-product-gallery .flex-control-thumbs li { display: block !important; width: 100% !important; }
.ginny-product-gallery-section .ginny-product-gallery .woocommerce-product-gallery .flex-control-thumbs li img { opacity: 1; }
.single-product .variations tr{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
}
.single-product .variations tr th, .single-product .variations tr td{
	background: #fff !important;
}
.single-product .variations tr th{
	padding:0px;
	text-align:left;
}
.single-product .variations select#kit-type{
	border: 1px solid #000;
}
#vet-search-input {
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 5px;
	height: 38px;
	font-size:16px;
	width:30%;
}
#vet-search-input input[type=text]::placeholder {
	color:#B8BDC0;
}
#vet-search-button {
    background-color: #00365D;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
	height:38px;
}
#vet-search-button:hover {
	 background-color: #3D5D24;
}
.vet-directory-content {
    display: flex;
    flex-wrap: wrap;
}

.vet-locations-list {
    width: 40%;
    padding-right: 20px;
}
.vet-location-marker {
    width: 30px;
    height: 30px;
    background-color: #004080;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 5px;
}

.vet-location-details {
    flex: 1;
}

.vet-location-details h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
}

.vet-address {
    margin-bottom: 15px;
    line-height: 1.5;
}

.vet-opening-times h4 {
    margin-bottom: 5px;
}

.vet-times-table {
    width: 100%;
}

.vet-times-table td:first-child {
    padding-right: 10px;
    font-weight: bold;
    width: 50%;
    text-align: right;
	border:0px;
	background: #fff;
}

.get-directions-btn {
    display: inline-block;
    background-color: #004080;
    color: white;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 3px;
    margin-top: 10px;
    font-weight: bold;
}

#vet-directory-loader {
    display: none;
    text-align: center;
    padding: 40px;
	position: absolute;
  	left: 50%;
  	top: 50%;
  	z-index: 1;
  	transform: translate(-50%, -50%) !important;
	margin-top: 50px;
}
#vet-directory-loader::after {
    content: "";
    border: 6px solid #f3f3f3;
    border-top: 6px solid #007bff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: inline-block;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.vet-directory-container {
	margin: 20px 0;
}

.vet-directory-search {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 20px;
	width:100%;
}

.vet-directory-content {
  display: flex;
  flex-direction: row;
  gap: 30px;
  position: relative;
}

.vet-directory-columns {
  width:100%;
}
.vet-locations-list-wrap {
    display: flex;
    flex-wrap: wrap;
}
.vet-locations-list {
  width: 40%;
    height: 500px;
    overflow-y: auto;
    padding-right: 15px;
    box-sizing: border-box;
}

.vet-directory-map {
 width: calc(60% - 20px);
    height: 560px;
    margin-left: 20px;
    margin-top: -60px;
}

.vet-location-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #9fb379;
  padding-bottom: 20px;
	display:flex;
	flex-direction:column;
}
.address-derectory {
    display: flex;
    justify-content: space-between;
	gap:20px;
}
.result-number-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.vet-location-item h3 {
  color: #3D5D24;
  font-size: 20px;
  font-weight: 500;
	margin: 0;
    margin-bottom: 10px;
}

.vet-location-item ul {
  margin: 0;
  padding-left: 0px;
	text-align: end;
}
.vet-location-item ul li { 
	list-style:none;
}
.opning-details {
    display: flex;
    justify-content: space-between;
	gap:5px;
}
.opning-details h4 {
	font-size:20px;
	margin:0;
}
.address-map a {
	color:#00365D
}
.address-map a:hover {
	color:#3D5D24;
}
.address-store {
    max-width: 200px;
}
.result-number-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 25px;
    height: 35px;
}

#two-cat-filter-sidebar .cm-class {
    border-radius: 3px;
    margin-bottom: 24px;
    padding: 18px 16px;
    font-size: 16px;
    box-sizing: border-box;
}
#two-cat-filter-sidebar .cm-class h2.elementor-heading-title {
	font-family: "Outfit", Sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: var( --e-global-color-secondary );
	line-height: var( --e-global-typography-secondary-line-height );
}
#two-cat-filter-sidebar .cm-class label { 
font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  align-items: var(--e-filter-item-align-items);
  background-color: initial;
  border: 1px #69727d;
  border-radius: var(--e-filter-item-border-radius);
  box-sizing: var(--e-filter-item-box-sizing);
  color: var(--e-filter-normal-text-color);
  display: var(--e-filter-display);
  flex-basis: content;
  flex-grow: var(--e-filter-item-flex-grow);
  flex-shrink: 0;
  justify-content: var(--e-filter-item-justify-content);
  line-height: normal;
  max-width: var(--e-filter-item-max-width);
  overflow: hidden;
  overflow-wrap: break-word;
  padding: var(--e-filter-item-padding);
  text-align: var(--e-filter-item-align-text);
  white-space: var(--e-filter-white-space);
  width: var(--e-filter-item-width);
  text-transform: var( --e-global-typography-accent-text-transform );
  display: block;
  color: #00365D;
  background-color: transparent;
  padding: 6px 0;
}
#two-cat-filter-sidebar label {
    display: block;
    margin: 0 0 9px 0;
    font-size: 16px;
    color: #163445;
    font-weight: 500;
    cursor: pointer;
}
.bg-box-c {
	background-color: var( --e-global-color-f59a6b8 );
	padding: 20px 20px 20px 20px;
}
#two-cat-filter-sidebar label input[type="checkbox"] {
    margin-right: 7px;
}
#two-cat-filter-sidebar label:hover {
    color: #496510;
}
/* Product grid styling (optional, tweak as needed) */
#ajax-products-results .elementor-loop-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
}
#ajax-products-results .elementor-loop-grid > * {
    flex: 0 0 calc(33.333% - 16px);
    box-sizing: border-box;
}
@media (max-width: 900px) {
    #ajax-products-results .elementor-loop-grid > * {
        flex: 0 0 calc(50% - 12px);
    }
}
@media (max-width: 600px) {
    #ajax-products-results .elementor-loop-grid > * {
        flex: 0 0 100%;
    }
}
/* Pagination styling */
.ajax-pagination {
    margin: 24px 0 0 0;
    text-align: center;
}
.ajax-pagination .page-num {
    display: inline-block;
    margin: 0 4px;
    padding: 5px 11px;
    border-radius: 3px;
    text-decoration: none;
    color: #232323;
    background: #f3f6ed;
    border: 1px solid #e0e4da;
    transition: background .15s;
    cursor:pointer;
}
.ajax-pagination .page-num[style] {
    color: #fff !important;
    background: #496510 !important;
    border: 1px solid #496510 !important;
}
.ajax-pagination .page-num:hover {
    background: #eef4dd;
    color: #496510;
}
.archive-product-ajax-result {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.archive-product-ajax-result form#two-cat-filter-sidebar {
    width: 390px;
}
.archive-product-ajax-result #ajax-products-results {
    width: calc(100% - 415px);
}
.archive-product-ajax-result form#two-cat-filter-sidebar input.filter-term {
    display: none;
}
#two-cat-filter-sidebar label.active {
	color: #3D5D24 !important;
}
/* .vet-location-item li::before {
  content: "• ";
  color: #002a4d;
} */

@media screen and (max-width: 1200px) {
	.vet-locations-list {
		width:50%;
	}
	.vet-directory-map {
    	width: calc(50% - 20px);
	}
	#vet-search-input {
		width: 36%;
	}
}
@media screen and (max-width: 991px) {
  .vet-directory-content,
  .vet-directory-columns {
    flex-direction: column;
  }

  .vet-locations-list,
  .vet-directory-map,
	#vet-search-input {
    width: 100%;
	margin:0;
  }

  .vet-directory-map {
    height: 400px;
	  min-height:unset;
  }
	.vet-locations-list {
		margin-bottom:30px;
	}
}

@media (max-width: 767px) {
   .opning-details h4 {
   	 font-size: 16px;
	}
	.vet-location-item ul {
		font-size:14px;
	}
}
