/**
 * @package WordPress
 * @subpackage Adams and Jarrett
**/
/*** fonts ***/
@font-face {
	font-family: 'Helvetica Neue LT Std 45 Light';
	font-style: normal;
	font-weight: normal;
	src: local('Helvetica Neue LT Std 45 Light'), url('fonts/HelveticaNeueLTStd45Light_22520.woff') format('woff');
}
@font-face {
	font-family: 'Helvetica Neue LT Std 75 Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Helvetica Neue LT Std 75 Bold'), url('fonts/HelveticaNeueLTStd75Bold_22539.woff') format('woff');
}
@font-face {
	font-family: 'Helvetica Neue LT Std 95 Black';
	font-style: normal;
	font-weight: normal;
	src: local('Helvetica Neue LT Std 95 Black'), url('fonts/HelveticaNeueLTStd95Black_22551.woff') format('woff');
}

/*** colours ***/
.dark-purple {
	color: rgb(29, 25, 95);
}
.light-purple {
	color: rgb(70, 78, 171);
}
.orange {
	color: rgb(245, 120, 27);
}
.dark-grey {
	color: rgb(76, 76, 76);
}
.light-grey {
	color: rgb(188, 188, 188);
}
.white-grey {
	color: rgb(248, 248, 248);
}
.white {
	color: rgb(255, 255, 255);
}
.black {
	color: #000;
}
.dark-purple-bg {
	background: rgb(29, 25, 95);
}
.light-purple-bg {
	background: rgb(70, 78, 171);
}
.orange-bg {
	background: rgb(245, 120, 27);
}
.dark-grey-bg {
	background: rgb(76, 76, 76);
}
.light-grey-bg {
	background: rgb(188, 188, 188);
}
.white-grey-bg {
	background: rgb(248, 248, 248);
}
.black-bg {
	background: rgb(0, 0, 0);
}

/*** global ***/
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Helvetica Neue LT Std 45 Light';	
	overflow-x: hidden;
}
/*** typography ***/
h1 {
	font-family: 'Helvetica Neue LT Std 95 Black';
	font-size: 60px;
	line-height: 65px;	
}
h1.product_title {
	font-family: 'Helvetica Neue LT Std 75 Bold';
	font-size: 48px;
	line-height: 53px;	
}
h2 {
	font-family: 'Helvetica Neue LT Std 75 Bold';
	font-size: 40px;
	line-height: 45px;	
}
h3 {
	font-family: 'Helvetica Neue LT Std 75 Bold';
	font-size: 21px;
	line-height: 26px;	
}
p {
	font-family: 'Helvetica Neue LT Std 45 Light';
	font-size: 18px;
	line-height: 23px;
}
.intro {
	font-family: 'Helvetica Neue LT Std 45 Light';
	font-size: 24px;
	line-height: 29px;
}
a {
	color: rgb(70, 78, 171);
}
a:hover {
	color: rgb(29, 25, 95);
}

/*** buttons ***/
.btn {
	border-radius: 0;
	font-family: 'Helvetica Neue LT Std 75 Bold';
}
.btn-block, .btn-large {
	/*width: 275px;
	height: 50px;*/
	padding: 0.75rem 4.5rem;
	font-family: 'Helvetica Neue LT Std 75 Bold';	
    text-align: center;		
}
.btn-white-black {
    color: #000;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}
.btn-white-black:hover {
    color: #000;
    background-color: rgba(255, 255, 255, .9);
    border-color: rgba(255, 255, 255, 1);
}
.btn-light-purple-white {
    color: #fff;
    background-color: rgb(70, 78, 171);
    border-color: rgb(70, 78, 171);
}
.btn-light-purple-white:hover {
    color: #fff;
    background-color: rgb(29, 25, 95);
    border-color: rgb(29, 25, 95);
	text-decoration: none;
}
.btn-light-purple-white .woocommerce-Price-amount, .btn-light-purple-white .woocommerce-Price-currencySymbol, .btn-light-purple-white .woocommerce-Price-amount.amount {
	color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: rgb(29, 25, 95);
}

/*** navbar ***/
nav.navbar.navbar-expand-lg.navbar-light {
    background: rgb(29, 25, 95);
}
.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255, 255, 255, .9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1)!important;
	text-transform: capitalize;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .9);
}



