/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


.table-container {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 32px
}

.table-container table {
	width: 100%;
	border-collapse: collapse;
	min-width: 600px;	
}

.table-container td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left !important;
	font-size: 16px !important
}

.table-container th {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left !important;
	font-size: 20px !important;
	vertical-align: bottom;
}

.table-container tr:nth-child(even) {
	background-color: #F7E8F0;
}

.table-container tr:nth-child(odd) {
	background-color: #ffffff;
}

.table-container td:first-child {
	color: #55565c; 
	font-weight: bold; 
	border-right: 1px solid #a7a9b7 !important; 
	padding-right: 10px;
}

.table-container td:nth-child(n+2),
.table-container th:nth-child(n+2){
	color: #ca1158;
	padding-left: 20px !important;
}

.warning-list {
	padding-left: 0;
	margin-left: 0;
}

.warning-list li {
  margin-bottom: 0.5em;
  line-height: 1.5;
	list-style: none;
}

#cosmy-colour-container img {
	width:400px;
	margin:0 auto;
}

@media screen and (max-width: 600px) {
	.table-container table {
		min-width: 100%;
	}
}

.li-spacer>li {
	margin-bottom: 1rem;
}

#find_dealer_mapbox{
	position: relative;
	width: 100%;
	height: 420px;
	margin-top: 24px;
}

#find_dealer_mapbox .geocoder {
	position: absolute;
	z-index: 1;
	width: 50%;
	left: 50%;
	margin-left: -25%;
	top: 10px;
}

#find_dealer_mapbox .mapboxgl-ctrl-geocoder {
	min-width: 100%;
}

#find_dealer_mapbox .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--input {
	height: 36px;
	padding: 6px 35px;
}

#find_dealer_mapbox #map {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 320px;
	margin-top: 75px;
}

#find_dealer_mapbox #map .fa-map-marker{
	font-size: 32pt;
	color: #2B77A0;
}

#find_dealer_mapbox #map #default-search-location-marker{
	position: relative;
	width: 80px;
	height: 80px;
	background-image: url(./images/map_star.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
}

#find_dealer_mapbox #map .mapboxgl-popup{
	top: -10%;
}

#dealer_listings #listing-default{
	display: none;
}

#dealer_listings.listings{
	display: grid;
	grid-template-columns: auto auto auto;
}

#dealer_listings.listings .item a{
	display: flex;
	padding: 10px;
	border-radius: 5px;
}

#dealer_listings.listings .item:hover{
	background-color: #F3F3F3;
}

#dealer_listings.listings .item.active{
	background-color: #DBDBDB;
}

#dealer_listings.listings .item .logo_container{
	max-width: 200px;
	margin-right: 0.5rem;
	padding: 0.25rem;
	display: flex;
	align-items: flex-start;
	-webkit-box-pack: center;
	justify-content: center;
}

#dealer_listings.listings .item .logo_container img{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
}

#dealer_listings.listings .item .detail_container h4{
	margin-bottom: 0.5rem;
	font-weight: bold;
	font-size: 1rem;
}

#dealer_listings.listings .item .detail_container h6{
	font-style: normal;
	margin-bottom: 0.5rem;
	font-size: 0.875rem;
}

#dealer_listings.listings .item .detail_container div{
	margin-bottom: 0.5rem;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.5rem;
}

#breadcrumbs {
	text-align: left;
}

#suburb_purchased_from_autocomplete .autocomplete-items,
#purchased_from_autocomplete .autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
}

#suburb_purchased_from_autocomplete .autocomplete-items div,
#purchased_from_autocomplete .autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
	font-size: 14px;
}

#suburb_purchased_from_autocomplete .autocomplete-items div:hover,
#purchased_from_autocomplete .autocomplete-items div:hover {
	background-color: #e9e9e9;
}

#suburb_purchased_from_autocomplete .autocomplete-active,
#purchased_from_autocomplete .autocomplete-active {
	background-color: DodgerBlue !important;
	color: #ffffff;
}

#your_state_swimart{
	margin-top: 6px;
}

#store_state_swimart{
	margin-top: 11px;
}

.single-product .woocommerce-product-details__short-description h3,
.single-product .woocommerce-product-details__short-description h5 {
	margin-bottom: 1em;
}
.single-product.woocommerce-page div.product h1.product_title {
	margin-bottom: .5em;
}

.single-product .woocommerce-product-details__short-description table th:first-child,
.single-product .woocommerce-product-details__short-description table td:first-child {
	text-align: left;
}

.product-download__image {
	display: block;
	margin: 0 auto;
}

@media screen and (min-width: 1000px) {
	.swiper-slide .content h1 {
		font-size:54px;
		line-height:1.2em;
		margin-bottom: 20px
}
}

@media screen and (max-width: 1000px) {
	.swiper-slide .content h1 {
		font-size: 34px;
		line-height: 1.0em;
		margin-bottom: 20px
	}	
}

@media only screen and (max-width: 690px) {
    .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p, .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content p, .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content p {
		font-size: 20px !important;
        text-align: center !important;
	}
}