
/* global.css */
@font-face {
  font-family: 'Arvo';
  src: url('/wp-content/uploads/2025/09/Arvo-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arvo';
  src: url('/wp-content/uploads/2025/09/Arvo-BoldItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arvo';
  src: url('/wp-content/uploads/2025/09/Arvo-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src: url('/wp-content/uploads/2025/09/Lato-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('/wp-content/uploads/2025/09/lato-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Regular';
  src: url('/wp-content/uploads/2025/09/Lato-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.modal-form .modal-form-inner .gform_fields textarea {
    height: 140px !important;
}
.image-box-shop-type-home,
.featured-container{
  cursor: pointer;
}
.product-line-item{
    position: relative;
    width: 100%;
    height: 100%;
}
.product-line-item .elementor-image-box-title{
    position: absolute;
    bottom: 0px;
    right: 10px;
    left: auto;
}
.product-line-item .elementor-image-box-wrapper{
    height: 204px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.product-line-item .elementor-image-box-img{
    max-width: 85px;
    width: 100% !important;
    position: absolute;
    bottom: 20px;
    right: auto;
    left: 10px;
}
.product-line-item .elementor-image-box-img img{
    width: 100%;
}

.elementor-element.carousel-featured .e-n-carousel.swiper{
    width: 100%;
}
.elementor-element.carousel-featured .e-n-carousel.swiper .featured-container{
    padding: 0px;
}
.dialog-widget-content.dialog-lightbox-widget-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    background-color: #FFFFFF;
  z-index: 9999;
}
.dialog-message.dialog-lightbox-message {
  min-height: 300px;
  min-width: 400px;
  max-width: 90vw;
}
.dialog-message.dialog-lightbox-message {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.elementor-editor-active .dialog-message.dialog-lightbox-message,
.dialog-message.dialog-lightbox-message {
  visibility: visible;
  opacity: 1;
}

.icon-container{
	height: 38px;
}
.icon-container .elementor-widget-icon{
    height: 20px;
	align-items: center;
}
.menu-header a.elementor-item{
	text-transform: uppercase;
	font-size: 14px;
  letter-spacing: .075em;
	font-weight: 700 !important;
}
.menu-header .sub-arrow{
	display: none !important;
}
.menu-header .elementor-item{
	line-height: 64px!important;
	padding: 0 20px!important;
}
.menu-header .menu-item:hover{
	background: #b80303;
}
.menu-header a.elementor-item::after {
  content: none !important;
}
.top-header .e-con-inner{
	position: relative;
}
.menu-container.elementor-sticky.elementor-sticky--active .e-con-inner{
    justify-content: center;
}
.menu-container.elementor-sticky.elementor-sticky--active .e-con-inner .localtion-icon-home{
    display: none;
}
.phone-header{
	letter-spacing: .075em;
}
abbr[title],abbr[data-original-title] {
	text-decoration: none;
  cursor: help;
  border-bottom: 1px dotted #777
}
.hours-footer .day{
	width:150px;
	float: left;
}
.hours-footer .time{
	float: right;
}
.quick-link-footer{
	display: flex;
}

.quick-link-footer ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.quick-link-footer ul:nth-of-type(2) {
    margin-left: 84px;
}
.slide-banner-home.elementor-element .swiper~.elementor-swiper-button-prev{
    height: 106px;
    width: 32px;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide-banner-home.elementor-element .swiper~.elementor-swiper-button-next{
    right: 0px;
    height: 106px;
    width: 32px;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide-banner-home.elementor-widget-n-carousel .swiper-pagination-bullet{
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    opacity: unset;
}
.slide-banner-home.elementor-widget-n-carousel .swiper-pagination-bullet:hover{
    background-color: #FFF;
    
}
.slide-banner-home.elementor-widget-n-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #B80303;
}

.image-box-home .elementor-image-box-wrapper{
    position: relative;
    height: 166px
}
.image-box-home .elementor-image-box-content{
    text-transform: uppercase;
    position: absolute;
    top: 36%;
    text-shadow: 1px 1px 3px #000000;
}
.home-buttons__container .image-box-home{
    flex: 1;
}
.image-box-home .elementor-image-box-wrapper:before {
    -webkit-transition: background-color .3s ease-in-out, top .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out,top .3s ease-in-out;
    transition: background-color .3s ease-in-out, top .3s ease-in-out;
    content: "";
    position: absolute;
    top: 97%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b80303;
    pointer-events: none;
}
.image-box-home .elementor-image-box-content {
    pointer-events: none !important;
}
.home-welcome__more svg path {
    transition: .3s ease-in-out fill;
}
.image-box-home .elementor-image-box-wrapper:hover:before {
    background-color: rgba(184, 3, 3, 0.75);
    top: 0;
    cursor: pointer;
}

.image-box-shop-type-home{
    position: reverse;
    padding-bottom: 15px;
    height: 334px;
    width: 224px;
}
.image-box-shop-type-home .elementor-image-box-wrapper{
    display: flex;
    flex-direction: column;
}

.image-box-shop-type-home.elementor-element.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img {
    margin-top: 22px;
    order: 2;
    transition: margin-top 0.3s ease, left 0.3s ease;
}
.image-box-shop-type-home.elementor-element.elementor-widget-image-box:hover .elementor-image-box-wrapper .elementor-image-box-img {
    left: 0;
    margin-top: 12px;
}
.image-box-shop-type-home .elementor-image-box-wrapper .elementor-image-box-content{
    order: 1;
    text-align: left;
    padding-top: 10px;
    padding-left: 15px;
    text-transform: uppercase;
    height: 86px;
    display: flex;
    align-items: center;
}
.image-box-shop-type-home.elementor-element.elementor-widget-image-box:hover .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
    color: #000000;
}
.image-box-shop-type-home .elementor-image-box-wrapper .elementor-image-box-description{
    text-align: right;
    position: absolute;
    padding: 6px 12px 18px ;
    right: 0;
    left: 0;
    bottom: 0;
}
.image-box-shop-type-home.elementor-element.elementor-widget-image-box:hover .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description{
    color: #b80303;
}
.image-box-shop-type-home:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 15px;
    background-color: #b80303;
    height: 2px;
}
.home-welcome__subheading {
    position: relative;
}
.home-welcome__subheading:before, .home-welcome__subheading:after {
    content: "";
    position: absolute;
    top: 7px;
    background-color: #b80303;
    height: 2px;
    width: 32px;
}
.home-welcome__subheading:before {
    left: -45px;
}
.home-welcome__subheading:after {
    right: -45px;
}

.home-welcome__more {
    border-bottom: 4px solid #b80303;
}
.vehicle-container{
    transition: all .25s ease-in-out;
    position: relative;
    top: 0;
    border-bottom: 10px solid #b80303;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    padding-top: 75% !important;
}
.vehicle-image{
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-origin: content-box;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    background-position: center;
}
.featured-container .vehicle-container {
  transition: top 0.3s ease, box-shadow 0.3s ease;
}
.featured-container .featured-click .elementor-heading-title {
  transition: color 0.3s ease;
}
.featured-container:hover .vehicle-container {
  top: -3px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.featured-container:hover .featured-click .elementor-heading-title {
  color: #000000!important;
}
.featured-container{
        border-bottom: 2px solid #000000;
}
.elementor-element.elementor-widget-button .elementor-button {
    height: 40px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor-element.elementor-widget-button.btn-service .elementor-button {
    width: 320px;
}
.menu-header .elementor-nav-menu__container .menu-item a.elementor-item{
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
.menu-header .elementor-nav-menu__container .menu-item a.elementor-item:hover{
    background-color: #b80303!important;
    color: #ffffff!important;
}
.slide-banner-home .elementor-swiper-button{
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
.slide-banner-home .elementor-swiper-button:hover{
    background-color: #000000!important;
    color: #ffffff!important;
}
.home-welcome__more a.elementor-button {
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
.home-welcome__more a.elementor-button:hover{
    background-color: #b80303!important;
    color: #ffffff!important;
}
.home-welcome__more a.elementor-button{
    width: 265px;
}
.carousel-featured.elementor-element .elementor-swiper-button{
    transition: color .25s ease-in-out;
}
.carousel-featured.elementor-element .elementor-swiper-button:hover{
    color: #000000!important;
}
.elementor-element.quick-link-footer.elementor-widget-text-editor .link-col{
    display: flex;
}
.gform_fields {
    row-gap: 10px !important;
    column-gap: 20px !important;
}
.gform_fields input:not([type="submit"], [type="radio"], [type="checkbox"]), .gform_fields textarea {
    font-family: Lato !important;
    width: 100% !important;
    border-width: 1px !important;
    border-style: solid !important;
    font-size: 16px !important;
    outline: none !important;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 10px;
    resize: none;
    border-radius: 0!important;
    border-color: #d9d9d9 !important;
    color: #1D1D1DE6 !important;
    background-color: #ffffff !important;
    transition: background-color 0.4s ease, top 0.3s ease, box-shadow 0.3s ease;
}
.gform_fields .gfield--type-select .ginput_container_select select{
    font-family: Lato !important;
    width: 100% !important;
    border-width: 1px !important;
    border-style: solid !important;
    font-size: 14px !important;
    outline: none !important;
    resize: none;
    border-radius: 0!important;
    border-color: #d9d9d9 !important;
    color: #1D1D1DE6 !important;
    font-weight: 500 !important;
    background-color: #ffffff !important;
    transition: background-color 0.4s ease, top 0.3s ease, box-shadow 0.3s ease;
}
.gfield_label.gform-field-label{
    font-family: Lato !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1D1D1DE6 !important;
}
.gfield_checkbox .gchoice .gform-field-label{
    font-family: Lato !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #1D1D1DE6 !important;
}
.gform_fields input, .gform_fields textarea {
    &:focus {
        color: #1D1D1DE6 !important;
        background-color: #ebebeb !important;
    }
    &::placeholder {
        color: #1D1D1DE6 !important;
        font-family: Lato !important;
        font-size: 14px !important;
        font-weight: 300 !important;
    }
}
.gform_fields .gfield--type-section{
    margin-top: 0px !important;
    padding-bottom: 0px!important;
}
.gform_fields .gsection_title{
    font-family: Lato !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin-bottom: 10px !important;
}
.gform_fields input:hover, .gform_fields textarea:hover, .gform_fields select:hover, .gform_fields input:active, .gform_fields textarea:active, .gform_fields select:active, .gform_fields input:focus, .gform_fields textarea:focus, .gform_fields select:focus {
    color: #1D1D1DE6 !important;
    background-color: #ebebeb !important;
}
.gform_fields textarea {
  min-height: unset !important;
  height: 63px !important;
  box-sizing: border-box !important;
}
.gform_fields input[type="radio"]:before{
    background-color: #b80303 !important;
}
.gform-footer.top_label {
    margin-top: 0px;
    justify-content: center;
    align-items: center;
}
.gform_wrapper input[type="submit"] {
    font-size: 18px !important;
    width: 230px !important;
    border-radius: 0!important;
    background-color: #b80303 !important;
    transition: .4s ease background-color;
    text-transform: uppercase !important;
    padding: 12px 20px !important;
    margin-top: 20px !important;
    &:hover {
        background-color: #000000 !important;
    }
    &:focus {
        outline: none !important;
    }
}

.gfield--type-section {
    border-bottom: none !important;
    padding-block-end: 16px !important;
    margin-top: 32px !important;
}
 .gfield--type-choice .gfield_radio{
     flex-direction: row !important;
     gap: 32px !important;
 }
.gform_fields .gfield--type-choice .ginput_container .gfield_radio  input[type="radio"]{
    width: 15px;
    height: 15px;
    margin-top: 3px;
}
.gform_fields .gfield--type-choice .ginput_container.ginput_container_consent input[type="checkbox"]{
    margin-top: 4px;
}
.gform_fields .gfield--type-choice .ginput_container input[type="checkbox"]{
    width: 15px;
    height: 15px;
    margin-top: 3px;
}
.gform_fields .gfield--type-choice .ginput_container .gform-field-label{
    margin-left: 0px;
    font-family: Lato !important;
    font-weight: 500 !important;
    color: #1D1D1DE6 !important;
}
.gform_fields .ginput_container.ginput_container_date {
    position: relative !important;
}
.gform_fields .ginput_container.ginput_container_date::after {
    position: absolute !important;
    inset-block-start: 25% !important;
    inset-inline-start: 100% !important;
    pointer-events: none !important;
}
.g-contact-form .gform-theme{
    display: block !important;
}
.g-contact-form{
    padding-bottom: 80px
}
.g-contact-form .gfield--type-captcha {
    display: inline-flex !important;
    justify-content: center !important;
    position: absolute !important;
    bottom: 0px !important;
    width: 100% !important;
    left: 0 !important;
}
.collapsible-footer .e-con-full .elementor-widget-heading .fa-angle-down,
.shop-type-container .fa-angle-down {
    display: none;
}
@media (min-width: 1440px) {
    .elementor .elementor-element.elementor-hidden-mobile.slide-home-baner:not(.elementor-motion-effects-element-type-background){
        background-size: contain;
    }
    .featured-con {
        background-size: cover;
    }
}
@media (max-width: 1154px) {
    .menu-header a.elementor-item{
        padding: 0 12px!important;
        font-size: 14px!important;
        font-weight: 500;
    }
}
@media (max-width: 1040px) {
    .menu-header a.elementor-item{
        padding: 0 10px!important;
        font-size: 14px!important;
        font-weight: 500;
    }
}
@media (max-width: 1206px) {
    .footer-copyright{
        line-height: 30px;
    }    
}
@media (max-width: 1024px) {
    .menu-header a.elementor-item{
        padding: 0 10px!important;
        font-size: 14px!important;
        font-weight: 500;
    }
}
@media (max-width: 981px) {
    .menu-header a.elementor-item{
        padding: 0 10px!important;
        letter-spacing: unset;
        font-weight: 500 !important;
    }
    .top-info.elementor-element {
        flex-direction: column;
        align-items: flex-end;
        margin-top: 10px;
    }
    .top-header .e-con-inner .top-info{
        flex-direction: column !important;
    }
    .menu-container.e-con>.e-con-inner{
        justify-content: center !important;
    }
    .elementor-element.home-buttons__container .e-con-inner{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap !important;
        align-content: center;
        justify-content: center !important;
    }
    .home-buttons__container .e-con-inner .image-box-home{
        flex: unset;
        width: 45%;
    }
    .home-buttons__container .e-con-inner .image-box-home img{
        width: 100%;
    }
    .elementor-element.shop-type-container .e-con-inner{
        padding-bottom: 80px;
        align-items: center !important;
    }
    .elementor-element.shop-type-img-box-container{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        
    }
    .home-buttons__container{
        display: flex;
        flex-direction: column;
    }   
    .elementor-element.shop-type-img-box-container .image-box-shop-type-home{
        flex: unset;
        width: 45%;
    }
    .image-box-shop-type-home{
        height: 125px;
    }
    .image-box-shop-type-home.elementor-element.elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img {
        order: 1;
        width: 110px !important
    }
    .image-box-shop-type-home .elementor-image-box-wrapper{
        flex-direction: row;
    }
    .elementor-element.image-box-shop-type-home .elementor-image-box-wrapper .elementor-image-box-content{
        order: 2;
        flex-direction: column;
        align-items: start;
    }
    .elementor-element.image-box-shop-type-home .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
        margin: 0px;
    }
    .image-box-shop-type-home .elementor-image-box-wrapper .elementor-image-box-description{
        position: unset;
        text-align: left;
        padding: 0;
    }
    .collapsible-footer.e-con .link-footer-container
    .collapsible-footer.e-con .hours-footer-container{
        margin-left: 30px;
    }
}
@media (min-width: 767px) {
    .carousel-featured .e-n-carousel.swiper{
        margin: 0px;
    }
}
@media (max-width: 767px) {
    .image-box-home {
        width: 100% !important;
    }
    .image-box-home .elementor-image-box-wrapper{
        height: 84px
    }
    .elementor-element.top-header .elementor-widget-image a img{
        max-width: 112px;
        height: 128px ;
    }
    .menu-container.e-con>.e-con-inner{
        height: 36px;
        justify-content: right !important;
    }
    .menu-container .elementor-nav-menu--dropdown.elementor-nav-menu__container{
        top: 36px!important;
        margin-top: 0px!important;
        z-index: 1!important;
    }
    .menu-header a.elementor-sub-item,
    .menu-header a.elementor-item{
        height: 64px;
        padding: 0 10px!important;
        font-size: 14px!important;
        font-weight: 500;
    }
    .elementor-element.shop-type-img-box-container,
    .elementor-element.home-buttons__container .e-con-inner{
        margin-top: 10px;
        width: 320px;
    }
    .elementor-element.shop-type-img-box-container .image-box-shop-type-home,
    .home-buttons__container .e-con-inner .image-box-home{
        width: 100%;
    }
    .carousel-featured .elementor-element.featured-container .e-con-inner{
        max-width: 310px;
    }
    .image-box-shop-type-home .elementor-image-box-wrapper{
        align-items: center;
    }
    .elementor-element.image-box-shop-type-home .elementor-image-box-wrapper .elementor-image-box-content{
        justify-content: center;
    }
    .footer-contact-info,
    .footer-hours-info,
    .quick-link-footer {
        display: none;
        overflow: hidden;
    }
    .collapsible-footer .elementor-widget-heading{
        text-align: center
    }
    .elementor-element.shop-type-img-box-container {
        display: none;
        overflow: hidden;
    }
    .elementor-element.quick-link-footer.elementor-widget-text-editor .link-col {
        justify-content: center;
    }
    .footer-divider{
        display: none;
    }
    .collapsible-footer .e-con-full.e-con{
        display: inline-block;
        padding-bottom: 0.5em;
        border-bottom: 2px solid #B80303;
    }
    .collapsible-footer .e-con-full.e-con .elementor-widget-heading{
        margin-bottom: 10px;
    }
    .shop-type-container .e-con-inner{
        padding-top: 30px !important;
        padding-bottom: 20px!important;
    }
    .elementor-element.home-buttons__container .e-con-inner .image-box-home{
        height: 84px;
    }
    .elementor-element.home-buttons__container .e-con-inner .image-box-home img{
        height: 84px !important;
    }
    .image-box-home .elementor-image-box-content {
        top: 10%;
    }
    .collapsible-footer .e-con-full.e-con .hours-footer{
        max-width: 320px !important;
    }
    .e-con-full.collapsible-footer .hours-footer-container{
        display: flex;
        align-content: center;
    }
    .collapsible-footer .e-con-full .elementor-widget-heading .fa-angle-down,
    .shop-type-container .fa-angle-down {
        font-size: 16px;
        display: inline-block;
        transition: transform .3s ease;
        transform: rotate(-90deg);
    }
    .collapsible-footer .e-con-full .elementor-widget-heading .fa-angle-down{
        color: #b80303;
    }
    .collapsible-footer .e-con-full .elementor-widget-heading .fa-angle-down.rotated,
    .shop-type-container .fa-angle-down.rotated {
        transform: rotate(0deg);
    }
    .footer-copyright, .footer-legal{
        margin-bottom: 5px!important;
    }
    .menu-header .sub-arrow {
        display: block !important;
    }
}