/*** animate burger menu - https://www.florin-pop.com/blog/2019/03/css-pulse-effect ***/
.blobs-container {
    display: flex;
}

.blob.white {	
    border-radius: 50%;
    margin: 10px;
    height: 20px;
    width: 20px;
    transform: scale(1);
	
    background: rgb(29, 25, 95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    animation: pulse-white 2s 3;
	padding-left: 1px;
}
@keyframes pulse-white {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*** header ***/
#search-bar .form-control {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background-color: rgba(247, 247, 247, 1);	
    background-clip: padding-box;
    border: 1px solid rgba(247, 247, 247, 1);
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*** carousel ***/
#carousel .carousel-item::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(rgba(29, 25, 95, .5), rgba(29, 25, 95, .5));
}
#carousel .carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
}
#carousel .carousel-caption {
    bottom: 20px;
}
.carousel-banner-link {
	z-index: 10;
}
#carousel .carousel-caption a {
	color: #fff;
}
#carousel .carousel-caption a.btn {
	color: #000;
}
#product_carousel .carousel-item {
	height: 250px; /*250px*/
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#product_carousel .carousel-item::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(rgba(29, 25, 95, 1), rgba(29, 25, 95, 1));
}
#product_carousel .carousel-caption {
    bottom: 20px;
}
#product_carousel .carousel-caption h2 {
	font-family: 'Helvetica Neue LT Std 95 Black';
	font-size: 60px;
	line-height: 65px;	
}
@media (max-width: 768px) {
	#product_carousel .carousel-caption h2 {
		font-size: 40px;
		line-height: 45px;
	}
}
#product_carousel .carousel-caption a {
	color: #fff;
}
/*** breadcrumbs ***/
#breadcrumbs a {
	color: #fff;
}
/*** cards ***/
.card {
	border: 0;
}
.card-image {
	height: 200px;
}
.card-footer {
	padding: 0;
	border-top: 0;
	background-color: rgba(0,0,0, 0);
}
.card-footer .btn-block {
    padding: 0.75rem 2.85rem;
}

/*** copyright ***/
#copyright a {
	color: #fff;
	font-size: 14px;
}
#copyright ul {
    margin-top: 0;
    margin-bottom: 0;
}
.navbar .list-inline-item  {
	color: #fff;
}

/*** footer ***/
footer a, footer a:hover {
	color: #fff;
}
footer p {
	color: #fff;
	font-size: 14px;
}
footer span {
	font-size: 24px;
}
/*** woocommerce ***/
.woocommerce ul.products li.product a img.in-stock-icon, img.in-stock-icon {
	width: 24px!important;	
	height: 24px;
	float: left;
}

/* Product Page Layout */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 38%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 58%;
    clear: none;
}

@media (max-width: 768px) {
	.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%;
	}	
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100%;
		float: left;
	}
}

@media (max-width:768px){
	.summary.entry-summary {
		margin-top: 10px !important;
	}
	.product_title.entry-title {
		margin-bottom: 15px;
	}
}

/* Recent/ Sales Loop Hone Page */
del .woocommerce-Price-amount.amount {
    font-family: 'Helvetica Neue LT Std 45 Light';
	color: rgb(188, 188, 188);
	font-size: 18px;	
}
ins .woocommerce-Price-amount.amount {
    font-family: 'Helvetica Neue LT Std 75 Bold';
	/*color: rgb(70, 78, 171);*/
	color: #be0000;
	font-size: 28px;	
}
.woocommerce-Price-amount.amount {
    font-family: 'Helvetica Neue LT Std 75 Bold';
	/*color: rgb(29, 25, 95);*/
	color: #be0000;
	font-size: 28px;
}
.summary .woocommerce-Price-amount.amount {
    font-family: 'Helvetica Neue LT Std 75 Bold';
	/*color: rgb(29, 25, 95);*/
	color: #be0000;
	font-size: 1.3em;
}
.woocommerce-order-overview .woocommerce-Price-amount.amount {
	font-size: 1.2em;
}
.btn-light-purple-white .woocommerce-Price-amount.amount {
	color: #fff;	
}

