/*
* Theme Name: Mobilitysuperstore
* Version: 1.0
*/
* {
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
}
body{  
    margin: 0; 
    line-height: 1.3;
    font-family: 'Lato', sans-serif!important;
    overflow-x: hidden;
}
header.menu_bar p{
    display: inline-block;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    margin: 10px 0;
}
.force-stretched-header {
    width: 100%;
    margin-left: 0;
    left: 0;
}
.force-stretched-header .header-top .elementor-image-box-wrapper .elementor-image-box-img img{
    height: auto;
    max-width: 24px;
    display: block;
}
.force-stretched-header .header-top .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title{
    font-weight: 600;
    color: #1A3982;
    font-size: 12px;
    margin: 0;
    padding: 4px 0;
}
.force-stretched-header .header-top .elementor-widget-wrap{
    display: block!important;
}
.force-stretched-header .header-top .elementor-widget-wrap .elementor-element{
    float: right;
    width: auto;
    margin-bottom: 0!Important;
    padding-left: 50px;
}
.force-stretched-header .header-top .elementor-widget-wrap .elementor-element h5.elementor-image-box-title {
    margin: 0;
    padding: 6px 0;
    color: #1A3E8D;
}
.force-stretched-header .header-mid{
    padding-top: 10px;
}
.force-stretched-header .header-mid .col-logo img{
    display: block;
    max-width: 280px;
    width: 100%;
}
.force-stretched-header .header-mid .col-search input.search-field{
    width: 100%;
    height: 46px;
    border: solid 1px #eee;
    border-radius: 5px;
    position: relative;
    background: #fff;
    outline: none;
    padding: 15px 50px 15px 15px;
}
.force-stretched-header .header-mid .col-search input.search-field::placeholder{
    color: #000;
}
.force-stretched-header .header-mid .col-search button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1A3982;
    width: 50px;
    height: 46px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0;
    border: none;
    background-image: url(./images/search.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}
.force-stretched-header .header-mid .col-icon ul{
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: flex-end;
    margin: 0;
}
.force-stretched-header .header-mid .col-icon ul li {
    margin-left: 25px;
}
.force-stretched-header .header-mid .col-icon ul li a{
    position: relative;
    padding-top: 36px;
    display: block;
    font-size: 13px;
    color: #444;
    font-weight: 600;
}
.force-stretched-header .header-mid .col-icon ul li a:before{
    /*background-image: url(./images/main_sprite.png);*/
    background-repeat: no-repeat;
    background-size: 500px;
    width: 35px;
    height: 30px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    font-size: 20px;
    color: #1A3982;
}
.force-stretched-header .header-mid .col-icon ul li.contact-menu a:before{
    content: "\f879";
    background-position: 5px -3px;
}
.force-stretched-header .header-mid .col-icon ul li.account-menu a:before{
    content:"\f007";
    background-position: -123px -2px;
}
.force-stretched-header .header-mid .col-icon ul li.basket-menu a:before{
    content: "\f07a";
    background-position: -158px -1px;
}
.single-product .type-product div.summary .logo-motability img{
    max-width: 250px;
}
@media(min-width:768px){
    .force-stretched-header .header-mid .elementor-column {
        width: 25%;
    }
}
.force-stretched-header .header-mid .col-logo{
        width: 23%;
    }
    .force-stretched-header .header-mid .col-image-logo{
        width: 23%;
    }
    .force-stretched-header .header-mid .col-search{
        width: 33%;
    }
    .force-stretched-header .header-mid .col-icon{
        width: 21%;
    }
@media(max-width: 991px){
    .force-stretched-header .header-mid .col-icon ul li {
        margin-left: 20px;
    }
    .force-stretched-header .header-mid .col-logo{
        width: 20%;
    }
    .force-stretched-header .header-mid .col-image-logo{
        width: 20%;
    }
    .force-stretched-header .header-mid .col-search{
        width: 35%;
    }
    .force-stretched-header .header-mid .col-icon{
        width: 25%;
    }
}
@media(max-width: 767px){
    .force-stretched-header .header-mid .col-image-logo {
        max-width: 280px;
        width: 50%;
    }
    .force-stretched-header .header-mid .col-logo{
        width: calc(50% - 25px);
    }
    .force-stretched-header .header-mid .col-search{
        width: 100%;
        order: 3;
    }
    .force-stretched-header .header-mid .col-icon{
        width: calc(50% - 25px);
    }
    .force-stretched-header .header-top .elementor-image-box-wrapper{
        display: flex;
    }
    .force-stretched-header .header-top .elementor-image-box-wrapper .elementor-image-box-img {
        margin-right: 10px!important;
    }
    .force-stretched-header .header-top .elementor-widget-wrap {
        display: flex!important;
        justify-content: center;
        flex-direction: row-reverse;
    }
    .force-stretched-header .header-top .elementor-widget-wrap .elementor-element {
        padding-left: 10px;
        padding-right: 10px;
    }
    .force-stretched-header .header-mid .col-icon ul li {
        margin-left: 5px;
    }
    .force-stretched-header .header-mid .col-icon ul li a {
        font-size: 0;
        width: 35px;
    }
}
.footer-width-fixer .footer .col-left .elementor-button-wrapper a{
    background: transparent;
    padding: 0;
    color: #1A3982;
}
.footer-width-fixer .footer .col-left .hfe-site-logo img{
    max-width: 200px;
}
.footer-width-fixer .footer{
    padding-top: 40px;
    padding-bottom: 30px;
}
.footer-width-fixer .footer .col-mid1 .elementor-heading-title {
    color: #1A3E8D;
    font-family: "Questrial", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 0;
}
.footer-width-fixer .footer .col-mid1 .elementor-widget-text-editor p{
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
}
.footer-width-fixer .footer .col-mid2 h5{
    color: #1A3E8D;
    font-family: "Questrial", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 20px;
}
.footer-width-fixer .footer .col-mid2 ul{
    margin-top: 0;
    padding-left: 0;
    list-style: none;
}
.footer-width-fixer .footer .col-mid2  ul li a{
    color: #1A3982;
    line-height: 1.3;
    padding-bottom: 5px;
    display: block;
}
.footer-width-fixer .footer .col-right h5{
    color: #1A3E8D;
    font-family: "Questrial", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 20px;
}
.footer-width-fixer .footer .col-right ul{
    margin-top: 0;
    padding-left: 0;
    list-style: none;
}
.footer-width-fixer .footer .col-right  ul li a{
    color: #1A3982;
    line-height: 1.3;
    padding-bottom: 5px;
    display: block;
}
@media(max-width: 1023px){
    .footer-width-fixer .footer .elementor-column{
        width: 50%;
    }
}
@media(max-width: 767px){
    .footer-width-fixer .footer .elementor-column{
        width: 100%;
        text-align: center;
    }
    .footer-width-fixer .footer .col-left .hfe-site-logo-container {
        text-align: center;
    }
}






/*home page*/ 
.section-slider-home .n2-ss-section-main-content{
    max-width: 1140px;
    margin: 0 auto;
}
.section-slider-home .button-slider a{
    background: #1A3982!important;
    color: #fff!important;
    border-radius: 5px!important;
    margin-top: 20px;
    font-family: 'Lato', sans-serif!important;
}
.section-slider-home .title-slider .n2-ow-all{
    background: rgb(255 255 255 / 60%);
    padding: 15px;
    border-radius: 10px;
    text-align: left;
    margin-left: -15px;
    color: #1A3982;
    font-family: 'Lato', sans-serif;
}
.section-slider-home .title-slider h2{
    font-size: 24px;
    padding-bottom: 15px;
}
.section-slider-home .title-slider h6{
    font-size: 18px;
}
.ss1-home{
    padding-top: 40px;
    padding-bottom: 30px;
}
.ss1-home .elementor-widget-heading .elementor-heading-title{
    color: #1A3E8D;
}
.ss1-home .elementor-widget-text-editor .elementor-widget-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.ss2-home{
    padding-top: 40px;
    padding-bottom: 40px;
}
.ss2-home .elementor-image-box-wrapper .elementor-image-box-img{
    position: relative;
    margin-bottom: 0px !important;
    width: 100%;
}
.ss2-home .elementor-image-box-wrapper .elementor-image-box-img img{
    display: block;
    width: 100%;
}
.ss2-home .elementor-image-box-wrapper:hover .elementor-image-box-img a:before{
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; 
    top: 0;
    background: #dc9b1738;
    display: block;
}
.ss2-home .elementor-image-box-wrapper {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
}

