/*
Theme Name: UonCyber
Theme URI: https://uoncyber.com
Author: UonCyber
Author URI: https://uoncyber.com
Description: Theme developed for Marbella Personal Trainer by UonCyber team.
Version: 1.7
License: © Copyright 2026, by UonCyber
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: UonCyber, web hosting
Text Domain: uoncyber
*/

html, body {
    padding:0 !important;
    margin:0 !important;
    width:100%;
    max-width:100%;
}
body {
    overflow-x:hidden;
    overflow-y:auto;
    font-family:"Open Sans", serif;
    color:#000;
    font-weight:400;
    font-size: 16px;
    letter-spacing:0!important;
    line-height: 1.2;
	background-color:#f6f6f6
}
body.loading {
	overflow:hidden!important;
}
body.loading:after {
	content:"";
	position:fixed;
	display:block;
	width:100vw;
	height:100vh;
	top:0;bottom:0;left:0;right:0;
	background:#fff;
	z-index:9999;
}
a, a:hover, a:visited, a:active, a:focus {
    text-decoration:none;
}
a, a:visited, a:active, a:focus {
    color:#aa9a5d;
}
a, label {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
a:hover {
    color:#493628;   
}
div, main, aside {
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
.clear {clear:both;}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #e1e9ea; 
}
 
::-webkit-scrollbar-thumb {
    background: #999; 
    cursor:pointer;
}

::-webkit-scrollbar-thumb:hover {
    background: #000; 
}
input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]),select,textarea{
	padding: 0 10px;
    height: 33px;
    border: 1px solid #000;
    border-radius:0!important;
	width:100%
}
.wc-block-components-text-input input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]){
	padding: 1em .5em;
	height: 3.125em
}
.wc-block-components-text-input.is-active input:not([type=button]):not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]){
	padding: 1.5em .5em .5em;
}
textarea{min-width:100%;max-width:100%;height:100px}
input[type=button],input[type=submit],button,.button,.woocommerce ul.products li.product .button,.wc-block-cart__submit-button{
	background-color:#e40359!important;
	color:#fff!important;
	border: none;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 700!important;
    letter-spacing: 1px;
	border-radius:0!important;
	cursor:pointer
}
.woocommerce ul.products li.product .button{padding:10px 15px}
input[type=button]:hover,input[type=submit]:hover,button:hover,.button:hover,.woocommerce ul.products li.product .button:hover,.wc-block-cart__submit-button:hover{
	background-color:#000!important;
	color:#fff!important
}
h1,h2,h3,h4{font-family:"Montserrat";letter-spacing:0!important;font-weight:700}
h1{font-size:32px}
h2{font-size:28px}
h3{font-size:24px}
h4{font-size:18px}
header {
    display:block;
    width:100%;
}
header:after {
    clear:both;
}
header .top_bar, header .bottom_bar {
    display:block;
    width:100%;
}
header .top_bar {
    background:#faeeeb;  
}
header .top_bar p {
    color:#aa9a5d;
    font-size:16px;
    margin:0;
	text-align:center
}
header .bottom_bar {background:#04132a}
header .top_bar .header_wrapper,
header .bottom_bar .header_wrapper {
    margin:0 auto;
}
header .top_bar .header_wrapper {
	display:block;
	width:100%;
    padding: 10px 20px;
    text-align: center;   
	height:60px;
}
header .bottom_bar .header_wrapper {
	display:flex;
	column-gap:20px;
	align-items: center;
	justify-content: space-between;
    position:relative;
    padding:8px 15px;
	transition:padding 0.5s ease-out
}
header .bottom_bar .right-section{text-align:right}
header .bottom_bar.no-header-img .header_wrapper {
    padding-bottom:20px;
}
header .header_logo {
    text-transform: uppercase;
    letter-spacing: .14em;
	font:400 22px 'Open Sans', sans-serif;
    color:#000;
	line-height:1em;
	margin: 0 auto;
    display: table;
}
header .header_logo:hover {
    color:#999;
}
header .header_logo>img {
	display: block;
    width: auto;
    height: 60px;
}
header .header_logo>h1{
	font-size:12px;
	font-weight:400
}
header .social-links,
header .site-links,
footer .social-links,
.mobile_menu_wrapper .social-links {
    display:inline-block;
    margin:0;
    padding:0;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.mobile_menu_wrapper .social-links {padding-top:20px;border-top:1px solid #493628;display:block}
header .site-links {
    display:block;
	float:right
}
/*.mobile_menu_wrapper .social-links {
	margin: 5px 20px 0 20px;
    padding-top: 15px;
    border-top: 1px solid #444;
    display: block;
}
.mobile_menu_wrapper .social-links:after {
	content:"";
	display:block;
	clear:both
}*/
header .social-links>li,
footer .social-links>li,
.mobile_menu_wrapper .social-links>li {
    display:inline-block;
    float:left;
    margin:0 15px 0 0;
}
header .site-links>li{display:inline-block}
header .social-links>li:last-child,
header .site-links>li:last-child,
footer .social-links>li:last-child,
.mobile_menu_wrapper .social-links>li:last-child {
    margin-right:0;
}
footer .social-links>li>a, .mobile_menu_wrapper .social-links>li>a {
	position:relative;
    color: #fff;
    font-size: 16px;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
	border:2px solid #df9e2a;
    border-radius: 5px;
	background:#df9e2a
}
header .site-links>li>a>.count{
    background: #fff;
    font-size: 12px;
    text-align: center;
    min-width: 14px;
    height: 15px;
    line-height: 17px;
    border-radius: 2px;
    padding: 0 2px;
    font-family: arial;
    font-weight: 700;
    color: #000;
    display: inline-block;
    margin-left: 5px;
}
footer .social-links>li>a {
	background:#ffffff22;
	color:#4C2A19;
	border:none;
}
footer .social-links>li:hover>a{
	background:#DD9C2A;
	color:#fff;
}
.mobile_menu_wrapper .social-links>li>a {
    /*color: #faeeeb;    
    padding-right: 10px;
    text-align: center;
    display: inline-block;*/
	font-size: 20px;
    width: 34px;
    height: 34px;
    line-height: 34px;
}
footer .social-links:hover>li>a,
.mobile_menu_wrapper .social-links:hover>li>a {
    color:#eee;
}
.mobile_menu_wrapper .social-links>li:hover>a {
    color:#493628;
	background:#fff;
}

header .main_menu {
    display:block
}
header .main_menu>ul {
	padding:0;
	margin:0;
	display:block
}
header .main_menu>ul>li {
	position:relative;
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
}
header .main_menu>ul>li>a, header .site-links>li>a, header .site-links>li>label {
	position:relative;
	padding:10px;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	font-size:14px;
	line-height:27px;
	cursor:pointer
}
header .main_menu>ul>li>a .dropdown-toggle {
	margin-left:5px;
}
header .main_menu>ul>li>a::after, header .site-links>li>a::after, header .site-links>li>label::after {
	position:absolute;
	content:"";
	background:#f0b137;
	opacity:0;
	height:0;
	left:0;right:0;
	bottom:-5px;
	width:100%;
	transition:all .3s ease-in-out
}
header .main_menu>ul:hover>li>a, header .site-links:hover>li>a, header .site-links:hover>li>label {
	color:#ccc;
}
header .main_menu>ul>li.current_page_item>a{
	color:#f0b137
}
header .main_menu>ul>li.current_page_item>a::after {
	opacity:1;
	height:2px;
	bottom:0	
}
header .main_menu>ul:hover>li.current_page_item>a::after {
	bottom:-5px;
	opacity:0
}
header .main_menu>ul>li>a:hover, header .site-links>li>a:hover, header .site-links>li>label:hover {
	color:#fff;
}
header .main_menu>ul:hover>li.current_page_item>a:hover::after,
header .main_menu>ul>li>a:hover::after,
header .site-links>li>a:hover::after, header .site-links>li>label:hover::after{
	opacity:1;
	height:2px;
	bottom:0	
}
header .main_menu>ul>li.button-link>a::after{
	content:none
}
.elementor-button-content-wrapper{align-items:center}
.elementor-button-content-wrapper>.elementor-button-icon{font-size:18px}
header .main_menu>ul>li.button-link>a, .elementor-button{
	background-color: #df9e2a;
    background-image: linear-gradient(0deg, rgba(223, 158, 42, 1) 0%, rgba(250, 192, 92, 1) 100%);
    border: 1px solid #df9e2a;
    border-radius: 5px;
    color: #000!important;
    font-size: 14px!important;
	font-weight:700!important;
    padding: 10px 15px!important;
	fill:#000!important;
	transition:transform .3s ease-in-out!important;
}
.transparent-button>.elementor-button{background-color:transparent!important;background-image:none;color:#fff!important;fill:#fff!important}
.black-button>.elementor-button{background-color:#000!important;background-image:none;color:#fff!important;fill:#fff!important}
header .main_menu>ul>li.booking-button>a::before {
	font-family: "Font Awesome 6 Free";
    content: "\f271";
    font-size: 18px;
    display: inline-block;
    margin-right: 5px;
}
header .main_menu>ul>li.button-link>a:hover, .elementor-button:hover{
	background-color: #df9e2a;
	background-image: linear-gradient(0deg, rgba(250, 192, 92, 1) 0%, rgba(250, 192, 92, 1) 100%);
	color: #000!important;
	fill:#000!important;
	transform:scale(1.1);
}
header .main_menu .sub-menu {
	padding:0;
    margin:0;
    text-align:left;
}
header .main_menu>ul>li>ul.sub-menu {
	position:absolute;
	top:30px;
	max-height:0;
	overflow:hidden;
	z-index:9999;
}

header .main_menu > ul > li:hover > ul.sub-menu,
header .main_menu ul.sub-menu:hover {
	max-height:1000px;
	z-index:10000;
}

header .main_menu ul.sub-menu > li {
	list-style:none;
	display:block;
	padding:0;
	margin:0;
	min-width:150px;
}
header .main_menu ul.sub-menu > li:not(:first-child) {
	border-top:1px solid #e40359	
}
header .main_menu ul.sub-menu ul.sub-menu > li {border-top-color:#fff}
header .main_menu ul.sub-menu > li > a {
	display:block;
	padding:10px;
	color:#e40359;
	background:#fff;
	font-size:16px;
	text-wrap-mode: nowrap;
}
header .main_menu ul.sub-menu ul.sub-menu > li > a {
	background:#fff;
	padding-left:20px
}
header .main_menu ul.sub-menu > li > a:hover {
	background:#e40359!important;
	color:#fff!important;
}
header .mobile-toggle-icon {
	z-index:10000;
	display:none;
	height: 16px;
	-webkit-transition:top .5s linear, left .5s linear .5s;
	-moz-transition:top .5s linear, left .5s linear .5s;
	-o-transition:top .5s linear, left .5s linear .5s;
	transition:top .5s linear, left .5s linear .5s;
	cursor:pointer
}
header .mobile-toggle-icon>span {
	position: relative;
    display: inline-block;
    height: 1px;
    width: 24px;
    background: #fff;
    margin: 8px 0;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}
header .mobile-toggle-icon>span::before, header .mobile-toggle-icon>span::after {
    content: "";
    position: absolute;
	left:0;
    display: inline-block;
    height: 1px;
    width: 24px;
    background: #fff;
    -webkit-transition: margin .5s ease-in-out,-webkit-transform .5s ease-in-out .5s,background .5s ease-in-out;
    -moz-transition: margin .5s ease-in-out,-moz-transform .5s ease-in-out .5s,background .5s ease-in-out;
    -o-transition: margin .5s ease-in-out,-o-transform .5s ease-in-out .5s,background .5s ease-in-out;
    transition: margin .5s ease-in-out,transform .5s ease-in-out .5s,background .5s ease-in-out;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
header .mobile-toggle-icon>span::before {
    margin-top: -8px;
}
header .mobile-toggle-icon>span::after {
    margin-top: 8px;
}
body.mobile-menu-active header .mobile-toggle-icon>span {
    background: 0 0;
}
body.mobile-menu-active header .mobile-toggle-icon>span::before, body.mobile-menu-active header .mobile-toggle-icon>span::after {
    margin: 0;
}
body.mobile-menu-active header .mobile-toggle-icon>span::before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body.mobile-menu-active header .mobile-toggle-icon>span::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .mobile-toggle-icon.animated>span {
	-webkit-transition: background .5s ease-in-out .5s;
    -moz-transition: background .5s ease-in-out .5s;
    -o-transition: background .5s ease-in-out .5s;
    transition: background .5s ease-in-out .5s;
}
header .mobile-toggle-icon.animated>span:before, header .mobile-toggle-icon.animated>span:after {
    -webkit-transition: margin .5s ease-in-out .5s,-webkit-transform .5s ease-in-out,background .5s;
    -moz-transition: margin .5s ease-in-out .5s,-moz-transform .5s ease-in-out,background .5s;
    -o-transition: margin .5s ease-in-out .5s,-o-transform .5s ease-in-out,background .5s;
    transition: margin .5s ease-in-out .5s,transform .5s ease-in-out,background .5s;
}
.mobile_menu_wrapper {
	position:fixed;
	display:block;
	width:100%;
	max-width:600px;
    height:auto;
    top:0;
	bottom:0;
	right:0;
    overflow:hidden;
    background:#04132a;
	z-index: 9999;
	padding: 45px 45px 20px 45px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;   
	
	-ms-transform:translatex(100%);
	-webkit-transform:translatex(100%);
	-moz-transform:translatex(100%);
	-o-transform:translatex(100%);
	transform:translatex(100%);
}
.mobile_menu_wrapper>.header_menu,
.mobile_menu_wrapper>.mobile_menu {
	margin-bottom:20px;
}
.mobile_menu_wrapper ul {
    list-style:none;
    padding:0;
    margin:0;
}
.mobile_menu_wrapper ul.sub-menu {
	background:rgba(255,255,255,.02);
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.mobile_menu_wrapper .mobile_menu > ul > li > ul.sub-menu {
	max-height:0;
	overflow:hidden;
}
.mobile_menu_wrapper li {
    padding:0;
    margin:0;
}
.mobile_menu_wrapper .mobile_menu li > a {
    display:block;
    padding:10px 0;
    text-align:left;
	color: #eee;
    text-transform: uppercase;
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
	border-bottom:1px solid #1e0c04;
}
.mobile_menu_wrapper .mobile_menu ul.sub-menu ul.sub-menu>li>a{padding-left:45px}
.mobile_menu_wrapper li.menu-item-has-children > a {
    position: relative;
    padding-right: 61px;
}
.mobile_menu_wrapper .mobile_menu ul > li > a {
	font-weight: 700;
}
.mobile_menu_wrapper ul.sub-menu > li > a {
	padding-left:30px;
	color:#fff
}
.mobile_menu_wrapper ul.menu > li > a:hover,
.mobile_menu_wrapper ul.menu > li > a.dropdown-active {
    color:#fff;
}
.mobile_menu_wrapper li.menu-item-has-children > a > .dropdown-toggle {
	position: absolute;
    display: inline-block;
    width: 41px;
    height: 41px;
    line-height: 41px;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 16px;
    text-align: center;
}
.mobile_menu_wrapper a.dropdown-active .dropdown-toggle:before{
	content:"\f077"!important;
}
.mobile_menu_wrapper a.dropdown-active + ul.sub-menu {
    max-height: 1000px!important;
}
body.mobile-menu-active header .mobile-toggle-icon {position:fixed}
body.mobile-menu-active header .mobile-toggle-icon.animate {top:15px!important;right:15px!important;}

footer{background-color:#022131;color:#fff}
footer>.footer-content{
	display:flex;
	gap:20px;
	max-width:1140px;margin:0 auto;padding:30px 20px 10px}
footer>.footer-content>.footer-widget1{
    width:40%;
}
footer>.footer-content>.footer-widget2{
    width:15%;
}
footer>.footer-content>.footer-widget3{
    width:15%;
}
footer>.footer-content>.footer-widget4{
    width:30%;
}

footer>.copyright-section{display:grid;gap:1rem;grid-template-columns:repeat(12, minmax(0, 1fr));padding:10px 20px 20px;font-size:13px;max-width:1600px;margin:0 auto;color:#9f9f9f}
footer>.copyright-section>.copyright-inner{display:flex;justify-content:center;grid-column:span 10 / span 10;grid-column-start:2;padding-top:.75rem;align-items:center}
footer>.copyright-section #menu-copyright-menu{margin:0;padding:0}
footer>.copyright-section #menu-copyright-menu>li{display:inline-block;list-style:none}
footer .footer-logo-wrapper{text-align:center;margin:0}
footer .footer-logo-wrapper>img{width:100%;max-width:150px;height:auto}
footer>.footer-content .col-header, footer>.footer-content .wp-block-heading {margin:0 0 10px 0;font-size:16px;line-height:1.4em;text-transform:uppercase;font-weight:700!important;color:#fff}
footer>.footer-content ul.menu{
	margin:0;
    padding:0
}
footer>.footer-content ul.menu>li{
	display: block;
    list-style: none;
	margin-bottom: .75rem;
}
footer>.footer-content ul.menu>li>a{
	position:relative;
	display:block;
	font-size:13px
}
footer>.footer-content p{margin:0 0 10px 0;font-size:12px}
footer a{color:#ccc!important}
footer a:hover{color:#fff!important;text-decoration:underline}
footer .logo-2-col .wp-block-image>figure{margin:0}
footer .logo-2-col .wp-block-image>figure>img{max-width:100%;height:auto}

.page_outer {
    width:100%;
    display:block;
    margin:0 auto
}

.testimonial-slider{display:block!important;position:relative}
.testimonial-slider .slick-track{display:flex;align-items:center}
.testimonial-slider .slick-arrow{position:absolute;top:50%;width:36px;height:36px;line-height:36px;text-align:center;margin-top:-18px;z-index:1}
.testimonial-slider .slick-prev{left:8px}
.testimonial-slider .slick-next{right:8px}
.testimonial-slider .slick-prev{background:url('assets/images/prev-arrow.avif') no-repeat center/contain}
.testimonial-slider .slick-next{background:url('assets/images/next-arrow.avif') no-repeat center/contain}
.testimonial-slider .slick-dots{margin:0;padding:0;text-align:center}
.testimonial-slider .slick-dots>li{list-style:none;display:inline-block;margin:0 5px}
.testimonial-slider .slick-dots>li>button{font-size:0;padding:0;background-color:#cccbca!important;width:16px;height:16px;border-radius:8px!important;cursor:pointer}
.testimonial-slider .slick-dots>li.slick-active>button{background-color:#DF9E2A!important}

.home-header-section .elementor-heading-title{color:#fff!important;font-weight:900!important;}
.home-header-section .elementor-heading-title>b{color:#df9e2a}
.home-header-section h1{font-size: 62px}
.home-header-section p{color:#fff;margin:0}

.home-services-section .elementor-image-box-img img{aspect-ratio:1;object-fit:contain;background:#191818}

.elementor-widget-icon-box.no-title-margin .elementor-icon-box-title{margin:0}

.swiper-wrapper{align-items:center!important}

.training-key-features .elementor-icon-box-title{margin-top:12px!important}

.services-icon-block .elementor-image-box-wrapper .elementor-image-box-img{max-width:80px}

.contact-icon-list.elementor-widget-icon-list .elementor-icon-list-icon{
	aspect-ratio: 1;
    align-items: center;
    background: #df9e2a;
    padding: 5px;
    border-radius: 50%
}
.contact-icon-list.elementor-widget-icon-list .elementor-icon-list-icon>svg{fill:#fff}

#competitions-slider .swiper, #competitions-slider-mobile .swiper{overflow:visible!important}

@media only screen and (max-width: 1030px) {
	header .main_menu>ul>li.booking-button{display:none}
}
@media only screen and (max-width: 1024px) {
	footer .footer-logo-wrapper{text-align:center}
}
@media only screen and (max-width: 991.9px) {
	/*header .bottom_bar .menu-section {grid-template-columns: auto auto 1fr}
	header .bottom_bar .left-section{order:1}
	header .bottom_bar .middle-section{order:3;text-align:right}
	header .bottom_bar .right-section{display:none}*/
	header .main_menu{display:none}
	header .mobile-toggle-icon{display:inline-block}
	body.mobile-menu-active::before{
	content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9998;
    background: rgba(0, 0, 0, .3);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px)    
	}
	#mobile-toggle:checked + .mobile_menu_wrapper {
    -ms-transform:translatex(0);
	-webkit-transform:translatex(0);
	-moz-transform:translatex(0);
	-o-transform:translatex(0);
	transform:translatex(0);
    overflow-x:hidden;
    overflow-y:auto;
	}
	header .bottom_bar .header_wrapper{padding:5px 15px}
	header .bottom_bar .left-section{display:flex;align-items:center;gap:20px;cursor:pointer}
	header .bottom_bar .left-section>.search-toggle-icon{display:inline-block;color:#fff;font-size:18px}
	header .bottom_bar .right-section>.site-links>li.search-link{display:none}
	header .main_menu>ul>li.booking-button{display:inline-block}
	
	header .header_logo{margin-bottom:0}
	header .bottom_bar .header_wrapper {grid-template-columns: 1fr auto 1fr}
	footer>.footer-content{grid-template-columns: repeat(6, minmax(0, 1fr));row-gap: 2.5rem}
	footer>.footer-content>div{grid-column: span 3 / span 3!important}
	footer>.copyright-section>.copyright-inner{grid-column: 1 / -1;grid-column-start: 1}
}
/*@media only screen and (max-width: 900px) {
	.home-header-slider .home-slider-txt{align-self: flex-start!important}
	.home-header-slider div#n2-ss-2 .n2-ss-slider-4{min-height:auto;max-height:87vw}
}*/
@media only screen and (max-width: 767.9px) {
	/* header .bottom_bar .header_wrapper{padding:30px 15px}
	body.mobile-menu-active header .mobile-toggle-icon.animate {top:15px!important} */
	/*.testimonials-wrapper>.e-con-inner{column-count:1}*/
	
	body {font-size:14px}
	h1{font-size:28px}
	h2{font-size:24px}
	h3{font-size:20px}
	h4{font-size:18px}
	
	header .bottom_bar .right-section>.site-links>li>a{font-size:0}
	header .bottom_bar .right-section>.site-links>li>a::before{font-family:"Font Awesome 6 Free";font-weight:900;font-size:18px;vertical-align:middle}
	header .bottom_bar .right-section>.site-links>li.account-link>a::before{content:"\f007"}
	header .bottom_bar .right-section>.site-links>li.cart-link>a::before{content:"\f290"}	
	header .site-links>li>a>.count{position:absolute;right:-7px;top:-10px}
	
	footer>.footer-content{flex-wrap:wrap}
	footer>.footer-content>.footer-widget1{width:100%;text-align:center}
	footer>.footer-content>.footer-widget1 .logo-2-col{max-width:300px;margin:0 auto}
	footer>.footer-content>.footer-widget2{width:25%}
	footer>.footer-content>.footer-widget3{width:25%}
	footer>.footer-content>.footer-widget4{width:calc(50% - 40px)}
	footer>.footer-content .col-header, footer>.footer-content .wp-block-heading{font-size:16px!important}
	.home-video-wrapper{max-width:350px;margin:0 auto!important}
}