/* WooCommerce Price (Default) */
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
	font-family: 'Helvetica Neue LT Std 95 Black';
	font-size: 36px;
	line-height: 41px;	
}

/* WooCommerce Price (From Text) */
.woocommerce ul.products li.product .price .from, .woocommerce-page ul.products li.product .price .from, .woocommerce div.product span.price .from, .woocommerce div.product p.price .from, .woocommerce #content div.product span.price .from, .woocommerce #content div.product p.price .from, .woocommerce-page div.product span.price .from, .woocommerce-page div.product p.price .from, .woocommerce-page #content div.product span.price .from, .woocommerce-page #content div.product p.price .from {
	color: #777777;
	font-size: 0.85em;
	text-transform: uppercase;
}

/* WooCommerce Price (Regular Price) */
.woocommerce div.product span.price del, .woocommerce div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce #content div.product p.price del, .woocommerce-page div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page #content div.product p.price del, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del, .product-price del, .woocommerce ul.cart_list li .quantity del, .woocommerce-page ul.cart_list li .quantity del, .woocommerce ul.product_list_widget li .quantity del, .woocommerce-page ul.product_list_widget li .quantity del {
	color: #777777;
	font-size: 0.85em;
	text-decoration: line-through;
}

/* WooCommerce Price (Sale Price) */
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins, .woocommerce div.product span.price ins, .woocommerce div.product p.price ins, .woocommerce #content div.product span.price ins, .woocommerce #content div.product p.price ins, .woocommerce-page div.product span.price ins, .woocommerce-page div.product p.price ins, .woocommerce-page #content div.product span.price ins, .woocommerce-page #content div.product p.price ins, .product-price ins, .woocommerce ul.cart_list li .quantity ins, .woocommerce-page ul.cart_list li .quantity ins, .woocommerce ul.product_list_widget li .quantity ins, .woocommerce-page ul.product_list_widget li .quantity ins {
	color: #333333;
	text-decoration: underline;
}

/* Extend Price */
.extend-price {
	color: #be0000;
	font-size: 1.3em;
	line-height: 1em;
}
/* Extend Price Grid View */
ul.list .extend-price {
	width: 30%!important;
    float: right!important;
    clear: none!important;
}
/* RRP Price */
.woocommerce_rrp {
    font-family: 'Helvetica Neue LT Std 75 Bold';
    color: rgb(188, 188, 188);
    font-size: 1.3em;
}
.woocommerce_rrp .woocommerce-Price-amount.amount {
    font-family: 'Helvetica Neue LT Std 45 Light';
    color: rgb(188, 188, 188);
    font-size: 1.3em;
	text-decoration: line-through;
}
.line-through {
	text-decoration: line-through;	
}

/* Add to Basket */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: rgb(70, 78, 171);
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: rgb(29, 25, 95);
    color: #fff;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 0!important;
	background-color: rgb(70, 78, 171)!important;
    color: #fff!important;
    width: 100%!important;
    text-align: center!important;	
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: rgb(29, 25, 95)!important;
    color: #fff;
}

/* Quantity Box */
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    padding: .375rem .75rem;
}

/* Proceed to Checkout */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: rgb(70, 78, 171)!important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: rgb(29, 25, 95)!important;
    color: #fff;
}

/* Compare Button */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	color: #fff;
    background-color: rgb(70, 78, 171);
    border-color: rgb(70, 78, 171);
	display: inline-block!important;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
}

/* Toggle View */
.gridlist-toggle a {
    background-color: transparent!important;
}

/* Sort/Order Dropdown */
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    border: 0!important;
}

/* Checkout Fields */
p#billing_first_name_field {
    width: 100%;
}
p#billing_last_name_field {
    width: 100%;
}
.woocommerce-billing-fields__field-wrapper  { 
	width: 100%;
}
.woocommerce-billing-fields__field-wrapper label { 
	width: 50%;
	float: left;
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper { 
	width: 50%;
	float: left;	
}
span.woocommerce-input-wrapper {
    float: left;
    width: 50%;
}
select#prg_booking_country {
    width: 100%;
    float: right;
}
.woocommerce-additional-fields__field-wrapper {
		width: 100%;
}
.woocommerce-additional-fields__field-wrapper label { 
	width: 50%;
	float: left;
}
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper { 
	width: 50%;
	float: left;	
}
.woocommerce-terms-and-conditions-wrapper a {
	color: #b865a5;
}

