/*!
 * Generic Responsive Styles v1.0.0
 * Copyright 2025 PTR Lifesaving 
 */
 
@media only screen and (min-width: 1200px) {
	
	.container{
		max-width: 1400px;
	}
}
@media only screen and (max-width: 1399px) {

	.help-navigation li a .text-content{
		display: none;
	}

}
@media only screen and (max-width: 1260px) {

	.main-navigation{
		display: none;
	}
}
@media only screen and (max-width: 1199px) {

	/* .top-area .contact-details a:first-child {
		display: none;
	} */
	.mixed-section figure{
		aspect-ratio: 16/8;
	}
	.top-area .acf-nav-menu .menu li a{
		font-size: 14px;
	}
	.top-area .acf-nav-menu .menu li {
		margin: 0 6px 0 0;
	}
}
@media only screen and (max-width: 991px) {
	
	footer .vr {
		width: 100%;
		height: 1px;
		margin: 20px 0;
	}
	.product-inner-wrapper{
		padding-top: 120px;
	}

}
@media only screen and (max-width: 767px) {
	
	html, body, main{
		overflow-x: hidden;
	}
	
	.top-area .contact-details a {
		display: none;
	}
	.help-navigation li a .circle-icon {
		width: 55px;
		height: 55px;
		line-height: 55px;
		font-size: 18px;
	}
	.help-navigation li {
		margin-left: 2px;
	}
	.credentials p{
		text-align: center;
	}
	.single-product-slider{
		max-width: calc(100% - 50px);
	}
	.single-product-container .category {
		right: -32px;
	}
	h1{
		font-size: 46px;
		line-height: 50px;
		margin-bottom: 20px;
	}
	h2,
	h1.woocommerce-products-header__title,
	.single-product-container h1 {
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	h3{
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	h4{
		font-size: 22px;
		line-height: 26px;
	}
	h5{
		font-size: 19px;
	}
	h6{
		font-size: 16px;
		line-height: 16px;
	}
	.bg-style-3::before {
		opacity: 0.3;
	}
	.product-preview.short figure {
		height: 100% !important;
		aspect-ratio: 1/1;
	}
	.search-wrapper .close-search {
		right: 0px;
		top: -5px;
		font-size: 36px;
	}
	.main-header .logo{
		height: 60px;
	}
	.sticky-wrapper.is-sticky .main-header .logo {
		height: 55px;
	}
	.wc-block-components-sidebar-layout.wc-block-cart {
		padding-top: 30px !important;
    	padding-bottom: 30px !important;
	}
	.wc-block-components-sidebar-layout.wc-block-checkout {
		padding-top: 0 !important;
    	padding-bottom: 30px !important;
	}
	.showcase h1{
		font-size: 28px;
	}
	.page-header h1{
		font-size: 32px;
	}

}
@media only screen and (max-width: 575px) {
	
	.help-navigation li a .circle-icon {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.help-navigation li {
		margin-left: 0px;
	}
	.sticky-wrapper.is-sticky .main-header .help-navigation li{
		margin-left: 0px;
	}
	footer .logo {
		width: auto;
		height: auto;
		max-width: 70%;
	}
	footer .social{
		padding-top: 20px;
	}
	footer .social li {
		margin-left: 0;
		margin-right: 15px;
	}
	footer h3 {
		margin-bottom: 20px;
		font-size: 22px;
	}
	footer ul:not(.social) li a {
		font-size: 17px;
	}
	footer .contact-details a {
		width: 100%;
		border-left: none !important;
	}
	h1{
		font-size: 42px;
		line-height: 48px;
		margin-bottom: 15px;
	}
	h2,
	h1.woocommerce-products-header__title,
	.single-product-container h1{
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 15px;
	}
	h3{
		font-size: 26px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	h4{
		font-size: 20px;
		line-height: 24px;
	}
	h5{
		font-size: 18px;
	}
	h6{
		font-size: 15px;
		line-height: 15px;
	}
	p {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.blog-preview article .blog-article-details{
		padding-left: 0;
		padding-right: 0;
	}
	.single-product-slider::after {
		width: calc(100% + 20px);
		height: calc(100% + 20px);
	}
	.single-product-slider::before {
		width: calc(100% + 50px);
		height: calc(100% + 50px);
	}
	.single-product-slider-thumbs {
		right: -20px;
	}
	.single-product-slider-thumbs figure {
		max-width: 60px;
		max-height: 60px;
	}
	.media-style2{
		display: block;
	}
	.media-style2 .media-icon::after {
		display: none;
	}
	.media-style2 .media-icon {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 30px;
	}
	.play-btn {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 24px;
	}
	.play-btn i {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 24px;
	}
	.minicart{
		max-width: calc(100% - 80px);
	}
	.minicart-wrapper .close-minicart {
		left: 10px;
		top: 5px;
		font-size: 46px;
	}
	.main-header .logo{
		height: 50px;
	}
	.sticky-wrapper.is-sticky .main-header .logo {
		height: 45px;
	}
	.help-navigation {
		float: right;
	}
	.page-header h1{
		font-size: 22px;
	}

}
@media only screen and (max-width: 461px) {

	.sticky-wrapper .main-header .help-navigation li.phone{
		display: none !important;
	}
}