/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
.header-nav-main.nav-line-bottom > li > a:before, .header-nav-main.nav-line-grow > li > a:before, .header-nav-main.nav-line > li > a:before, .header-nav-main.nav-box > li > a:hover, .header-nav-main.nav-box > li.active > a, .header-nav-main.nav-pills > li > a:hover, .header-nav-main.nav-pills > li.active > a{
	        background: linear-gradient(79deg, #ff8d1c, #ff5e17 50%, #ff3414);
}
.nav-dropdown-default {
    padding: 0px !important;
}
.nav-dropdown section{
	padding: 0 !important; 
}
.nav-dropdown .ux-menu-link__link{
	    font-size: 20px;
    height: 100px;
    line-height: 84px;
    text-transform: uppercase;
    border-bottom: 1px solid #c8d0d5;
    color: #576269;
    font-weight: 600;
    font-size: 14px;
    position: relative;
}
.nav-dropdown .ux-menu-link__link:before{
	content: "+";
	font-size: 19px;
	position: absolute;right: 0;
}
.box.has-hover.box1.has-hover.box-text-bottom {
    background: linear-gradient(168.93deg, rgba(240, 243, 244, .5) 4.15%, #fff 97.19%);
    border-radius: 1.4rem;
    padding:20px;
}
.nav-dropdown .ux-menu-link__link:hover{
	    color: #f36d1e;
}
.header-main .flex-left ul.header-nav.header-nav-main{
	justify-content: center;
}
.header-main .nav > li > a {
    letter-spacing: 2px;
}
.cta.js-direct-link.js-retailer-check:before{
	display: none
}
.cta.js-direct-link.js-retailer-check{
	align-items: center;
    background: linear-gradient(79deg, #ff8d1c, #ff5e17 50%, #ff3414);
    border-radius: 6rem;
    box-shadow: -3rem 0 2rem #fff;
    display: flex;
    gap: 1rem;
    height: 40px;
    justify-content: center;
    min-width: 70px;
    overflow: hidden;
    padding: .5rem 2rem;
    width:max-content;
    transition: all 1s ease;
    transition: width 1s;
    line-height: 1 !important;

}
.retailer-text {
    color: #fff;
    margin:  0 0;
    white-space: nowrap;
    width: 0;
     transition: width .8s;
     display: none
}
.cta.js-direct-link.js-retailer-check:hover .retailer-text {
	    visibility: visible !important;
    opacity: 1 !important;
    max-width: max-content !important;
     transition: all .8s ease;
     width: 100%;
     display: inline-block;
}
.retailer-button svg {
    height:20px;
    width: 20px;
}
a.button.primary.btnmain{
	background-gradient: linear-gradient(78.89deg, #ff8d1c, #ff5e17 50%, #ff3414);
	box-shadow: 0 8px 20px 0 rgba(233, 89, 20, .4);
    color: #ffffff;
    min-width: 240px;
}
.absolute-footer{
	display: none
}
.sec1{
	    background-image: linear-gradient(257deg, #363f44, #181c20);
}
.col111 .col-inner:after{
	    background: linear-gradient(315deg, #181c20, #363f44);
    content: "";
    display: block;
    height: 100%;
    left: .5rem;
    position: absolute;
    top: 0;
    width: calc(100% + 1rem);
}
.col111 .col-inner *{
	position: relative;
	z-index: 1;
}
#footer a.ux-menu-link__link.flex{
	    color: #9da8ae;
	    font-size: 20px;
}
.img-w img{
	filter: brightness(0) invert(1);
}
.col111123>.col-inner::-webkit-scrollbar {
  width: 5px;
}
.nav-spacing-xlarge>li {
    margin: 0 19px;
}
.col111123>.col-inner::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}
.col111123>.col-inner::-webkit-scrollbar-thumb {
  background: #ddd; 
  border-radius: 5px;
}
.col111123>.col-inner::-webkit-scrollbar-thumb:hover {
  background: #333; 
}
.row_0{
	margin: 0 auto !important
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content{
	background-color: #fff;
	width: 100%;
}
#header .header-search-form-wrapper input.search-field {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0 !important;
}
.header-wrapper.stuck input#woocommerce-product-search-field-0 {
    border-color: #333;
}
@media screen and (min-width: 850px){
     header#header div#masthead:after{
           content: "";
        width: 242px;
        height: 166px;
        background: url(https://www.hkmotorsports.com.au/wp-content/uploads/2024/12/ig1.png);
        position: absolute;
        top: calc(100% - 4px);
        left: -58px;
    }
    .header, .header-wrapper{
       
    }
    .header-bg-image {
  /*  height: calc(100% + 402px);
        background-size: cover;
        background-position: -120px -118px;
        background-repeat: no-repeat !important;*/
    }
	.header-main .flex-right{
		min-width: 229px;
	}
	.col111123>.col-inner{
		max-height: calc(100% - 20rem);
		overflow-y: scroll;
	}
    .col111 .col-inner:after {
        width: calc(100% + 7rem);
    }
}