.woocommerce-additional-fields label {
    width: 50%;
    float: left;
}
.woocommerce-additional-fields .optional{
    display: none;
}

/* sales badges */ 
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    position: relative;
}
.woocommerce ul.products li.product a img.sales-banner {
    width: 75px!important;
	position: absolute;
	z-index: 100;
	top: 0	
}
.woocommerce ul.products li.product a img.offer-banner {
    width: 75px!important;
	position: absolute;
	z-index: 100;
	top: 0	
}

/* Product Thumbnails */
.woocommerce div.product div.images .flex-control-thumbs {
    padding-top: 25px!important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 1.5rem!important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
}
/*** berocket filters ***/
.berocket_aapf_widget-wrapper input[type=checkbox], .berocket_aapf_widget-wrapper input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
}
/*** gravity forms ***/
body #gform_wrapper_2 .gform_footer input[type=submit] {
	color: #fff;
    background-color: rgba(70, 78, 171, 1);
    border-color: rgba(70, 78, 171, 1);
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
	padding: 0.75rem 4.5rem;
	font-family: 'Helvetica Neue LT Std 75 Bold';	
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
	float: left;
}
body #gform_wrapper_2 .gform_footer input[type=submit]:hover {
    color: #fff;
    background-color: rgba(29, 25, 95, .8);
    border-color: rgba(29, 25, 95, 1);
}
body #gform_wrapper_2 .gform_body .gform_fields .gfield input[type=text] {border: 1px solid #fff; background-color: #fff;}
body #gform_wrapper_2 .gform_body .gform_fields .gfield input[type=text]::placeholder {color: #bcbcbc;}

body #gform_wrapper_2 .gform_body .gform_fields .gfield textarea {border: 1px solid #fff; background-color: #fff;}
body #gform_wrapper_2 .gform_body .gform_fields .gfield textarea::placeholder {color: #bcbcbc;}

body #gform_wrapper_2 .gform_body .gform_fields .gfield input[type=email] {border: 1px solid #fff; background-color: #fff;}
body #gform_wrapper_2 .gform_body .gform_fields .gfield input[type=email]::placeholder {color: #bcbcbc;}

body #gform_wrapper_2 .gform_body .gform_fields .gfield input[type=tel] {border: 1px solid #fff; background-color: #fff;}
body #gform_wrapper_2 .gform_body .gform_fields .gfield input[type=tel]::placeholder {color: #bcbcbc;}

body #gform_wrapper_2 .gform_body .gform_fields .gfield select {border: 1px solid #fff; padding: 7px 4px}

body #gform_wrapper_2 .gform_body .gform_fields .gfield label.gfield_consent_label {color: #bcbcbc;}

body #gform_wrapper_2 .gform_footer {padding: 0; margin: 0;}


body #gform_wrapper_2 ul li.gfield {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	padding-top: 0;
}
.block-content ul li {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.gform_body ul li .ginput_container select,.gform_body ul li .ginput_container input{
	margin-top: 0 !important;
	margin-bottom: 10px;
}
#gform_wrapper_2 .top_label .gfield_label {
	display: none!important;
}
body #gform_wrapper_2 .gform_body .gform_fields .gfield input[type=text]:focus,
body #gform_wrapper_2 .gform_body .gform_fields .gfield input[type=email]:focus,
body #gform_wrapper_2 .gform_body .gform_fields .gfield input[type=tel]:focus,
body #gform_wrapper_2 .gform_body .gform_fields .gfield input[type=url]:focus,
body #gform_wrapper_2 .gform_body .gform_fields .gfield input[type=number]:focus,
body #gform_wrapper_2 .gform_body .gform_fields .gfield input[type=password]:focus,
body #gform_wrapper_2 .gform_body .gform_fields .gfield select:focus,
body #gform_wrapper_2 .gform_body .gform_fields .gfield textarea:focus {
	color: #000;
    background-color: #fff;
    border-color: rgba(70, 78, 171, 1);
    box-shadow: 0 0 0 0.2rem rgba(70, 78, 171, .25);
}