.ss2-home .elementor-widget-image-box .elementor-image-box-title a{
    color: #1A3982;
}
.ss3-home{
    padding-top: 40px;
    padding-bottom: 40px;
}
.ss3-home .elementor-widget-heading .elementor-heading-title{
    color: #1A3982;
    font-family: "Open Sans", Sans-serif;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}
.ss4-home{
    padding-top: 40px;
    padding-bottom: 40px;
}
.ss4-home .elementor-image-box-wrapper{
    background: #fff;
}
.ss4-home .elementor-widget-image-box .elementor-image-box-title{
    color: #fff;
    margin: 0;
}
.ss4-home .elementor-image-box-wrapper .elementor-image-box-content {
    background: #E78034;
    color: #fff;
    padding: 15px;
}
.ss4-home  figure.elementor-image-box-img {
    margin-bottom: 0;
    padding: 15px;
}

.ss5-home{
    padding-top: 40px;
    padding-bottom: 40px;
}
.ss6-home{
    padding-top: 60px;
    padding-bottom: 60px;
}
.ss6-home .inner-button{
    padding-top: 40px!important;
}
.ss6-home .inner-button .elementor-widget-wrap  {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ss6-home .inner-button .elementor-widget-wrap  .elementor-element{
    margin-bottom: 0;
    width: auto;
    padding: 0 15px;
}
.ss6-home .inner-button .elementor-widget-wrap  .elementor-element.btn-blue a{
    background: #1A3982;
    padding: 15px 25px;
    border: 1px solid #1A3982;
}
.ss6-home .inner-button .elementor-widget-wrap  .elementor-element.btn-blue a:hover{
    background: #fff;
    color: #1A3982;
}
.ss6-home .inner-button .elementor-widget-wrap  .elementor-element.btn-orange a{
    background: #E17540;
    padding: 15px 25px;
    border: 1px solid #E17540;
}
.ss6-home .inner-button .elementor-widget-wrap  .elementor-element.btn-orange a:hover{
    background: #fff;
    color: #E17540;
}
.ss6-home .inner-button .elementor-widget-wrap  .elementor-element.btn-green a{
    background: #A3D051;
    padding: 15px 25px;
    border: 1px solid #A3D051;
}
.ss6-home .inner-button .elementor-widget-wrap  .elementor-element.btn-green a:hover{
    background: #fff;
    color: #A3D051;
}
.ss7-home .swiper-pagination .swiper-pagination-bullet-active{
    background: #b9b9b9!important;
}
.ss7-home .stratum-testimonial-carousel__wrapper .stratum-testimonial-carousel__container{
    padding-bottom: 0!important;
}
.ss7-home .stratum-testimonial-carousel__wrapper .stratum-testimonial-carousel__container .stratum-testimonial-carousel__content{
    display: flex;
    flex-direction: column-reverse;
}
.ss7-home .stratum-testimonial-carousel .stratum-testimonial-carousel__footer{
    display: none;
}
.ss7-home .stratum-testimonial-carousel .stratum-testimonial-carousel__content h3.stratum-testimonial-carousel__heading {
    color: #1A3E8D;
    font-family: "Questrial", Sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.3em;
    margin-top: 20px;
    margin-bottom: 0;
}
.ss7-home .stratum-testimonial-carousel .stratum-testimonial-carousel__content .stratum-testimonial-carousel__text {
    color: #000;
    font-family: "Questrial", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
}
.ss7-home{
    padding-bottom: 40px;
}
@media(max-width: 767px){
    .ss6-home .inner-button .elementor-widget-wrap {
        text-align: center;
    }
    .ss6-home .inner-button .elementor-widget-wrap .elementor-element {
        margin-bottom: 15px;
        width: 100%;
    }
}


/*page shop*/
.woocommerce-shop .woocommerce {
    max-width: 1140px;
    margin: auto;
    padding: 40px 10px;
}
.woocommerce-shop  div#sidebar,
.woocommerce-shop  header.woocommerce-products-header,
.woocommerce-shop nav.woocommerce-breadcrumb{
    display: none;
}
.ss2-page-shop .elementor-element p{
    display: inline-block;
    margin-top: 0;
}
.ss2-page-shop .elementor-element {
    margin-bottom: 0;
}
.woocommerce-shop .woocommerce p.woocommerce-result-count,
.woocommerce-shop .woocommerce form.woocommerce-ordering{
    display: none;
}
.woocommerce-shop .woocommerce ul.products li.product{
    border: 1px solid #d8d8d8;
    padding: 0;
    box-shadow: 0 0 0.625rem 0.625rem rgb(33 32 77 / 2%);
    border-radius: .9375rem;
    overflow: hidden;
    width: calc(33.333% - 20px);
    margin: 10px;
}
.woocommerce-shop .woocommerce ul.products li.product .gallery-product{
    position: relative;
}
.woocommerce-shop .woocommerce ul.products li.product .gallery-product a.button-view-product{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #1A3982;
    color: #fff;
    margin-top: 0;
    opacity: 0;
    max-width: 140px;
    width: 100%;
    text-align: center;
}
.woocommerce-shop .woocommerce ul.products li.product:hover .gallery-product a.button-view-product{
    opacity: 1;
}
.woocommerce-shop .woocommerce ul.products li.product .gallery-product button.slick-arrow{
    background: #1A3982;
    cursor: pointer;
    z-index: 9;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    color: #fff;
    opacity: 0;
}
.woocommerce-shop .woocommerce ul.products li.product .gallery-product button.icon-next{
    right: 10px;
}
.woocommerce-shop .woocommerce ul.products li.product .gallery-product button.icon-prev{
    left: 10px;
}
.woocommerce-shop .woocommerce ul.products li.product .gallery-product .slick-slide img {
    width: 100%;
}
.woocommerce-shop .woocommerce ul.products li.product:hover .gallery-product button.slick-arrow{
    opacity: 1;
}
.woocommerce-shop .woocommerce ul.products li.product .gallery-product ul.slick-dots {
    margin-bottom: 0;
    bottom: 0;
}
.woocommerce-shop .woocommerce ul.products li.product .gallery-product ul.slick-dots li{
    width: 0;
    height: 0;
    margin: 0 5px;
    padding: 0 5px;
}
.woocommerce-shop .woocommerce ul.products li.product .gallery-product ul.slick-dots li button:before{
    font-size: 30px;
}
.woocommerce-shop .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 22px;
    text-align: center;
    color: #1A3982;
}

.woocommerce-shop .woocommerce ul.products li.product span.price {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    color:  #1A3982;
}
.woocommerce-shop .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.woocommerce-shop .woocommerce ul.products .section2-shop,
.woocommerce-shop .woocommerce ul.products .section3-shop{
    width: 100%;
    display: inline-block;
    padding: 10px;
}
.tax-product_cat .woocommerce ul.products .section2-shop,
.tax-product_cat .woocommerce ul.products .section3-shop{
    width: 100%;
    display: inline-block;
    padding: 10px;
}
.woocommerce-shop .woocommerce ul.products .section3-shop p{
    margin: 0;
}
.woocommerce-shop .woocommerce nav.woocommerce-pagination ul,
.woocommerce-shop .woocommerce nav.woocommerce-pagination ul li{
    border: none;
}
.woocommerce-shop .woocommerce nav.woocommerce-pagination ul li{
    padding: 0 5px;
}
.woocommerce-shop .woocommerce nav.woocommerce-pagination {
    padding-top: 40px;
} 
.woocommerce-shop .woocommerce nav.woocommerce-pagination span.current{
    background: #1A3E8D;
    color: #fff;
    width: 32px;
    border-radius: 50%;
    height: 32px;
}
.woocommerce-shop .woocommerce nav.woocommerce-pagination ul li a{
    background: transparent;
}
@media(max-width: 1023px){
    .woocommerce-shop .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
        font-size: 20px;
    }
    .woocommerce-shop .woocommerce ul.products li.product span.price{
        font-size: 18px;
    }
    
}

