/*Global*/
img{max-width:100%;height:auto;}
body{/*font-family: 'Lato', sans-serif !important;*/}
body h1,body h2,body h3,body h4{/*font-family: 'Raleway', sans-serif !important;*/}
body h1,body h2{margin-bottom:20px;}
.padding-topbottom{padding:60px 0px;}
body a{color: #ed1c24;}

/*Blog*/
.blog-container{max-width: 1260px !important;}
.blog-post img{margin-bottom:20px; width:100%;}
.blog-post .the-excerpt a{display:none;}
.featured-image-post{margin-bottom:20px;}  

/*Buttons*/
body button,body .button,body .faux-button,body .wp-block-button__link,body .wp-block-file .wp-block-file__button,body input[type="button"],body input[type="reset"],body input[type="submit"],body .bg-accent,body .bg-accent-hover:hover,body .bg-accent-hover:focus,body :root .has-accent-background-color,body .comment-reply-link {
    background-color: #ed1c24;
    color: white;
    font-weight: 600;
    border: none;
    padding: 10px 25px;
}

/* Navigation */
@media only screen and (max-width: 767px) {
  li.nav-item.dropdown{position:relative;}
  li.nav-item.dropdown::before{content: "\f067"; font-family: "Font Awesome 5 Free"; right: 10px; position: absolute; top: 10px; font-weight: 900; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; font-size:13px; color:white; }
  li.nav-item.dropdown.minus::before{content: "\f068"; font-family: "Font Awesome 5 Free"; right: 10px; position: absolute; top: 10px; font-weight: 900; font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; font-size:13px; color:white; }
  a.mobile-nav-button{border: 1px solid #b1b1b1;padding: 10px;border-radius: 5px; margin-right:10px; flex:none;}
  a.mobile-nav-button span{height: 20px;width: 20px;display: block;text-align: center;line-height: 20px;color: #444444;}    
  a.navbar-brand{flex-grow:6;}  
}

@media only screen and (min-width: 768px) {
  li.nav-item.dropdown:hover > ul {display:block;margin-top: 0px;}
  li ul li.nav-item.dropdown:hover > ul {display:block;left: 100%;top: 0px;}
  body .navbar-expand-md .navbar-nav .nav-link {padding-right: 1rem; padding-left: 1rem;}  
}

body .my-navbar{padding-left: 0px; padding-right: 0px;}
.my-navbar img{max-height: 79px;}
.my-navbar a.mobile-nav-button {flex-grow:1;justify-content: center;display: flex;}
.my-navbar a.mobile-nav-button-menu .fa-times{display:block;}
.my-navbar a.mobile-nav-button-menu .fa-bars{display:none;}
.my-navbar a.mobile-nav-button-menu.collapsed{background: #eb1c24;border-color: #d0151c;}
.my-navbar a.mobile-nav-button-menu.collapsed .fa-times{display:none;}
.my-navbar a.mobile-nav-button-menu.collapsed .fa-bars{display:block;}
.my-navbar a.mobile-nav-button-menu{background: #000;border-color: #000;}
.my-navbar a.mobile-nav-button-menu span {color:white;}
.my-navbar .mobile-nav-button-phone{background: linear-gradient(white,#f3f1f1);;}
.my-navbar .mobile-nav-button-phone span {color: #eb1c24;}
.my-navbar .navbar-nav{padding: 10px;}
.my-navbar .navbar-nav a{color:black;position: relative; z-index: 2;}
.my-navbar .navbar-nav .dropdown ul{background: #fbfbfb;padding: 10px;}
.my-navbar .navbar-nav .dropdown .dropdown ul{background: #2a4582;}
body .dropdown-menu{min-width: 13rem;}

/*Sticky Nav*/
@media (min-width: 991px){
  body .fixed-top-header{position:fixed;top:0px;left:0px;width:100%;z-index: 99;}
  body.admin-bar .fixed-top-header{top:32px;}
  body .navbar-brand img{height:55px; transition:all 0.5s;}
  body .navbar-brand img.small-logo {height:40px; transition:all 0.5s;}
  body .drop-shadow{box-shadow:0px 4px 5px rgba(0,0,0,0.15);}
}

/*---Blog---*/
.blog-bg{background: #eaeaea;}
.blog-post{background:white; padding: 0 !important; border-radius: 10px; overflow: hidden;}
.blog-post .blog-image{border-bottom: 2px solid #181834;}
.blog-post h2{margin-bottom: 10px; font-size: 32px; padding: 10px 20px; text-align: left;}
.blog-post .the-excerpt{padding: 20px; padding-top: 0px; padding-bottom: 10px;}
.blog-post a{display: inline-block; padding: 10px 20px; background: white; margin: 0px 0px 20px 20px; color: #4a4a4a; transition: all 0.5s; border: 2px solid #b9b9b9;}
.blog-post a:hover{background:#2e2e61;text-decoration:none;color:white; border: 2px solid #202042;}
.blog-sidebar{padding: 20px; background: white; border-radius: 10px; padding-bottom: 40px;}
.blog-sidebar h2{margin-bottom: 20px; text-align: left; font-size: 32px;}
.blog-sidebar a{display: block; padding: 10px; border-bottom: 1px solid #eaeaea;transition:all 0.5s;}
.blog-sidebar a:hover{background: #efefef;text-decoration:none;}

.navigation.pagination{padding:40px 0px;}
.page-numbers{background: white; width: 30px; height: 30px; display: inline-block; text-align: center; line-height: 30px; margin-right: 5px;}
.page-numbers:hover{text-decoration:none;}    
.page-numbers.current{background:#231834;color:white;}   
.page-numbers.next, .page-numbers.prev{width:auto;padding:0px 10px;}

.single-post-container{background: #eaeaea; padding-top: 200px;}
.container.blog-single-post-container{max-width: 900px !important; background: white; padding: 20px;}
.blog-container .featured-image-post img{    margin: 0 auto 40px auto; display: block;}
.back-to-blog-button{display: block; padding: 10px 20px; background: white; color: #4a4a4a; transition: all 0.5s; border: 2px solid #b9b9b9; margin: 40px auto; width: 160px;text-align:center;}
.back-to-blog-button:hover{background:#2e2e61;text-decoration:none;color:white; border: 2px solid #202042;} 


.elementor-widget-container .elementor-shortcode .wpce-filter-widget-inner label{display:none;}
.elementor-widget-container .elementor-shortcode .wpce-filter-widget-inner form{display:flex;}
.elementor-widget-container .elementor-shortcode .wpce-filter-widget-inner .wpce-clearfix{display:none;}
.elementor-widget-container .elementor-shortcode .wpce-filter-widget-inner .wpce-field{padding:5px;margin:0px;}
.elementor-widget-container .elementor-shortcode .wpce-filter-widget-inner .wpce-field input[type="submit"]{width:100%;background:#ed1c24;color:white;font-family:Montserrat, sans-serif;font-weight:700;height:auto;padding:5px;border:none;}
.elementor-widget-container .elementor-shortcode .wpce-filter-widget-inner .wpce-field input[type="submit"]:hover{cursor:pointer;}
.elementor-widget-container .elementor-shortcode .wpce-filter-widget-inner .wpce-field select{width: 100%;max-width: 100%;border: 1px solid #ccc;background-color: #efefef;color: #373a3c;vertical-align: middle;flex-grow: 1;  height: auto; padding:9px;border-radius:5px;}
.elementor-widget-container .elementor-shortcode .wpce-filter-widget-inner .select2-container, .wpce-filter-widget-inner .select2-selection {height: 45px !important;line-height: 45px !important;    }
.elementor-widget-container .elementor-shortcode .wpce-filter-widget-inner .select2-selection {border: 1px solid #ccc !important;background-color: #efefef !important;  }
.elementor-widget-container .elementor-shortcode .wpce-filter-widget-inner .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{background-color: #ed1c24;}
@media(max-width:767px){
    .elementor-widget-container .elementor-shortcode .wpce-filter-widget-inner .wpce-field{width:100%;}
    .elementor-widget-container .elementor-shortcode .wpce-filter-widget-inner form{display:flex;flex-wrap:wrap;}
    .elementor-widget-container .elementor-shortcode .wpce-filter-widget-inner .select2-container, .wpce-filter-widget-inner .select2-selection {width: 100%; !important;}
}

.shop-banner{
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 7% 10px 7% 10px;  
background-image: url(https://www.clearviewaccessories.com.au/wp-content/uploads/2022/04/shop-banner.jpg);
background-size: cover;
}
.shop-banner h1{
max-width: 1440px;
display: block; 
color: white;
font-size: 60px;
letter-spacing: -2px;
font-family: "Montserrat", Sans-serif;
font-weight: 700;   
text-align: left; 
margin: 0 auto;  
}
.shop-banner span{
max-width: 1440px;
display: block;
font-family: "Montserrat", Sans-serif;
font-size: 32px;
font-weight: 400;  
color: white;
text-align: left;
margin: 0 auto;
}

h3.showing-results-header{
font-family: 'Montserrat';
font-weight: 700;
margin-bottom: 0px;
}

#primary.content-area{
padding:0px;
max-width: 100%;
}

body.woocommerce-shop{
background: #EFEFEF !important;
font-family: 'Montserrat';
}

header.woocommerce-products-header{
background: white;
padding: 40px 10px 0px 10px;
position: relative;
z-index: 2;    
}

header.woocommerce-products-header .header-container{
max-width: 1440px;
margin: 0 auto;
padding-bottom: 1px;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
float: none;
margin: 0px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
float: none;
margin: 0px;
}
.before-loop-container{
display: flex;
justify-content: space-between;
padding: 0px 10px;
flex-wrap: wrap;
max-width: 1440px;
margin: 0 auto;
padding-bottom: 5px;
padding-left: 0px;
}
.woocommerce-notices-wrapper{width: 100%;}
.before-loop-background{background: white;
border-radius: 0px 0px 20px 20px;
box-shadow: 0px 0px 5px grey;
}
.header-container hr{margin: 10px 0px 5px 0px;}

.product-container{
padding: 20px 10px 0px 10px;
max-width: 1440px;
margin: 0 auto;
}

.product-listings-container{
  display: flex;
  flex-wrap: wrap;
}

.product-listings-container .woocommerce-top-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.product-filter-container{
  display: flex;
}

.product-filter-container .woof {
  padding-right: 20px;
  padding-top: 20px;
}

.product-filter-container{
  width: 25%;
  padding-right: 20px;
  display: block;
}

.product-filter-container .woof {
    background: white;
    border-radius: 15px;
    box-shadow: 0px 0px 5px #0000002e;
    padding: 20px;
    margin-bottom: 20px;
}

.product-listings-container .products {
  width: 75%;
}

.woof  .woof_submit_search_form_container .woof_reset_search_form{
    padding: 5px 25px;
    font-size: 13px;
    background: #858585;
}

.woof_products_top_panel_ul .woof_reset_button_2{
    padding: 5px 25px;
    font-size: 13px;
    background: #858585;
}

body.woocommerce .content-area .site-main{
  margin: 0px !important;
}

.product-container  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
background: white;
padding: 20px !important;
border-radius: 15px;
box-shadow: 0px 0px 5px #0000002e;
padding: 20px;
}

.product-container ul.products li.product .woocommerce-loop-product__title{
font-size: 28px;
font-weight: 600;
margin-top: 0px;
padding-bottom: 15px;
border-bottom: 1px solid #efefef;
}
.product-container  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product a.button {
width: 100%;
padding: 10px;
border-radius: 15px;
background: #ed1c24;
font-weight: 700;
font-size: 16px;
margin-top: 15px;
}
.product-container  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product a.button:hover {
text-decoration: none !important;
}
.feature-icon-container{
display: flex;
}
p.feature-icon-title{
font-family: 'Montserrat';
font-size: 24px;
}
.feature-icon-item{
text-align: center;
padding: 10px;
width: 140px;
}
.feature-icon-container span{
display: block;
font-family: 'Montserrat';
font-size: 16px;
}

.product-container h4{font-weight: 600; margin-bottom: 30px;}
.product h2.woocommerce-loop-product__title{text-transform: none;}
.product  img{margin: 10px 0px;}

.field-group{display: flex; flex-wrap: wrap;}
.field-group .first { order: 1; }
.field-group .second { order: 2; }

.field-group h5{width: 100%;text-transform: capitalize; margin-top: 15px;}

.field-option{padding: 5px;}
.field-option input{display: none;}
.field-option label{
    border: 2px solid #ffffff;
    width: 150px;
    text-align: center;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #00000057;
    transition: all 0.5s;
    background: white;
    text-transform: capitalize;
}
.field-option label:hover{
cursor: pointer;
transform: scale(1.05);
box-shadow: 0px 0px 5px #000000;
position: relative;
z-index: 2;
  }
label.selected{border-color: #ed1b24;}
.suggestion-message {font-size: 12px;
    max-width: 140px;
    text-align: center;
    margin: 0 auto;
    color: #606060;}

.disabled-field{
  position: relative;
  opacity: 0.5;
}

.disabled-field::before,
.disabled-field::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px; /* cross thickness */
    background-color: red;
    top: 50%;
    left: 0%;
}

.disabled-field::before {
    transform: rotate(45deg);
}

.disabled-field::after {
    transform: rotate(-45deg);
}

.mirror-add-cart{
      display: block;
    padding: 40px 0px;
    margin-top: 20px;
}

h3.display-product-title{
  font-weight: 600;
    font-family: 'Montserrat';
    margin-bottom: 3px;
    font-size: 24px;
}

h3.display-price{
  font-weight: 600;
    font-family: 'Montserrat';
}

p.display-sku{
font-weight: 400;
    font-family: 'Montserrat';
    }

 .mirror-add-cart a {
          font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    color: white;
    background: #ed1c24;
    padding: 10px 30px;
    border-radius: 10px;
    display: block;
    text-align: center;
    max-width: 240px;
    transition: all 0.5s;
    }
     .mirror-add-cart a:hover {
      color: white;
cursor: pointer;
transform: scale(1.05);
box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
position: relative;
z-index: 2;

     }

.field-option label{
  background-position: center 15px;
  background-repeat: no-repeat;
  background-size: 45%;
  opacity: 0.6;
}
.field-option label img{
    display: block;
    margin: 10px auto;
}
.field-option label.selected{
  opacity: 1;
}
.field-option label[for="attribute_pa_control-type-electric"]{
  background-image: url(../images/electric.jpg);
}
.field-option label[for="attribute_pa_control-type-manual"]{
  background-image: url(../images/manual.jpg);
}
.field-option label[for="attribute_pa_indicators-indicators"]{
  background-image: url(../images/indicators.jpg);
}
.field-option label[for="attribute_pa_indicators-no-indicators"]{
  background-image: url(../images/no-indicators.jpg);
}
.field-option label[for="attribute_pa_heating-heating"]{
  background-image: url(../images/heating.jpg);
}
.field-option label[for="attribute_pa_heating-no-heating"]{
  background-image: url(../images/no-heating.jpg);
}
.field-option label[for="attribute_pa_powerfold-powerfold"]{
  background-image: url(../images/powerfold.jpg);
}
.field-option label[for="attribute_pa_powerfold-no-powerfold"]{
  background-image: url(../images/no-powerfold.jpg);
}
.field-option label[for="attribute_pa_blind-spot-monitoring-no-blind-spot-monitoring"]{
  background-image: url(../images/no-blind-spot-monitoring.jpg);
}
.field-option label[for="attribute_pa_blind-spot-monitoring-blind-spot-monitoring"]{
  background-image: url(../images/blind-spot-monitoring.jpg);
}

.included-features{
  margin-top: 40px;
}
.included-features-container{
  display: flex;
  flex-wrap: wrap;
}
.included-features-container .included-feature {
    width: 100px;
    background: white;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
    text-transform: capitalize;
    border: 2px solid #ed1b24;;
}

.included-features-container .included-feature img{
  max-width: 80%;
  margin-bottom: 5px;
}

#map {
  height: 400px;
  width: 100%;
}

.pre-loved-top{
  display: flex;
  align-items: center;
}
.pre-loved-top .elementor-widget-heading{
  width: 50%;
}
.preloved-search{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 20px; 
  width: 50%; 
}

.preloved-search select{
    margin-right: 10px;
    padding: 10px;
    border-radius: 3px;
}

.preloved-listing{
  display: flex;
  padding: 40px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background: white;
  margin-bottom: 40px;
}
.preloved-listing .preloved-left{
  width: 60%;
  padding-right: 20px;
}
.preloved-listing h3{
  font-family: 'Montserrat';
  font-weight: 600;
  padding-bottom: 15px;
}

.preloved-listing .preloved-left h3 span{
    font-weight: 700;
    font-size: 36px;
    color: #ed1c24;
}
.preloved-listing .preloved-left h3 span.ono{
    font-weight: 700;
    font-size: 18px;
    color: #ed1c24;
}
.preloved-listing p{
  font-family: 'Montserrat';
}
.preloved-listing .vehicle-button-holder{
  display: flex;
}
.preloved-listing .call{
    border-radius: 10px;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    background: #ed1c24;
    color: white;
    padding: 10px 30px;
    margin-right: 10px;
    text-align: center;
}
.preloved-listing .location{
    border-radius: 10px;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    background: #302a2a;
    color: white;
    padding: 10px 30px;
    margin-right: 5px; 
    text-align: center; 
}
.preloved-listing .preloved-right{
  width: 40%;
  display: flex;
  padding: 20px;
  border-left: 1px solid #efefef;
}
.preloved-listing a{
  width: 50%;
}

@media(max-width: 767px){
  .preloved-listing{
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .preloved-listing .preloved-right{
  width: 100%;
  padding: 0px;
  border: none;
}
.preloved-listing .preloved-left{
  width: 100%;
  padding: 0px;
}
}

.event-listing{
  display: flex;
  align-items: center;
  padding: 20px 0px;
  border-bottom: 1px solid #e9e9e9
}
.event-left{
  width: 33.3%;
}
.event-right{
  width: 66.6%;
  padding: 20px;
}
.event-right h3{
    font-weight: 700;
    font-family: 'Montserrat';
}

.event-right h3 span{
  font-size: 22px;
  color: #ed1c24;
  font-weight: 400;
}

.event-right a.read-more{
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    width: 100%;
    background: #ed1c24;
    color: white;
    font-weight: 700;
    height: auto;
    padding: 10px 29px;
    border: none;
    border-radius: 12px;
}


@media(max-width: 767px){
  .event-listing{
    flex-wrap: wrap;
  }
  .event-listing .event-left{
    width: 100%;
    padding: 10px;
  }
  .event-listing .event-right{
    width: 100%;
    padding: 10px;
  }
  .event-right h3 span{
    font-size: 16px;
  }
  .event-right a.read-more{
      font-family: "Montserrat", Sans-serif;
      font-size: 14px;
      width: 100%;
      background: #ed1c24;
      color: white;
      font-weight: 700;
      height: auto;
      padding: 10px 20px;
      border: none;
      border-radius: 12px;
  }  
}

li.select2-results__option--highlighted{
  background-color: #ed1c24 !important;
}

a.button, button.button{
      font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    padding: 10px 30px;
    background: #ed1c24;
    color: white;
    border: none;
}
button.buttom:hover{
  cursor: pointer !important;
}

.woocommerce-MyAccount-content .woocommerce-input-wrapper{
  width: 100%;
}

.woocommerce-MyAccount-content .woocommerce-input-wrapper input,
.woocommerce-MyAccount-content .woocommerce-input-wrapper textarea,
.woocommerce-MyAccount-content .woocommerce-input-wrapper select {
    padding: 5px 10px;
    border: 1px solid #707070;
    border-radius: 3px;
}

.woocommerce-MyAccount-content .woocommerce-form-row input,
.woocommerce-MyAccount-content .woocommerce-form-row textarea,
.woocommerce-MyAccount-content .woocommerce-form-row select {
    padding: 5px 10px;
    border: 1px solid #707070;
    border-radius: 3px;
}

.woocommerce-MyAccount-content .edit-account fieldset{
  padding: 20px;
}
.woocommerce-MyAccount-content .edit-account fieldset legend{
  padding-left: 10px;
}
.woocommerce-MyAccount-content .edit-account fieldset .woocommerce-form-row{
  display: block;
}

.woocommerce-form-login label{width:100%;}

.woocommerce-form-login input,
.woocommerce-form-login textarea,
.woocommerce-form-login select {
    padding: 5px 10px;
    border: 1px solid #707070;
    border-radius: 3px;
}

body .woocommerce-info a.button {
  background-color: #ed1c24;
  color: #ffffff;
}

body .woocommerce-info{
    border-top: 2px solid #ed1c24;
}

.single-product-vehicle{
  font-weight: 600;
  font-family: 'Montserrat';
  font-size: 20px;
}


.woocommerce-account-fields .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    padding-left: 5px;  
}

.woocommerce-account-fields .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox{
    width: 30px;
}


.woocommerce-ResetPassword .woocommerce-form-row {
    width: 100% !important;
    float: none !important;
    margin: 0px;
    margin-bottom: 20px;
}

.woocommerce-ResetPassword .woocommerce-form-row label{
display: block;
    width: 100%;
}


.woocommerce-ResetPassword .woocommerce-form-row input[type="password"]{
    padding: 5px;
    border: 1px solid #959595;
    border-radius: 3px;
}


.child-item{
  padding-left: 10px;
  border-left: 1px solid #ededed;
  margin-bottom: 0px !important;
  padding-bottom: 3px;  
}
.parent-item{
  margin-top: 5px !important;
}

body.woocommerce-page ul.products li.product{
 max-height: 530px; 
}


body .select2-container--open .select2-dropdown--below .select2-results .select2-results__option{
  height: auto !important;
}

.coming-soon-grey-button{
  display: inline-block;
  background: #e3e3e3;
  padding: 20px 40px;
  border-radius: 15px;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #818181;
  font-style: italic;
  border: 2px solid #e1e1e1;
}

.mirror-add-cart p.pdf-link a{
  padding: 0;
  text-align: left;
  display: inline;
  background: none;
  color: #ed1c24;
  text-shadow: none;
}

.no-match{
	display: block;
    padding: 10px;
    background: #ed1c242b;
    color: #d11920;
    border-radius: 10px;
    border: 1px solid #ed1c24;
    margin: 20px 0px;
    font-weight: 600;
}
.no-match p{
	margin-bottom:0px;
}

body .woocommerce-pagination{height:80px}
body .woocommerce-pagination ul{
	display: flex !important;
    justify-content: center;
    width: 100%;
    background: none;
}
body .woocommerce-pagination ul li span, body .woocommerce-pagination ul li a{
	padding:0px !important;
}