/*** Accordion ***/
#product-tabs-accordion h5 > a {
	display: block;
	position: relative;
}
#product-tabs-accordion h5 > a:after {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f068";
	position: absolute;
	right: 0;
    padding-right: 5px;
	border-radius: 50%;
	padding: 10px;
	color: rgb(29, 25, 95);
	font-size: 12px;	  
}
#product-tabs-accordion h5	 > a[aria-expanded="true"]:after {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f067";
    padding-right: 5px;
	border-radius: 50%;
	padding: 10px;
	color: rgb(29, 25, 95);
	font-size: 12px;	  
}
#product-tabs-accordion h5 a {
	color: rgb(29, 25, 95);	
	font-family: 'Helvetica Neue LT Std 75 Bold';
}
#product-tabs-accordion .card {
	margin-bottom: 0;
}
#product-tabs-accordion .card-header {
    padding: .75rem 0;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(188, 188, 188, 1);
}
#product-tabs-accordion .card-body {
    text-align: left;
	padding: 1.25rem 0;
}

/*** product list/grid view ***/
ul.products.list li.product img {
    width: 30% !important;
    float: left;
    margin-bottom: 1.5em;
    -webkit-transition: none !important;
    padding-right: 0% !important;
}
ul.products.list li.product h3{
    width: 30%!important;
    float: left!important;
    clear: left!important;
    padding-right: 5% !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    line-height: 1em!important;
}
ul.products.list li.product .woocommerce-loop-product__title, ul.products.list li.product .woocommerce-loop-category__title {
	width: 30%!important;
    float: left!important;
    clear: none!important;
	border-right: 1px solid #bcbcbc!important;	
}
ul.products.list li.product .woocommerce-product-details__short-description {
    width: 30%!important;
    float: left!important;
    clear: none!important;
	border-right: 1px solid #bcbcbc!important;	
    padding-right: 5% !important;	
}

ul.products.list li.product .price, ul.products.list li.product .gridlist-buttonwrap {
    width: 30%!important;
    float: right!important;
    clear: none!important;
}
ul.products.list li.product .gridlist-buttonwrap {
    width: 30%!important;
    float: right!important;
}

/* remove product short des on shop pages */
body.archive .woocommerce-product-details__short-description { 
	display: none;
}

/* Pagination */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: rgb(29, 25, 95);
    text-decoration:none;
}
.navigation li {
    display: inline;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #f8f8f8;
	color: rgb(29, 25, 95);
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
.navigation li a:hover,
.navigation li.active a {
    background-color: rgb(29, 25, 95);
	color: #fff;
}

/*** acf ***/
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 
.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*** background images ***/
.bg-image {
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */	
}

/*** quick links ***/
#quick-links img {
	max-height: 48px;	
}

/*** google reviews/ star rating ***/
#google-reviews {
    font-size: 50px;
}
.rating {
	display: inline-block;
	unicode-bidi: bidi-override;
	color: #888888;
	font-size: 50px;
	height: 50px;
	width: auto;
	margin: 0;
	position: relative;
	padding: 0;
}

.rating-upper {
	color: rgb(245, 120, 27);
	padding: 0;
	position: absolute;
	z-index: 1;
	display: flex;
	top: 0;
	left: 0;
	overflow: hidden;
}

.rating-lower {
	padding: 0;
	display: flex;
	z-index: 0;
}