/*page single product*/
.single-product .woocommerce-breadcrumb,
.single-product div#sidebar{
    display: none;
}
.single-product .site-main{
    max-width: 1140px;
    margin: auto;
    padding: 0px 10px;
}
.woocommerce-shop .woocommerce ul.products li.product,
.tax-product_cat .woocommerce ul.products li.product{
    border: 1px solid #d8d8d8;
    padding: 0;
    box-shadow: 0 0 0.625rem 0.625rem rgb(33 32 77 / 2%);
    border-radius: .9375rem;
    /*overflow: hidden;*/
    width: calc(33.333% - 20px);
    margin: 10px;
}
.tax-product_cat .term-description{
    background-color: #F9F9F9;
    padding: 40px 15px;
}
.tax-product_cat .term-description p{
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 18px;
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left;
}
.tax-product_cat .term-description span.show-text{
    color: #000000;
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    text-align: left;
    display: block;
    max-width: 1140px;
    margin: 0 auto;
    text-transform: uppercase;
    cursor: pointer;
}
.tax-product_cat .term-description p{
    display:none;
}
.tax-product_cat .term-description p:first-child{
    display:block;
}
.tax-product_cat .term-description.active p{
    display:block;
}




.woocommerce ul.products li.product .star-rating {
    display: none;
}
.single-product ul.products li.product .gallery-product{
    position: relative;
}
.single-product ul.products li.product .gallery-product a.button-view-product{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1A3982;
    color: #fff;
    margin-top: 0;
    opacity: 0;
    max-width: 140px;
    width: 100%;
    text-align: center;
}
.single-product ul.products li.product:hover .gallery-product a.button-view-product{
    opacity: 1;
}
.single-product ul.products li.product .gallery-product button.slick-arrow{
    background: #1A3982;
    cursor: pointer;
    z-index: 9;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    color: #fff;
    opacity: 0;
}
.single-product ul.products li.product .gallery-product button.icon-next{
    right: 10px;
}
.single-product ul.products li.product .gallery-product button.icon-prev{
    left: 10px;
}
.single-product ul.products li.product .gallery-product .slick-slide img {
    width: 100%;
}
.single-product ul.products li.product:hover .gallery-product button.slick-arrow{
    opacity: 1;
}
.single-product ul.products li.product .gallery-product ul.slick-dots {
    margin-bottom: 0;
}
.single-product ul.products li.product .gallery-product ul.slick-dots li{
    width: 0;
    height: 0;
    margin: 0 5px;
    padding: 0 5px;
}
.single-product ul.products li.product .gallery-product ul.slick-dots li button:before{
    font-size: 30px;
}
.single-product ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 20px;
    text-align: center;
    color: #1A3982;
}
.single-product ul.products li.product span.price {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #1A3982;
}
.single-product ul.products li.product {
    border: 1px solid #d8d8d8;
    padding: 0;
    box-shadow: 0 0 0.625rem 0.625rem rgb(33 32 77 / 2%);
    border-radius: .9375rem;
    overflow: hidden;
}
.single-product .type-product .section-top{
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}
.single-product .type-product .dispImagesWrapper {
    width: 50%;
    padding-right: 15px;
    padding-bottom: 30px;
}
.single-product .type-product .dispImagesWrapper span.onsale{
    display: none;
}
.single-product .type-product .dispImagesWrapper .images{
    width: 100%;
    position: relative;
    /*margin-bottom: 0;*/
}
.single-product .type-product .dispImagesWrapper .images div#wpgis-gallery.slick-vertical{
    /*width:80px;*/
    width: 20%;
}
/*.single-product .type-product .dispImagesWrapper .images div#wpgis-gallery {
    position: absolute;
    bottom: 0;
    width: 100%;
}*/
/*.single-product .type-product .dispImagesWrapper .images div#wpgis-gallery .slick-list,*/
/*.single-product .type-product .dispImagesWrapper .images div#wpgis-gallery .slick-track{*/
/*    height: auto!important;*/
/*}*/
.single-product .type-product .dispImagesWrapper .images #wpgis-gallery .slick-slide {
    margin: 0;
    /*width: 70px!important;*/
}
.single-product .type-product .dispImagesWrapper .images div#wpgis-gallery li img{
    margin-bottom: 10px;
    border: 2px solid transparent;
    /*box-shadow: 0px 0px 2px #606060;*/
    outline: 1px solid #606060;
}
.single-product .type-product .dispImagesWrapper .images div#wpgis-gallery .slick-slide.slick-current li img {
    border: 2px solid #1A3982;
    outline: none;
}
.single-product .type-product .dispImagesWrapper .video-product{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.single-product .type-product .dispImagesWrapper .video-product a.icon-video{
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-product .type-product .dispImagesWrapper .video-product a.icon-video i{
    color: #1A3982;
    font-size: 30px;
    padding-right: 15px;
}
.single-product .type-product div.summary{
    width: 50%!important;
    padding-left: 15px;
}
.single-product .type-product div.summary .priceWrapper{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.single-product .type-product div.summary .priceWrapper p.price {
    margin: 0;
}
.single-product .type-product div.summary .priceWrapper div.relief {
    padding-left: 5px;
    /*position: relative;*/
}
/*.single-product .type-product div.summary .priceWrapper div.relief span.icon-hover{*/
/*    position: relative;*/
/*}*/
.single-product .type-product div.summary .priceWrapper div.relief span.hiden-hover {
    position: absolute;
    width: 100%;
    max-width: 340px;
    background: #e17540;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    line-height: 1.3;
    font-size: 14px;
}
.single-product .type-product div.summary .priceWrapper div.relief .show-hover .icon-hover:hover span.hiden-hover {
    opacity:1;
    visibility: visible;
}
.single-product .type-product div.summary .priceWrapper div.relief span.hiden-hover h4{
    margin-top: 0;
    margin-bottom: 10px;
}
.single-product .type-product div.summary .priceWrapper div.relief .show-hover .icon-hover i{
    color: red;
}
.single-product .type-product div.summary .woocommerce-product-rating .star-rating{
    color: #FAC90A;
}
.single-product .type-product div.summary form.cart td.value a.reset_variations{
    display: none!important;
}
.single-product .type-product div.summary form.cart .single_variation_wrap .woocommerce-variation-price {
    padding-bottom: 10px;
}
.single-product .type-product div.summary form.cart .quantity input{
    height: 38px;
    border-radius: 3px;
    border: 1px solid;
}
.single-product .type-product div.summary form.cart button{
    background-color: #1A3982;
}
.single-product .type-product div.summary form.cart button:hover{
    background-color: #fff;
    color: #1A3982;
}
.single-product .type-product div.summary .product_meta{
    display: none;
}
.single-product .type-product div.summary form.cart + .woo-social-buttons{
    display: none;
}
.single-product .type-product div.summary .form-share {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 5px;
}
.single-product .type-product div.summary .form-share a.popupaoc-link{
    position: relative;
    padding-left: 40px;
}
.single-product .type-product div.summary .form-share a.popupaoc-link:before{
    content: "\f14d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 25px;
    color: #1A3982;
    left: 0;
    top: -3px;
}
.form-share-product {
    display: flex;
    flex-wrap: wrap;
}
.form-share-product > div{
    margin-bottom: 15px;
}
.form-share-product .leftCol,
.form-share-product .rightCol {
    width: 50%;
    padding: 0 15px;
}
.form-share-product .fullCol,
.form-share-product .recaptcha-form,
.form-share-product .submit-form{
    width: 100%;
    padding: 0 15px;
}
.form-share-product .inputRow input{
    border: solid 1px #ddd;
    font-size: 14px;
    color: #000;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    margin-top: 7px;
}
.form-share-product .inputRow textarea {
    border: solid 1px #ddd;
    font-size: 14px;
    color: #000;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    margin-top: 7px;
    height: 100px;
}
.form-share-product .submit-form input{
    font-size: 15px;
    line-height: 14px;
    color: #fff;
    padding: 15px 30px;
    text-align: center;
    cursor: pointer;
    background: #1A3982;
    border: none;
    border-radius: 5px;
}
.icon-share {
    padding-left: 15px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 15px;
    right: 20px;
}
.icon-share .woo-social-buttons img{
    width: 34px;
    height: auto;
    margin: 0 0 0 14px;
}
.icon-share .woo-social-buttons span.custom{
    margin: 0;
}
.icon-share .a2a_kit {
    display: flex;
    padding-left: 15px;
}
.guides-product{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.form-popup-share-product {
    position: relative;
}
.form-popup-share-product .wpcf7-response-output{
    position: absolute;
    bottom: -25px;
    margin: 0!important;
}
.guides-product .col-left{
    width: 100%;
    padding: 0 15px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.guides-product .col-left a{
    padding: 0 5px;
}
.guides-product .col-right{
    width: 50%;
    padding: 0 15px;
    text-align: center;
}
.guides-product .image{
    height: 185px;
}
.guides-product .image img.img-responsive{
    height: 185px;
}
.guides-product .col-right .print .image{
    background: url(./images/print.png);
    background-repeat: no-repeat;
    background-position: center;
}
.faq-product .list-faq .item-faq .content-faq{
    display: none;
    padding: 0 15px;
}
.faq-product .list-faq .item-faq a.title-faq{
    position: relative;
    display: block;
    padding: 15px;
    border-bottom: solid 1px #eee;
    font-size: 18px;
    cursor: pointer;
}
.faq-product .list-faq .item-faq:last-child a.title-faq {
    border-bottom: none;
}
.faq-product .list-faq .item-faq a.title-faq:before{
    content: "\f107";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 15px;
}
.faq-product .list-faq .item-faq a.title-faq.active:before{
    content: "\f106";
}
.faq-product .title-faq h3 {
    color: #1A3982;
    font-family: "Questrial", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3em;
    display: inline-block;
    margin-top: 0;
    width: 100%;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}










/*.single-product div#page{*/
/*    overflow-x: hidden;*/
/*}*/
.single-product .type-product .woocommerce-tabs ul.tabs.wc-tabs{
    background: #f8f8f8;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin: 20px 0 0;
    overflow: inherit;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.single-product .type-product .woocommerce-tabs ul.tabs.wc-tabs:before{
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: -100%;
    top: -1px;
    right: 0;
    z-index: 1;
    background: #f8f8f8;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    height: 100%;
}
.single-product .type-product .woocommerce-tabs ul.tabs.wc-tabs:after{
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    right: -100%;
    top: -1px;
    z-index: 1;
    background: #f8f8f8;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    height: 100%;
}
.single-product .type-product .woocommerce-tabs ul.tabs.wc-tabs > li{
    background: transparent!important;
    border: none;
    border-radius: 0;
    margin: 0;
    width: 25%;
    padding: 20px 0;
    text-align: center;
}
.single-product .type-product .woocommerce-tabs ul.tabs.wc-tabs > li:before,
.single-product .type-product .woocommerce-tabs ul.tabs.wc-tabs > li:after{
    content: none;
}
.single-product .type-product .woocommerce-tabs ul.tabs.wc-tabs > li.active{
    border-bottom: solid 3px #1A3982;
}
.associated-products {
    border-top: solid 1px #eee;
    padding: 60px 0 20px;
    margin-top: 50px;
}
.associated-products ul.products{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.associated-products ul.products li.product{
    border: 1px solid #d8d8d8;
    padding: 0;
    box-shadow: 0 0 0.625rem 0.625rem rgb(33 32 77 / 2%);
    border-radius: .9375rem;
    overflow: hidden;
    width: calc(33.333% - 20px);
    margin: 10px;
}
ul.products li.product .gallery-product .list-image{
    overflow: visible;
}
.related ul.products{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.related ul.products li.product{
    border: 1px solid #d8d8d8;
    padding: 0;
    box-shadow: 0 0 0.625rem 0.625rem rgb(33 32 77 / 2%);
    border-radius: .9375rem;
    overflow: hidden;
    width: calc(33.333% - 20px)!important;
    margin: 10px!important;
}
.related {
    border-top: solid 1px #eee;
    padding: 20px 0 20px;
}
.related h2{
    color: #1A3982;
}
.woocommerce div.product .woocommerce-tabs .panel {
    /*display: block!important;*/
    height: 0;
    visibility: hidden;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs .panel.tab-active {
   height: auto;
    visibility: visible;
    padding-top: 30px;
}
.section-form-shop{
    background: #1A3E8D;
    color: #fff;
}
.section-form-shop form{
    max-width: 1140px;
    margin: auto;
    padding: 40px 10px;
}
.section-form-shop form .field-title h3{
    font-size: 25px;
    text-align: center;
    margin-top: 0;
}
.section-form-shop form .field-all {
    display: flex;
}
.section-form-shop form .field-all input{
    width: 100%;
    height: 45px;
    border: 1px solid #1A3E8D;
    border-radius: 50px;
    background: #fff;
    outline: none;
    padding: 10px 45px 10px 15px;
}
.section-form-shop form .field-all .field-name {
    width: calc(50% - 100px);
}
.section-form-shop form .field-all  .field-email {
    width: calc(50% - 100px);
    margin-left: -40px;
}
.section-form-shop form .field-all  .field-submit  {
    width: 280px;
    margin-left: -40px;
}
.section-form-shop form .field-all  .field-submit input[type="submit"] {
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    background: #E17540;
    border: 1px solid #E17540;
    color: #fff;
    height: 43px;
    margin-top: 1px;
}


@media(max-width: 991px){
    .form-popup-share-product .wpcf7-response-output{
        position: static;
    }
    .icon-share{
        position: static;
    }
}


@media(max-width: 767px){
    .woocommerce-shop .woocommerce ul.products li.product{
        width: 100%;
    }
    .form-share-product .leftCol, .form-share-product .rightCol {
        width: 100%;
    }
    .single-product .type-product .dispImagesWrapper {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .single-product .type-product div.summary {
        width: 100%!important;
        padding-left: 0;
    }
    .single-product .type-product .woocommerce-tabs ul.tabs.wc-tabs > li {
        width: 100%;
        padding: 5px 0;
        border-bottom: solid 3px #1a398200;
    }
    .related ul.products li.product{
        width: 100%!important;
    }
    .associated-products ul.products li.product{
        width: 100%;
    }
    .guides-product .col-left,
    .guides-product .col-right{
        width: 100%;
    }
    .section-form-shop form .field-all {
        display: block;
    }
    .section-form-shop form .field-all .field-name {
        width: 100%;
    }
    .section-form-shop form .field-all .field-email {
        width: 100%;
        margin-left: 0;
    }
    .section-form-shop form .field-all .field-submit {
        width: 100%;
        margin-left: 0;
    }
}
@media(max-width: 374px){
    .single-product .type-product div.summary .priceWrapper p.price {
        font-size: 18px;
    }
    .single-product .type-product div.summary .priceWrapper div.relief {
        font-size: 14px;
    }
    .icon-share .woo-social-buttons img {
        margin: 0 0 0 10px;
    }
}
/*page cat*/
.tax-product_cat .woocommerce {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 10px;
}
.tax-product_cat nav.woocommerce-breadcrumb{
    display: none;
}
.tax-product_cat header.woocommerce-products-header {
    background-color: #1A3982;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.tax-product_cat header.woocommerce-products-header h1{
    display: inline-block;
    padding: 0 10px;
}
.tax-product_cat .woocommerce ul.products{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tax-product_cat .woocommerce ul.products li.product{
    border: 1px solid #d8d8d8;
    padding: 0;
    /*box-shadow: 0 0 0.625rem 0.625rem rgb(33 32 77 / 2%);*/
    border-radius: .9375rem;
    /*overflow: hidden;*/
    /*width: calc(33.333% - 20px);
    margin: 10px;*/
}
/*.tax-product_cat .woocommerce ul.products li.product.featured{*/
/*    border: 1px solid #1A3982;*/
/*}*/
.title-feature-product{
    display: none;
}
.tax-product_cat .woocommerce ul.products li.product.featured .title-feature-product{
    display: block;
    position: absolute;
    top: -10px;
    background: #fff;
    padding: 0 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 220px;
    text-align: center;
    z-index: 9;
}
.tax-product_cat .woocommerce ul.products li.product a{
    display: block;
    /*height: 100%;*/
}
.tax-product_cat .woocommerce ul.products li.product-category a{
    height: 100%;
}
.tax-product_cat .woocommerce ul.products li.product a h2.woocommerce-loop-category__title{
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #1A3982;
    padding: 15px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    /*height: 100%;*/
}
.tax-product_cat .woocommerce ul.products li.product a h2.woocommerce-loop-category__title mark.count{
    display: none;
}
.tax-product_cat .woocommerce ul.products li.product .gallery-product {
    position: relative;
}
.tax-product_cat .woocommerce ul.products li.product .gallery-product a.button-view-product{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1A3982;
    color: #fff;
    margin-top: 0;
    opacity: 0;
    max-width: 140px;
    width: 100%;
    text-align: center;
}
.tax-product_cat .woocommerce ul.products li.product:hover .gallery-product a.button-view-product{
    opacity: 1;
}
.tax-product_cat .woocommerce ul.products li.product .gallery-product button.slick-arrow {
    background: #1A3982;
    cursor: pointer;
    z-index: 9;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    color: #fff;
    opacity: 0;
}
.tax-product_cat .woocommerce ul.products li.product .gallery-product button.icon-prev {
    left: 10px;
}
.tax-product_cat .woocommerce ul.products li.product .gallery-product button.icon-next {
    right: 10px;
}
.tax-product_cat .woocommerce ul.products li.product:hover .gallery-product button.slick-arrow{
    opacity: 1;
}
.tax-product_cat .woocommerce ul.products li.product .gallery-product ul.slick-dots {
    margin-bottom: 0;
}
.tax-product_cat .woocommerce ul.products li.product .gallery-product ul.slick-dots li {
    width: 0;
    height: 0;
    margin: 0 5px;
    padding: 0 5px;
}
.tax-product_cat .woocommerce ul.products li.product .gallery-product ul.slick-dots li button:before {
    font-size: 30px;
}
.tax-product_cat .woocommerce ul.products li.product .gallery-product .slick-slide img {
    width: 100%;
    padding: 10px;
}
.woocommerce ul.products li.product a img{
    padding: 10px;
}
.tax-product_cat .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 22px;
    text-align: center;
    color: #1A3982;
}
.tax-product_cat .woocommerce ul.products li.product span.price {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #1A3982;
}

.tax-product_cat .sidebar-products{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 10px;
    display: flex;
    flex-wrap: wrap;
}
.tax-product_cat .sidebar-products > .woocommerce{
    /*width: calc(100% - 250px);*/
    width: 100%;
    max-width: 100%;
    /*padding: 0px 0px 0 20px;*/
    padding: 0;
} 
.tax-product_cat .sidebar-products .sidebar-product-cate {
    width: 250px;
    display: none;
}
.tax-product_cat .sidebar-products .sidebar-product-cate h2.title-sidebar {
    margin-top: 0;
    color: #1A3982;
}
.tax-product_cat .sidebar-products .sidebar-product-cate > div{
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px;
}
.sidebar-product-cate .fillter-color .bapf_body ul{
    padding-left: 0;
}
.sidebar-product-cate .fillter-color .bapf_body ul li{
    display: block!important;
}
.sidebar-product-cate .fillter-color .bapf_body ul li label span.bapf_clr_span{
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
}
.sidebar-product-cate .fillter-color .bapf_body ul li.checked label span.bapf_clr_span{
    border: 2px solid #000;
}
.sidebar-product-cate .filter-cate .bapf_body ul{
    padding-left: 0;
}
.woocommerce .woocommerce-ordering select{
    border: solid 1px #eee;
    border-radius: 5px;
    height: 35px;
    padding: 5px;
    outline: none;
}

@media(max-width: 1023px){
    .tax-product_cat .woocommerce ul.products li.product{
        /*width: calc(50% - 20px);*/
        width: calc(33.33333% - 20px);
    }
    .tax-product_cat .sidebar-products .sidebar-product-cate {
        width: 200px;
    }
    .tax-product_cat .sidebar-products > .woocommerce {
        /*width: calc(100% - 200px);*/
        width: 100%;
    }
}

@media(max-width: 767px){
    .tax-product_cat .woocommerce ul.products{
        margin: 0;
    }
    .tax-product_cat .woocommerce ul.products li.product {
        width: 100%;
        margin: 10px 0;
    }
    .tax-product_cat .sidebar-products .sidebar-product-cate {
        width: 100%;
    }
    .tax-product_cat .sidebar-products > .woocommerce {
        width: 100%;
        padding-left: 0;
    }
}

@media(max-width:734px){
    .woocommerce .woocommerce-result-count,
    .woocommerce .woocommerce-ordering{
        float: none;
        text-align: center;
    }
}


/*Approved Used Products */
.single-product .type-product.product-type-simple .woocommerce-tabs ul.tabs.wc-tabs > li{
    width: 20%;
}
.included-tab .title-box h3{
    color: #1A3982;
    font-family: "Questrial", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3em;
    display: inline-block;
    margin-top: 0;
    width: 100%;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.included-tab .box-included ul{
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
}
.included-tab .box-included ul li{
    width: calc(33.333% - 20px);
    margin: 25px 10px;
    background: #F9F9F9;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}
.included-tab .box-included ul li .img-box {
    margin-top: -51px;
}
.included-tab .box-included ul li .img-box img{
    width: 62px;
    height: auto;
    display: inline-block;
}
.included-tab .box-included ul li .title-box h5{
    color: #1A3982;
    font-family: "Questrial", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3em;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.included-tab .box-included ul li .content-box p{
    color: #000;
    font-family: "Questrial", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    margin-top: 0;
}
.delivery-returns-tab .title-box h3 {
    color: #1A3982;
    font-family: "Questrial", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3em;
    display: inline-block;
    margin-top: 0;
    width: 100%;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.delivery-returns-tab  .box-delivery-returns ul{
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
}
.delivery-returns-tab  .box-delivery-returns ul li{
    width: calc(50% - 20px);
    margin: 25px 10px;
    background: #F9F9F9;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}
.delivery-returns-tab  .box-delivery-returns ul li .img-box {
    margin-top: -51px;
}
.delivery-returns-tab  .box-delivery-returns ul li .img-box img{
    width: 62px;
    height: auto;
    display: inline-block;
}
.delivery-returns-tab  .box-delivery-returns ul li .title-box h5{
    color: #1A3982;
    font-family: "Questrial", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3em;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.delivery-returns-tab  .box-delivery-returns ul li .content-box p{
    color: #000;
    font-family: "Questrial", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    margin-top: 0;
}
.scooter-specifications-tab{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.scooter-specifications-tab .specifications-col{
    width: 50%;
    padding: 0 10px;
}
.scooter-specifications-tab .title-box h3{
    color: #1A3982;
    font-family: "Questrial", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3em;
    display: inline-block;
    margin-top: 0;
    width: 100%;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.scooter-specifications-tab .table-specifications table {
    border-collapse: collapse;
    width: 100%;
}
.scooter-specifications-tab .table-specifications table tr{
    border-bottom: solid 1px #ddd;
    text-align: left;
}
.scooter-specifications-tab .table-specifications table tr th{
    padding-top: 5px;
    padding-bottom: 5px;
    
}
.scooter-specifications-tab .table-specifications table tr td{
    width: 110px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.scooter-specifications-tab .dimensions-col {
    width: 50%;
    padding: 0 10px;
}
.scooter-specifications-tab .dimensions-col .table-dimensions .slick-list .img-box img{
    margin: auto;
}
.scooter-specifications-tab .dimensions-col .table-dimensions button.slick-prev.slick-arrow{
    left: 0;
    background: #1A3982!important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    opacity: 1;
    z-index: 99;
    line-height: 1;
}
.scooter-specifications-tab .dimensions-col .table-dimensions button.slick-prev.slick-arrow:before{
    display: inline-block;
    color: #fff;
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    opacity: 1;
}
.scooter-specifications-tab .dimensions-col .table-dimensions button.slick-next.slick-arrow{
    right: 0;
    background: #1A3982!important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    opacity: 1;
    z-index: 99;
    line-height: 1;
}
.scooter-specifications-tab .dimensions-col .table-dimensions button.slick-next.slick-arrow:before{
    display: inline-block;
    color: #fff;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    opacity: 1;
}
.scooter-specifications-tab .dimensions-col .table-dimensions{
    padding: 0 30px;
}
.scooter-specifications-tab .dimensions-col .table-dimensions .slick-list .title-box h5{
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 25px;
}
.scooter-specifications-tab .dimensions-col .table-dimensions .slick-list .content-box{
    text-align: center;
}
.scooter-specifications-tab .dimensions-col .table-dimensions .slider-nav-thumbnails .slick-current img{
    border: 2px solid #1A3982;
    border-radius: 50%;
}
.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel--reviews h2{
    color: #1A3982;
    font-family: "Questrial", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3em;
    display: inline-block;
    margin-top: 0;
    width: 100%;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.woocommerce-Tabs-panel--reviews div#reviews {
    display: inline-block;
    width: 100%;
}
.woocommerce-Tabs-panel--reviews div#reviews #review_form input#submit{
    background-color: #1A3982;
    border: 1px solid #1A3982;
    color: #fff;
}
.woocommerce-Tabs-panel--reviews div#reviews #review_form input#submit:hover{
    background-color: #fff;
    color: #1A3982;
}
@media(max-width: 1023px){
    .included-tab .box-included ul li{
        width: calc(50% - 20px);
    }
    .woocommerce-Tabs-panel--description h2, 
    .woocommerce-Tabs-panel--reviews h2,
    .included-tab .title-box h3,
    .scooter-specifications-tab .title-box h3,
    .delivery-returns-tab .title-box h3{
        font-size: 25px;
    }
}

@media(max-width: 767px){
    .included-tab .title-box h3{
        font-size: 25px;
    }
    .included-tab .box-included ul li{
        width: calc(100% - 20px);
    }
    .single-product .type-product.product-type-simple .woocommerce-tabs ul.tabs.wc-tabs > li {
        width: 100%;
    }
    .scooter-specifications-tab .dimensions-col,
    .scooter-specifications-tab .specifications-col{
        width: 100%;
        padding: 0;
    }
    .scooter-specifications-tab .dimensions-col{
        padding-top: 30px;
    }
    .delivery-returns-tab .box-delivery-returns ul li {
        width: 100%;
    }
}


/* page cart, checkout, my account, login, register, lost pass*/
.woocommerce-account .woocommerce{
    max-width: 1140px;
    margin: auto;
    padding: 30px 10px;
}
.woocommerce-account .woocommerce .woocommerce-form-login input.input-text {
    width: 100%;
    height: 40px;
    border: solid 1px #eee;
    border-radius: 5px;
    outline: none;
    padding: 15px 50px 15px 15px;
}
.woocommerce-account .woocommerce .woocommerce-form-login button.woocommerce-button {
    background-color: #1A3982;
    border: 1px solid #1A3982;
    color: #fff;
}
.woocommerce-account .woocommerce .woocommerce-form-login button.woocommerce-button:hover{
    background-color: #fff;
    color: #1A3982;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword input.input-text {
    width: 100%;
    height: 40px;
    border: solid 1px #eee;
    border-radius: 5px;
    outline: none;
    padding: 15px 50px 15px 15px;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword button.woocommerce-Button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt{
    background-color: #1A3982;
    border: 1px solid #1A3982;
    color: #fff;
}
.woocommerce-account .woocommerce .woocommerce-ResetPassword button.woocommerce-Button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover{
    background-color: #fff;
    color: #1A3982;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul{
    padding-left: 1.1em;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul li {
    padding: 5px 0;
}
.woocommerce-cart .woocommerce{
    max-width: 1140px;
    margin: auto;
    padding: 0px 10px;
    padding-top: 30px;
}
.woocommerce .quantity .qty {
    height: 30px;
    border: solid 1px #eee;
    border-radius: 5px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 130px;
    height: 38px;
    border: solid 1px #eee;
    border-radius: 5px;
}
.cart-collaterals .cross-sells ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-top: -10px;
}
.cart-collaterals .cross-sells ul.products > li{
    border: 1px solid #d8d8d8;
    padding: 0;
    box-shadow: 0 0 0.625rem 0.625rem rgb(33 32 77 / 2%);
    border-radius: .9375rem;
    overflow: hidden;
    width: calc(50% - 20px)!important;
    margin: 10px!important;
}
.cart-collaterals .cross-sells ul.products li .gallery-product{
    position: relative;
}
.cart-collaterals .cross-sells ul.products li.product .gallery-product a.button-view-product{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1A3982;
    color: #fff;
    margin-top: 0;
    opacity: 0;
    max-width: 140px;
    width: 100%;
    text-align: center;
}
.cart-collaterals .cross-sells ul.products li.product:hover .gallery-product a.button-view-product{
    opacity: 1;
}
.cart-collaterals .cross-sells ul.products li.product .gallery-product button.slick-arrow{
    background: #1A3982;
    cursor: pointer;
    z-index: 9;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    color: #fff;
    opacity: 0;
}
.cart-collaterals .cross-sells ul.products li.product .gallery-product button.icon-next{
    right: 10px;
}
.cart-collaterals .cross-sells ul.products li.product .gallery-product button.icon-prev{
    left: 10px;
}
.cart-collaterals .cross-sells ul.products li.product .gallery-product .slick-slide img {
    width: 100%;
}
.cart-collaterals .cross-sells ul.products li.product:hover .gallery-product button.slick-arrow{
    opacity: 1;
}
.cart-collaterals .cross-sells ul.products li.product .gallery-product ul.slick-dots {
    margin-bottom: 0;
}
.cart-collaterals .cross-sells ul.products li.product .gallery-product ul.slick-dots li{
    width: 0;
    height: 0;
    margin: 0 5px;
    padding: 0 5px;
}
.cart-collaterals .cross-sells ul.products li.product .gallery-product ul.slick-dots li button:before{
    font-size: 30px;
}
.cart-collaterals .cross-sells ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 20px;
    text-align: center;
    color: #1A3982;
}
.cart-collaterals .cross-sells ul.products li.product span.price {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #1A3982;
}
.woocommerce-checkout .woocommerce{
    max-width: 1140px;
    margin: auto;
    padding: 30px 10px;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea{
    width: 100%;
    height: 40px;
    border: solid 1px #eee;
    border-radius: 5px;
    position: relative;
    background: #fff;
    outline: none;
    padding: 10px;
}
.woocommerce form .form-row textarea{
    height: 100px;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-results,
.select2-search--dropdown{
    background: #fff;
}
.woocommerce-message,
.woocommerce-info{
    border-top-color: #1A3982;
}
.woocommerce-message::before,
.woocommerce-info:before{
    color: #1A3982;
}
@media(max-width: 1023px){
    .cart-collaterals .cross-sells ul.products > li{
        width: 100%!important;
    }
}
@media(max-width: 768px){
    .cart-collaterals .cross-sells ul.products > li{
        width: calc(50% - 20px)!important;
    }
}
@media(max-width: 480px){
    .cart-collaterals .cross-sells ul.products > li{
        width: 100%!important;
    }
}
@media(max-width: 425px){
    .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
        width: max-content;
        margin-top: 5px;
    }
    .woocommerce-error, .woocommerce-info, .woocommerce-message{
        display: flex;
        flex-direction: column-reverse;
    }
}


/*page contact*/
.form-contact-page form .field {
    padding-bottom: 20px;
}
.form-contact-page form .field input{
    width: 100%;
    height: 46px;
    border: solid 1px #eee;
    border-radius: 5px;
    position: relative;
    background: #fff!important;
    outline: none;
    padding: 15px 15px 15px 15px;
    margin-top: 10px;
}
.form-contact-page form .field textarea{
    width: 100%;
    height: 150px;
    border: solid 1px #eee;
    border-radius: 5px;
    position: relative;
    background: #fff!important;
    outline: none;
    padding: 15px 15px 15px 15px;
    margin-top: 10px;
}
.form-contact-page form .field label{
    color: #000;
    font-size: 18px;
}
.form-contact-page form .field label span.required {
    color: red;
}
.form-contact-page form .field-submit input[type="submit"] {
    background: #1A3982;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #1A3982;
    border-radius: 5px;
    cursor: pointer;
}
.form-contact-page form .field-submit input[type="submit"]:hover{
    background: #fff;
    color: #1A3982;
}
.blog h2.entry-title-blog{
    color: #1A3982;
    font-family: "Questrial", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3em;
    display: block;
    margin-top: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1140px;
    margin: auto;
}
.blog h2.entry-title-blog a{
    border-bottom: 1px solid #1A3982;
    width: 100%;
    display: block;
    padding-bottom: 10px;
}
.blog .item-post {
    padding-top: 20px;
    padding-bottom: 20px;
}
.single .entry-title-blog{
    display: block;
    margin-top: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1140px;
    margin: auto;
}
.single .entry-title-blog h2{
    color: #1A3982;
    line-height: 1.3em;
    font-family: "Questrial", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    border-bottom: 1px solid #1A3982;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    margin: 0;
}
.single .content-post{
    padding-top: 30px;
    padding-bottom: 30px;
}
.entry-attachment{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    max-width: 1140px;
    margin: auto;
    position: relative;
}
.entry-attachment .entry-title-attachment h2{
    color: #1A3982;
    line-height: 1.3em;
    font-family: "Questrial", Sans-serif;
    font-size: 35px;
    font-weight: 400;
    border-bottom: 1px solid #1A3982;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    margin: 0;
}
.entry-attachment .next-attachment {
    background: #f9f9f9;
    margin-top: 15px;
    padding: 15px;
}
.entry-attachment .next-attachment img{
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    max-width: 400px;
}
.entry-attachment nav#image-navigation {
    position: absolute;
    top: 45px;
    right: 0;
}
.entry-attachment nav#image-navigation .nav-links {
    display: flex;
}
.entry-attachment nav#image-navigation .nav-links a{
    padding: 0 10px;
}
.comment-respond {
    padding-top: 40px;
    padding-bottom: 30px;
}
.comment-respond h3#reply-title {
    color: #1A3982;
    line-height: 1.3em;
    font-family: "Questrial", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    display: block;
    margin: 0;
}

.comment-respond form#commentform p.comment-form-author input,
.comment-respond form#commentform p.comment-form-email input,
.comment-respond form#commentform p.comment-form-url input{
    width: 100%;
    max-width: 400px;
    height: 40px;
    border: solid 1px #eee;
    border-radius: 5px;
    position: relative;
    background: #fff;
    outline: none;
    padding: 10px;
}
.comment-respond form#commentform p.comment-form-comment textarea{
    width: 100%;
    max-width: 400px;
    height: 140px;
    border: solid 1px #eee;
    border-radius: 5px;
    position: relative;
    background: #fff;
    outline: none;
    padding: 10px;
}
.comment-respond form#commentform p.comment-form-comment label,
.comment-respond form#commentform p.comment-form-author label,
.comment-respond form#commentform p.comment-form-email label,
.comment-respond form#commentform p.comment-form-url label{
    width: 80px;
    display: inline-block;
    padding-bottom: 10px;
}
.comment-respond form#commentform p.comment-form-comment label{
    vertical-align: top;
    padding-top: 5px;
}
.comment-respond form#commentform p.form-submit input#submit {
    background-color: #1A3982;
    border: 1px solid #1A3982;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    cursor: pointer;
}
.comment-respond form#commentform p.form-submit input#submit:hover{
    background-color: #fff;
    color: #1A3982;
}
@media(max-width: 375px){
    .entry-attachment nav#image-navigation .nav-links a{
        font-size: 14px;
    }
}

.woocommerce ul.products li.product .gallery-product img{
    width: 100%;
    margin: 0 0 1em;
}
.search-results .section1-shop,
.search-results .section2-shop,
.search-results .section3-shop{
    display: none!important;
}
.search-results header.woocommerce-products-header{
    display: block!important;
    background: #1A3982;
    margin-top: 20px;
}
.search-results header.woocommerce-products-header h1{
    margin: 0 auto;
    max-width: 1140px;
    padding: 10px;
    color: #fff;
    font-size: 25px;
}

/*product hire*/
.product-hire {
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 10px;
}
.product-hire .list-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.product-hire .list-item .product-item {
    border: 1px solid #d8d8d8;
    padding: 0;
    box-shadow: 0 0 0.625rem 0.625rem rgb(33 32 77 / 2%);
    border-radius: .9375rem;
    overflow: hidden;
    width: calc(33.333% - 20px);
    margin: 10px;
}
.product-hire .list-item .product-item ul.gallery li img{
    display: block;
    width: 100%;
}
.product-hire-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 10px;
}
.product-hire-content .col-left-img ul.gallery li img{
    display: block;
    width: 100%;
}
.product-hire-content .product-hire-show{
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}
.product-hire-content .col-left-img{
    width: 50%;
    padding-right: 15px;
}
.product-hire-content .col-left-img img{
    display: block;
    width: 100%;
}
.product-hire-content .col-right-content {
    width: 50%;
    padding-left: 15px;
}
.product-hire-content .col-right-content h1.product-title {
    margin-top: 0;
}
.product-hire-content .col-right-content .priceWrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.product-hire-content .col-right-content .priceWrapper span.price {
    color: #77a464;
    font-size: 1.25em;
    font-weight: 700;
}
/*.product-hire-content .col-right-content .priceWrapper div.relief{*/
/*    padding-left: 5px;*/
/*}*/
.product-hire-content .col-right-content .priceWrapper div.relief span.hiden-hover {
    position: absolute;
    width: 100%;
    max-width: 340px;
    background: #e17540;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    line-height: 1.3;
    font-size: 14px;
}
.product-hire-content .col-right-content .priceWrapper div.relief i{
    color: red;
}
.product-hire-content .col-right-content .priceWrapper div.relief span.hiden-hover h4{
    margin-top: 0;
    margin-bottom: 10px;
}
.product-hire-content .col-right-content .priceWrapper div.relief .show-hover .icon-hover:hover span.hiden-hover {
    opacity:1;
    visibility: visible;
}

.product-hire-content .col-right-content .form-share {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 5px;
}
.product-hire-content .col-right-content .form-share a.popupaoc-link {
    position: relative;
    padding-left: 40px;
}
.product-hire-content .col-right-content .form-share a.popupaoc-link:before {
    content: "\f14d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 25px;
    color: #1A3982;
    left: 0;
    top: -3px;
}
.tab-product-hire ul.tabs-nav{
    background: #f8f8f8;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin: 20px 0 0;
    overflow: inherit;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
}
.tab-product-hire ul.tabs-nav:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: -100%;
    top: -1px;
    right: 0;
    z-index: 1;
    background: #f8f8f8;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    height: 100%;
}
.tab-product-hire ul.tabs-nav:after{
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    right: -100%;
    top: -1px;
    z-index: 1;
    background: #f8f8f8;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    height: 100%;
}
.tab-product-hire ul.tabs-nav li{
    background: transparent!important;
    border: none;
    border-radius: 0;
    margin: 0;
    width: 20%;
    padding: 20px 0;
    text-align: center;
}
.tab-product-hire ul.tabs-nav li a{
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none;
}
.tab-product-hire ul.tabs-nav li.tab-active{
    border-bottom: solid 3px #1A3982;
}
.tab-product-hire .tabs-stage > div{
    height: 0;
    visibility: hidden;
    opacity:0;
}
.tab-product-hire .tabs-stage > div.tab-content-active{
    height: auto;
    visibility: visible;
    padding-top: 30px;
    opacity:1;
}
.review-tab_hire .title-box h3,
.description-tab_hire .title-box h3{
    color: #1A3982;
    font-family: "Questrial", Sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3em;
    display: inline-block;
    margin-top: 0;
    width: 100%;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.form-hire .selection-date .box-selection {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.form-hire .selection-date .box-selection .box-item:hover{
    transform: scale(1.03);
    
}
.form-hire .selection-date .box-selection .box-item {
    width: 100%;
    max-width: 130px;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    color: #71717f;
    display: inline-block;
    margin: 10px;
    padding: 15px;
    text-align: center;
    transition: border .2s ease,transform .2s ease,-webkit-transform .2s ease;
}
.form-hire .selection-date .box-selection .box-item.tab-active{
    border: 1px solid #1A3982;
}
.form-hire .selection-date .box-selection .box-item span.price-week {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}
.form-hire .form-hire-show a{
    background-color: #1A3982;
    color: #fff;
    border: 1px solid #1A3982;
    display: block;
    padding: 10px 15px;
    border-radius: 7px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}
.form-hire .form-hire-show a:hover{
    background-color: #fff;
    color: #1A3982;
}
.form-hire .form-hire-show a.no-active{
    pointer-events: none;
}
.form-popup-hire{
    display: flex;
    flex-wrap: wrap;
}
.form-popup-hire .col-left-form{
    width: 60%;
    padding-right: 15px;
}
.form-popup-hire .form-hire-product .user-information {
    border-radius: 15px;
    border: 1px solid #b8b8b8;
    padding: 15px;
    margin-bottom: 30px;
}
.form-popup-hire .form-hire-product .section-form .title span {
    color: red;
}
.form-popup-hire .form-hire-product .section-form input,
.form-popup-hire .form-hire-product .section-form select{
    width: 100%;
    height: 40px;
    border: solid 1px #eee;
    border-radius: 5px;
    position: relative;
    background: #fff!important;
    outline: none;
    padding: 10px;
    margin-top: 10px;
}
.form-popup-hire .form-hire-product .section-form textarea{
    width: 100%;
    height: 100px;
    border: solid 1px #eee;
    border-radius: 5px;
    position: relative;
    background: #fff!important;
    outline: none;
    padding: 10px;
    margin-top: 10px;
}
.form-popup-hire .form-hire-product .section-form > div {
    padding-bottom: 15px;
}
.form-popup-hire .form-hire-product .user-information.row-2 p{
    margin-bottom: 10px;
    font-size: 18px;
}
.form-popup-hire .form-hire-product .user-information.row-2 p.helper{
    color: #71717f;
    font-size: 16px;
}
.form-popup-hire .form-hire-product .user-information.row-2 > div{
    padding-bottom: 25px;
}
.form-popup-hire .form-hire-product .user-information.row-2  span.wpcf7-list-item {
    display: block;
    margin: 0;
    padding-bottom: 5px;
}
.form-popup-hire .form-hire-product .user-information.row-2 .range-slide .form-slide .rangeslider{
    border: 1px solid #b8b8b8;
    height: 12px;
    box-shadow: none;
    background: #fff;
    width: calc(100% - 100px);
}
.form-popup-hire .form-hire-product .user-information.row-2 .range-slide .form-slide .rangeslider .rangeslider__fill {
    background: #1A3982;
}
.form-popup-hire .form-hire-product .user-information.row-2 .range-slide .form-slide .rangeslider .rangeslider__handle {
    height: 25px;
    width: 25px;
    background: #fff;
    box-shadow: none;
    top: -7px!important;
}
.form-popup-hire .form-hire-product .user-information.row-2 .range-slide .form-slide .rangeslider .rangeslider__handle:before{
    content: none;
}
.form-popup-hire .form-hire-product .user-information.row-2 .range-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.form-popup-hire .form-hire-product .user-information.row-2 .range-slide .form-slide {
    width: calc(100% - 120px);
    display: flex;
    align-items: center;
}
.form-popup-hire .form-hire-product .user-information.row-2 .range-slide .form-slide > span{
    max-width: 50px;
    text-align: center;
    width: 100%;
}
.form-popup-hire .form-hire-product .user-information.row-2 .range-slide .values-inline {
    width: 120px;
}
.form-popup-hire .form-hire-product .user-information.row-2 .range-slide .values-inline  input{
    height: 40px;
    width: 50px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid;
    font-size: 16px;
}
.form-popup-hire .form-hire-product .user-information.row-2 .range-slide .values-inline span.number-value {
    font-size: 20px;
    padding-left: 10px;
}
.form-popup-hire .form-hire-product .user-information.row-2 .checkbox-disability .wpcf7-form-control{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.form-popup-hire .form-hire-product .user-information.row-2 .checkbox-disability .wpcf7-list-item label input[type="checkbox"]{
    width: 0;
    margin: 0;
    height: 0;
    display: block;
}
.form-popup-hire .form-hire-product .user-information.row-2 .checkbox-disability .wpcf7-list-item label span {
    background: #fff;
    border: 1px solid #1A3982;
    color: #1A3982;
    text-transform: uppercase;
    margin: 10px;
    display: block;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
    line-height:1 ;
}
.form-popup-hire .form-hire-product .user-information.row-2 .checkbox-disability .wpcf7-list-item label input[type="checkbox"]:checked + span {
    background: #1A3982;
    color:#fff;
}
.form-popup-hire .form-hire-product .user-information.row-2 .range-slide .funneling-miles-converstion {
    color: #71717f;
}
.form-popup-hire .form-hire-product .section-bottom input[type="submit"]{
    background-color: #1A3982;
    border: 1px solid #1A3982;
    color: #fff;
    padding: 15px 35px;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    font-size: 18px;
    margin-top: 20px;
}
.form-popup-hire .col-right{
    width: 40%;
    padding-left: 15px;
}
.form-popup-hire .col-right .card-summary {
    border-radius: 15px;
    border: 1px solid #b8b8b8;
    padding-bottom: 30px;
    overflow: hidden;
}
.form-popup-hire .col-right .card-summary .summary-top p.summary-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: .9375rem;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #b8b8b8;
}
.form-popup-hire .col-right .card-summary h2.card-heading {
    text-align: center;
}
.form-popup-hire .col-right .card-summary table.card-table {
    width: 100%;
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
}
.form-popup-hire .col-right .card-summary table.card-table th {
    text-align: left;
    padding: 5px 10px;
}
.form-popup-hire .col-right .card-summary table.card-table td {
    text-align: right;
    padding: 5px 10px;
}
.paoc-popup-modal{
    width: 90%;
}
@media(max-width: 1023px){
    .review-tab_hire .title-box h3,
    .description-tab_hire .title-box h3{
        font-size: 25px;
    }
}
@media(max-width: 767px){
    .tab-product-hire ul.tabs-nav li{
        width: 100%;
        padding: 5px 0;
        border-bottom: solid 3px #1a398200;
    }
    .form-popup-hire .col-left-form {
        width: 100%;
        padding-right: 0;
        order: 2;
    }
    .form-popup-hire .col-right {
        width: 100%;
        padding-left: 0;
        padding-bottom: 30px;
    }
    .form-popup-hire .form-hire-product .user-information.row-2 .range-slide .form-slide {
        width: 100%;
    }
    .form-popup-hire .form-hire-product .user-information.row-2 .range-slide .values-inline {
        width: 100%;
        padding-top: 10px;
        text-align: center;
        padding-bottom: 10px;
    }
    .form-popup-hire .form-hire-product .user-information.row-2 .range-slide .funneling-miles-converstion {
        color: #71717f;
        width: 100%;
        text-align: center;
    }
    .product-hire .list-item .product-item{
        width: 100%;
    }
}
.menu-main {
    margin: 20px 0 10px 0;
}
.menu-main ul.hfe-nav-menu li {
    border-right: 1px solid;
}
.menu-main ul.hfe-nav-menu li:last-child {
    border-right: none;
}
.menu-mobile{
    display: none;
}
.motability-weekly-price {
    color: #E17540;
    text-align: center;
    font-size: 18px;
    padding: 0 10px 15px 10px;
}
.motability-weekly-price.pd-0 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}
@media(max-width: 767px){
    .menu-desktop{
        display: none;
    }
    .menu-mobile{
        display: block;
        width: 50px;
    }
    .force-stretched-header .header-mid > .elementor-container {
        align-items: center;
    }
}
@media(max-width: 425px){
    .force-stretched-header .header-mid .col-icon ul li {
        margin-left: 0px;
    }
}
/*
Blog style
*/

.container{
	margin: 0 auto;
	max-width: 100%;
	width: 1140px;
	padding: 20px;
}
.blog-wr{
	display:flex;
	gap: 20px;
	position: relative;
	flex-direction: column;
}
article.post{
	padding: 40px 0 10px;
	border-bottom: 1px solid;
}
article.post:last-child{
	border: none;
}
#sidebar{
	padding: 0;
	list-style: none;
}
#sidebar li{
	list-style: none;
	margin-bottom: 5px;
}
#sidebar ul{
	padding-left: 15px;
}
#sidebar .widget_search{
    position: relative;
}
#sidebar a{
    color: #1A3982;
}
#sidebar a:hover {
    text-decoration: underline;
}
#sidebar .widget_search button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1A3982;
    width: 50px;
    height: 46px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0;
    border: none;
    background-image: url(./images/search.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}
#sidebar .widget_search input.wp-block-search__input{
    width: 100%;
    height: 46px;
    border: solid 1px #eee;
    border-radius: 5px;
    position: relative;
    background: #fff;
    outline: none;
    padding: 15px 50px 15px 15px;
}
#sidebar .wp-block-search__label{
    display:none;
}
.blog-wr .pagination{
    padding-top: 30px;
    display:flex;
    justify-content: space-between;
}
.blog-main a{
    color: #1A3982;
}
.blog-main a:hover {
    text-decoration: underline;
}
@media only screen and (min-width: 768px) {
	.blog-wr{
		flex-direction: row;
	}
	.blog-wr:after{
		position: absolute;
		background: #F9F9F9;
		width: 1px;
		left: 70%;
		height: 100%;
	}
	.blog-wr main{
		width: 70%;
		padding-right: 10px;
	}
	.blog-wr .sidebar{
		width: 30%;
		padding-left: 10px;
	}
}
@media only screen and (max-width: 767.98px) {
    .blog_thumb img{
        width: 100%;
    }   
}



