/*** media queries ***/
@media screen and (min-width: 961px) and (max-width: 1200px) {
	
}
@media screen and (max-width: 768px) {
	ul.products.list li.product .woocommerce-loop-product__title, ul.products.list li.product .woocommerce-loop-category__title {
		border-right: 0px solid #bcbcbc!important;	
	}
	ul.products.list li.product .woocommerce-product-details__short-description {
		border-right: 0px solid #bcbcbc!important;	
	}
	ul.products.list li.product .woocommerce-product-details__short-description {
		width: 100% !important;
	}	
}
@media screen and (min-width: 721px) and (max-width: 960px) {
	#product_carousel .carousel-caption {
		bottom: 0;
	}	
	#google-reviews {
		font-size: 40px;
	}
	.rating {
		font-size: 40px;
		height: 40px;
	}	
}
@media screen and (min-width: 541px) and (max-width: 720px) {
	#product_carousel .carousel-caption {
		bottom: 0;
	}		
}
@media screen and (max-width: 540px) {
	h1 {
		font-size: 50px;
		line-height: 55px;	
	}
	.product-title {
		font-size: 38px;
		line-height: 43px;	
	}
	h2 {
		font-size: 30px;
		line-height: 35px;	
	}
	h3 {
		font-size: 21px;
		line-height: 26px;	
	}	
	#google-reviews {
		font-size: 30px;
	}
	.rating {
		font-size: 27px;
		height: 27px;
	}	
	#google-reviews img {
		max-height: 80px;
	}	
	footer span {
		font-size: 20px;
	}	
	.hc-offcanvas-nav h2 {
		padding: 10px 17px;
	}	
}


.warranty-icon, .energy-icon {
	height: 30px!important;
}



/*** mega menu ***/
.bg-dark {
    background-color: rgb(29,25,95)!important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255, 1);
}
/*
.dropdown:hover>.dropdown-menu {
	display: block;
	transition-delay: 5s; 
}
*/
.dropdown-menu {
	border-radius: 0;
	top: 97%;
}
/*
#v-pills-tab .nav-link {
    color: rgba(29,25,95,.5);
}

#v-pills-tab .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff!important;
    background-color: rgb(29, 25, 95);
	border-radius: 0;
}
*/
@media screen and (min-width: 975px) and (max-width: 1184px) {
	#mega-menu .nav-item {
		font-size: 0.84rem;	
		border: 0px solid red;
	}
}
.left-tabs.nav-tabs {
	height: 100%;
	flex-direction: column; 
}
.navbar-dark .navbar-nav .left-tabs .nav-link {
    color: rgb(29, 25, 95);
}
.left-tabs.nav-tabs {
	border-right: 1px solid #dee2e6;
	border-bottom: none;
	color: rgb(29, 25, 95);
}
.left-tabs .nav-link {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin-right: -1px;
	text-align: left; 
}
.left-tabs .nav-link:hover {
	border-right: 1px solid transparent;
}
.left-tabs .nav-link.active {
	border-top: 0px solid #dee2e6;
	border-right: 0px solid transparent;
	border-bottom: 0px solid #dee2e6;
	border-left: 0px solid #dee2e6;
	background: rgb(29, 25, 95);
	color: #fff!important;
}
@media (min-width: 26em) and (max-width: 48em) {
	.left-tabs.nav-tabs {
		flex-direction: row;
		border-right: none;
		border-left: none;
		min-width: 100%;
		border-bottom: 1px solid #dee2e6;
		left: auto;
		margin-top: auto;
	}
	.left-tabs .nav-link {
		width: 8rem;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		border-top-right-radius: 0.25rem;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0.25rem;
		margin-right: 0;
		margin-bottom: -1px; 
	}
	.left-tabs .nav-link.nav-link:hover {
		border-right-color: #dee2e6;
		border-bottom-color: transparent; 
	}
	.left-tabs .nav-link.active {
		border-top-color: #dee2e6;
		border-right-color: #dee2e6;
		border-bottom-color: transparent;
		border-left-color: #dee2e6; 
	}
}
@media (max-width: 26em) {
	.left-tabs.nav-tabs {
		flex-direction: row;
		border-right: none;
		border-left: none;
		min-width: 100%;
		border-bottom: 1px solid #dee2e6;
		left: auto;
		margin-top: auto;
		padding-bottom: 0.25rem; 
	}
}

.tab-content {
	padding: 1rem;
}

@media (min-width: 768px) {
	.collapse.dont-collapse-sm {
		display: block;
		height: auto !important;
		visibility: visible;
	}
/*Trustpilot Removal  */
	.trustpilot-widget {
		display: none;
	}
}