*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.page-banner-sec .elementor-column>.elementor-widget-wrap {
  width: auto;
  box-shadow: 0px 4px 24px -1px #00000033;
  background: linear-gradient(110.21deg, rgba(255, 255, 255, 0.1) 2.3%, rgba(255, 255, 255, 0.4) 108.58%);
  backdrop-filter: blur(10px);
  flex-direction: column;
}
.page-banner-sec .elementor-column {
  justify-content: center;
}
.page-banner-sec .elementor-column>.elementor-widget-wrap .elementor-shortcode {
  display: flex;
  justify-content: center;
}
.page-banner-sec .elementor-column>.elementor-widget-wrap ol.fbc-items {
  background-color: transparent;
}
.page-banner-sec .elementor-column>.elementor-widget-wrap ol.fbc-items svg {
  display: none;
}
.page-banner-sec .elementor-column>.elementor-widget-wrap ol.fbc-items span {
  font-size: 24px !important;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF !important;
}
.page-banner-sec .elementor-column>.elementor-widget-wrap ol.fbc-items a{
  color: var(--white);
}
.handyman-pagination-sec .handyman-pagination .page-numbers {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.handyman-pagination-sec .handyman-pagination {
  margin-top: 20px;
  border: 2px solid #D5D5D5;
  padding: 10px 20px;
}
.handyman-pagination-sec {
  padding: 10px;
  display: flex;
  justify-content: center;
}
.handyman-pagination-sec .handyman-pagination .page-numbers.current {
  color: #2457AA;
  border-bottom: 3px solid #2457AA;
}
.handyman-pagination-sec .handyman-pagination .page-numbers.next {
  font-size: 0;
  width: 20px;
  display: inline-block;
}
.handyman-pagination-sec .handyman-pagination .page-numbers.next::after {
  content: "";
  position: absolute;
  width: 20px;
  display: block;
  height: 20px;
  top: 0;
  left: 0;
  background-image: var(--arrow_angle_right);
  background-repeat: no-repeat;
}
.handyman-pagination-sec .handyman-pagination .page-numbers.prev {
  font-size: 0;
  width: 20px;
  display: inline-block;
}
.handyman-pagination-sec .handyman-pagination .page-numbers.prev::after {
  content: "";
  position: absolute;
  width: 20px;
  display: block;
  height: 20px;
  top: -5px;
  left: 0;
  background-image: var(--arrow_angle_right);
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
section.hw-single-handyman {
  padding-top: 100px;
  padding-bottom: 50px;
}
section.hw-single-handyman .hw-image-with-text-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #E8E8E8;
}
section.hw-single-handyman .hw-image-with-text-wrapper .hw-content-box {
  width: 60%;
}
section.hw-single-handyman .hw-image-with-text-wrapper .hw-featured-img-box {
  width: 40%;
  padding-right: 40px;
  position: relative;
}
section.hw-single-handyman .hw-image-with-text-wrapper .hw-featured-img-box img {
  max-width: 580px !important;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
section.hw-single-handyman .hw-image-with-text-wrapper .hw-content-box .hw-single-handyman-title-wrapper {
  display: flex;
  justify-content: space-between;
}
section.hw-single-handyman .hw-image-with-text-wrapper .hw-content-box .hw-single-handyman-title-wrapper .designation-wrapper h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #2457AA;
}
section.hw-single-handyman .hw-image-with-text-wrapper .hw-content-box .hw-single-handyman-title-wrapper .hw-single-handyman-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 41px;
  color: #000000;
  padding-bottom: 10px;
}
section.hw-single-handyman .hw-image-with-text-wrapper .hw-content-box .hw-single-handyman-title-wrapper .handyman-contact span.icon {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.hw-single-handyman .hw-image-with-text-wrapper .hw-content-box .hw-single-handyman-title-wrapper .handyman-contact span.icon .handyman-list .handyman-item .handyman-content span.icon svg {
  font-size: 24px;
  fill: #2457AA;
  color: #2457AA;
}
section.hw-single-handyman .hw-image-with-text-wrapper .hw-content-box .hw-single-handyman-title-wrapper .handyman-contact>span {
  background-color: #2457AA;
  border-radius: 21px;
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
}
section.hw-single-handyman .hw-image-with-text-wrapper .hw-content-box .hw-single-handyman-title-wrapper .handyman-contact>span a{
  color: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    padding: 5px;
}
.hw-single-handyman-des p {
  color: #4D4D4D;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.hw-single-handyman-info{
  padding-top:40px;
}
.hw-single-handyman-info span {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #000000;
}
.hw-single-handyman-info span.bold {
  font-size: 24px;
  line-height: 28px;
}
.hw-single-handyman-info .handyman-phone, .hw-single-handyman-info .handyman-email {
  margin-bottom: 30px;
}
.hw-single-handyman-info span a {
  color: #000000;
}
.hw-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
section.hw-detail-sec {
  padding-top: 50px;
  padding-bottom: 100px;
}
.hw-details-wrapper .hw-personal-skills-wrapper {
  width: 50%;
  padding-right: 50px;
}
.hw-details-wrapper .hw-handyman-form {
  width: 50%;
}
.progress_bar {
  padding-bottom: 20px;
}
.progress_bar_info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  color: #000000;
}
.progress_bar .progress {
  height: 10px;
  background-color: #DFDBDB;
  border-radius: 10px;
}
.progress_bar .progress .bar {
  background-color: #2457AA;
  border-radius: 10px;
}
.hw-personal-skills h4, .hw-personal-qualification h4 {
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
}
.hw-personal-skills {
  padding-bottom: 50px;
}
.hw-personal-qualification span.icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #021460;
  margin-right: 10px;
}
.hw-personal-qualification span.icon svg {
  color: #FFFFFF;
}
.hw-personal-qualification ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.hw-personal-qualification ul li {
  width: calc(50% - 10px);
}
.hw-handyman-form {
  box-shadow: 0px 4px 24px 0px #00000040;
  padding: 30px;
  border-radius: 20px;
}
.hw-handyman-form h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  padding-bottom: 20px;
}
.contact-form input::placeholder, .contact-form textarea::placeholder  {
  color: #000000;
}
.contact-form input:not([type="checkbox"]), .contact-form textarea, .contact-form select {
  border: 1px solid #1212124D;
  border-radius: 5px;
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #000000;
  width: 100%;
  margin-bottom: 30px;
}
.contact-form textarea{
  resize: none;
  max-height: 160px;
}
.contact-form label {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #000000;
  margin-bottom: 5px;
  
}
.contact-form select{
  background-color: transparent;
}
.contact-form input[type="submit"] {
  width: auto;
  background: #000;
    color: #FFFFFF;
    border: unset;
    padding: 0px !important;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.submit_btn_icon span.wpcf7-spinner {
  display: none;
}
.submit_btn_icon p {
  display: flex;
    align-items: center;
    width: max-content;
    background: #000000;
    border-radius: 10px;
    margin: 0px;
    height: 40px;
    padding: 5px;
    min-width: 150px;
}
.submit_btn_icon p svg {
  background: #FFFFFF;
  color: #000000;
  padding: 8px;
  border-radius: 6px;
  margin-right: 10px;
}
.wpcf7-response-output {
  color: #000000 !important;
  border-color: #2457AA !important;
  border-radius: 5px !important;
}
section.hw-single-handyman .hw-image-with-text-wrapper .hw-featured-img-box .experiecne-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #2457AA;
  border-radius: 100px 100px 100px 0px;
  padding: 30px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
section.hw-single-handyman .hw-image-with-text-wrapper .hw-featured-img-box .experiecne-wrapper h3 {
  font-size: 54px;
  font-weight: 700;
  line-height: 64px;
}
.hardware-section-main .service_img img {
  width: 100%;
}
.content-box {
  margin-top: -100px;
  background-color: #FFFFFF;
  padding: 50px 100px 100px 100px;
}
.hardware-section-main .single-page-title h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #242424;
  padding-bottom: 30px;
}
.hardware-section-main .single-page-metabox .single-author-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.hardware-section-main .single-page-metabox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
font-size: 22px;
font-weight: 500;
line-height: 26px;
padding-bottom: 50px;
}
.single-blog-des p {
  font-size: 20px;
  font-weight: 400;
  line-height: 46px;
  color: #242424;
}
.single-blog-des {
  padding-bottom: 50px;
}
.hardware-section-main  .meta-title h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #242424;
  padding-bottom: 20px;
}
.hardware-section-main .meta-para p {
  font-size: 20px;
  font-weight: 400;
  line-height: 43px;
  color: #242424;
}
.single-page-meta-image .image-wrapper img {
  width: 100%;
  border-radius: 10px;
}
.single-page-meta-image .image-wrapper {
  width: calc(50% - 15px);
}
.single-page-meta-image {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.blog_comment_box.single-post-comment .comments-area {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
.blog_comment_box.single-post-comment ol.comment-list {
  width: 50%;
}
.blog_comment_box.single-post-comment .comment-respond {
  width: calc(50% - 50px);
  padding: 30px;
  box-shadow: 0px -1px 14px 0px #00000026;
  border-radius: 15px;
  margin-left: 50px;
}
.blog_comment_box.single-post-comment h2.comments-title {
  display: none;
}
.blog_comment_box.single-post-comment ol.comment-list li {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #F5F5F5;
  border-radius: 15px;
}
.blog_comment_box.single-post-comment ol.comment-list li .reply {
  display: none;
}
.blog_comment_box.single-post-comment ol.comment-list li .comment-meta.commentmetadata {
  display: none;
}
.blog_comment_box.single-post-comment ol.comment-list li .comment-author.vcard img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
}
.blog_comment_box.single-post-comment ol.comment-list li .comment-author.vcard cite.fn {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  font-style: normal;
  text-transform: capitalize;
}
.blog_comment_box.single-post-comment ol.comment-list li .comment-author.vcard span.says {
  display: none;
}
.blog_comment_box.single-post-comment ol.comment-list li .comment-body>p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #242424;
  text-transform: capitalize;
}
.blog_comment_box.single-post-comment .comment-respond h2#reply-title {
  font-size: 31px;
  font-weight: 600;
  line-height: 37px;
  padding-bottom: 30px;
}
.blog_comment_box.single-post-comment .comment-respond p.comment-notes, .blog_comment_box.single-post-comment .comment-respond p.comment-form-url{
  display: none;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form>p {
  width: 100%;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form {
  display: flex;
  flex-wrap: wrap;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.comment-form-author {
  order: 1;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.comment-form-email {
  order: 2;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.comment-form-comment {
  order: 3;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.comment-form-cookies-consent {
  order: 4;
  margin-bottom: 30px;
  display: flex;
  gap: 5px;
  align-items: flex-start;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.comment-form-cookies-consent input#wp-comment-cookies-consent {
  margin-top: 3px;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.form-submit {
  order: 5;
  width: auto;
  position: relative;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.form-submit input#submit {
  padding: 12px 10px !important;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.form-submit::after {
  content: "\f105";
  font-family: 'fontawesome';
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  right: 10px;
  top: 5px;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: 900;
}
.contact-form input[type="submit"]:hover, .submit_btn_icon p:hover, .submit_btn_icon p:hover input[type="submit"]{
  background: #2457AA;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.form-submit input#submit {
  padding-right: 60px !important;
}
.blog_comment_box.single-post-comment .comment-respond form.comment-form p.comment-form-cookies-consent label {
  font-weight: 400;
  color: #242424;
}
.handyman-form .form-title>h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #000000;
  padding-bottom: 10px;
}
.handyman-form .form-title>p {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  color: #000000;
}
.handyman-form .form-group .form-group, .handyman-form .member-joining-form .form-group{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 50px;
}
.handyman-form .form-group .form-group .input-with-icon,.handyman-form .member-joining-form .form-group .input-with-icon{
  width: calc(50% - 10px);
  position: relative;
}
.handyman-form .registered-form-wrapper>.input-with-icon{
  position: relative;
}
.handyman-form .form-group .form-group .input-with-icon br {
  display: none;
}
.handyman-form .form-group .form-group .input-with-icon input, .handyman-form .input-with-icon textarea,.handyman-form .member-joining-form .form-group .input-with-icon input{
  background-color: #F5F5F5;
  border-radius: 15px;
  padding: 15px 15px 15px 40px;
  border: 0;
  font-size: 18px;
    font-weight: 500;
    line-height: 21.09px;
    color: #383838;
}
.handyman-form .form-group .form-group .input-with-icon svg, .handyman-form .registered-form-wrapper>.input-with-icon svg, .handyman-form .member-joining-form .form-group .input-with-icon svg{
  position: absolute;
  z-index: 2;
  /* top: 50%;
  transform: translateY(-50%); */
  left: 15px;
  font-size: 16px;
  top: 17px;
}

.area-experties-wrapper thead tr th:not(:first-child) {
  background-color: #FFD200;
  padding: 15px 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  color: #000000;
  text-align: center;
}
.area-experties-wrapper thead tr th:nth-child(2) {
  border-radius: 10px 0px 0px 0;
  border: 0;
}
.area-experties-wrapper thead tr th:last-child {
  border-radius: 0px 10px 0 0px;
  border: 0;
}
.area-experties-wrapper tbody tr th {
  background-color: #2457AA;
  padding: 15px 30px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  width: 350px;
}
.area-experties-wrapper tbody tr:first-child th {
  border-radius: 15px 0 0 0;
  border-left: 0;
}
.area-experties-wrapper tbody tr:last-child th {
  border-radius: 0px 0 0 15px;
  border-left: 0;
}
.area-experties-wrapper tbody {
  border-top: 0 !important;
}
.area-experties-wrapper thead tr {
  border-top: 0;
  border-bottom: 0;
}
.area-experties-wrapper thead tr th:first-child{
  border: 0;
}
.area-experties-wrapper tbody tr:first-child{
  border-top: 0;
}
td.radio-container {
  vertical-align: middle;
  text-align: center;
}

td.radio-container input[type="radio"] {
  width: 30px;
  height: 30px;
  accent-color: green;
  appearance: none;
  -webkit-appearance: none;
  border: 0.5px solid #000000;
  border-radius: 50%;
  position: relative;
}
td.radio-container input[type="radio"]::before {
  content: "";
  width: 20px;
  height: 20px;
  transform: scale(0);
  background-color: #FFD200;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0) !important;
}

td.radio-container input[type="radio"]:checked::before {
  transform: translate(-50%, -50%) scale(1) !important;
}
td.radio-container input[type="radio"]:hover {
  color: black;
}
td.radio-container span.wpcf7-list-item {
  margin: 0;
}
td.radio-container span.wpcf7-list-item span.wpcf7-list-item-label {
  display: none;
}
.area-experties-wrapper table {
  margin-top: 20px;
  margin-bottom: 30px;
}
.handyman-form .registered-form-wrapper>.input-with-icon br, .input-with-icon br {
  display: none;
}
.handyman-form .registered-form-wrapper>.input-with-icon svg, .handyman-form .member-joining-form .form-group .input-with-icon.textarea-wrapper svg{
  top: 18px;
}
.handyman-form .input-with-icon textarea {
  resize: none;
  margin-bottom: 30px;
}
.handyman-form  .submit-btn input , .handyman-form .member-joining-form  .submit-btn input {
  background-color: #2457AA;
    width: auto;
    color: #FFFFFF;
    border: unset;
    padding: 0px !important;
    margin: 0px;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
}
.handyman-form .submit-btn span.icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 6px;
  background-color: #FFFFFF;
  margin-right: 10px;
}
.handyman-form .submit-btn span.icon svg{
  top: 13px;
  left: 20px;
  color: #2457AA;
}
.hw-faq .htwoolentor-faq {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}
.hw-faq .htwoolentor-faq .htwoolentor-faq-card {
  width: calc(50% - 10px);
  margin-bottom: 0;
}
.handyman-form .submit-btn span.wpcf7-spinner {
  display: none;
}
.handyman-form .submit-btn>p {
  display: flex;
  align-items: center;
  width: max-content;
  background-color: #2457AA;
  border-radius: 10px;
  margin: 0px;
  height: 40px;
  padding: 5px 20px 5px 10px;
}

.handyman-form .member-joining-form  .submit-btn input {
  background-color: #2457AA !important;
    color: #FFFFFF !important;
}
.handyman-form .member-joining-form .submit-btn span.icon svg{
  left: 20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.handyman-form .member-joining-form .form-group{
  padding-bottom: 0;
}
.map_col{
  overflow: hidden;
  border-radius: 10px;
}
.map_col>.elementor-widget-wrap::after {
  width: 380px;
  height: 380px;
  content: "";
  position: absolute;
  background-color: #2457AA;
  border-radius: 50%;
  right: -100px;
  bottom: -100px;
}
.map_col>.elementor-widget-wrap::before {
  width: 200px;
  height: 200px;
  content: "";
  position: absolute;
  background-color: #FFD200;
  border-radius: 50%;
  right: 100px;
  bottom: 100px;
}

.shop-products form.woocommerce-ordering {
  float: none;
  margin-bottom: 0;
}
.shop-products p.woocommerce-result-count {
  display: none;
}
body.post-type-archive-product header.woocommerce-products-header {
  display: none;
}
.shop-products .woocommerce-ordering-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.shop-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  border-top: 2px solid #F3F3F3;
}
.shop-product-wrapper>.filter {
  width: 20%;
}
.shop-product-wrapper>.shop-ul-loop {
  width: 80%;
  padding-left: 10px;
  padding-top: 40px;
}
.shop-product-wrapper .accordion .accordion-item {
  border: 0;
}
.accordion.shop-page-filters>.accordion-item {
  padding-bottom: 30px;
  border-bottom: 2px solid #F3F3F3;
}
.shop-product-wrapper .accordion .accordion-item button.accordion-button {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.shop-product-wrapper .accordion .accordion-item>.accordion-collapse>.accordion-body {
  padding: 0;
  padding-right: 20px;
}
.shop-product-wrapper>.filter .shop-page-filters {
  border-right: 2px solid #F3F3F3;
}
.shop-product-wrapper .accordion.shop-page-filters>.accordion-item>.accordion-header>button.accordion-button {
  font-size: 20px;
  font-weight: 600;
  line-height: 23.44px;
  color: #000000;
  padding-bottom: 30px;
  padding-top: 30px;
  padding: 30px 20px 0 0;
  /* border-bottom: 2px solid #F3F3F3; */
}
.shop-product-wrapper .accordion .accordion-item>.accordion-collapse>.accordion-body li.parent-category button.accordion-button {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.09px;
  color: #121212;
  padding-top: 10px;
  padding-bottom: 10px;
}
.shop-product-wrapper .accordion .accordion-item>.accordion-collapse>.accordion-body li.parent-category button.accordion-button:not(.collapsed){
  color:#2457AA;
}
.shop-product-wrapper .accordion .accordion-item li.child-category label {
  display: inline-block;
}
.shop-product-wrapper .accordion .accordion-item li.child-category input {
  display: none;
}
.shop-product-wrapper .accordion .accordion-item li.child-category input:checked~span {
  color: #2457AA;
}
.shop-product-wrapper .accordion .accordion-item li.child-category span {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  line-height: 33px;
  cursor: pointer;
}
.shop-page-produts-category li.parent-category .accordion-body {
  padding-top: 0;
}
.shop-product-wrapper .accordion.shop-page-filters>.accordion-item>.accordion-header>button.accordion-button:not(.collapsed){
  padding-bottom: 30px;
}
.shop-products .woocommerce-ordering-wrapper h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 23.44px;
  color: #121212;
}
.shop-products .woocommerce-ordering-wrapper form.woocommerce-ordering select {
  border: 2px solid #000000;
  background: #fff;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  color: #121212;
}
.accordion-item.sidebar-product-brand ul.shop-page-produts-brand li input[type="checkbox"] {
  width: 30px;
  height: 30px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #121212;
  position: relative;
  cursor: pointer;
}
.accordion-item.sidebar-product-brand ul.shop-page-produts-brand li input[type="checkbox"]:checked::before {
  transform: translate(-50%, -50%) scale(1) !important;
}
.accordion-item.sidebar-product-brand ul.shop-page-produts-brand li input[type="checkbox"]::before {
  content: "";
  width: 20px;
  height: 20px;
  transform: scale(0);
  background-color: #121212;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0) !important;
}
.accordion-item.sidebar-product-brand ul.shop-page-produts-brand li label{
  display: flex;
  gap: 10px;
  align-items: center;
}
.accordion-item.sidebar-product-brand ul.shop-page-produts-brand li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.accordion-item.sidebar-product-brand ul.shop-page-produts-brand li span {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: #000000;
  cursor: pointer;
}
#product-price-slider {
  background-image: unset!important;
  background-color: #c3c3c3;
  height: 7px;
  border: none;
  margin: 0 10px;
}
.car-repair-filter .ui-slider-range {
  background-color: #121212;
  background-image: unset;
}
#product-price-slider .ui-slider-handle {
  background-image: unset!important;
  background-color: #121212;
  height: 12px;
  width: 25px;
  top: unset;
  bottom: 0;
  border-radius: unset!important;
  border: none!important;
}
label.product-price-range {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
label.product-price-range span {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
  color: #000000;
}
ul.shop-page-produts-stock li label span {
  background-color: #F5F5F5;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: #000000;
  cursor: pointer;
}
ul.shop-page-produts-stock li label input {
  display: none;
}
ul.shop-page-produts-stock {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.about-col-2 ul.elementor-icon-list-items {
  columns: 2;
}
.handyman-slider .handyman-pagination-sec {
  display: none;
}
#about_prev {
  margin-right: 10px;
}
.handyman-slider-about button.slick-arrow{
  display: none !important;
}
.handyman-slider-about.handyman-slider .handyman-list {
  padding-bottom: 20px;
}
.blog_grid .ea-content .ea-button-wrap {
  order: 4;
}
.blog_grid .ea-content {
  display: flex;
  flex-direction: column;
}
.blog_grid .ea-content .ea-title {
  order: 2;
}
.blog_grid .ea-content .ea-text-wrap {
  order: 3;
}
.blog_grid .ea-content .ea-meta {
  order: 1;
}
.shop-products {
  padding-bottom: 70px;
}
.shop-products nav.woocommerce-pagination {
  margin-left: 20%;
}
.shop-products nav.woocommerce-pagination ul.page-numbers {
  border: 1px solid #D5D5D5;
}
.shop-products nav.woocommerce-pagination ul.page-numbers li {
  border: 0;
  width: 50px;
}
.shop-products nav.woocommerce-pagination ul.page-numbers li * {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  padding-top: 12px;
  padding-bottom: 8px;
  margin-left: 5px;
  margin-right: 5px
}
.shop-products nav.woocommerce-pagination ul.page-numbers li span.page-numbers.current {
  background-color: #FFFFFF;
  color: #2457AA;
  border-bottom: 4px solid #2457AA;
}
.shop-products nav.woocommerce-pagination ul.page-numbers li a:hover{
  background-color: #FFFFFF;
  color: #2457AA;
}
.shop-products nav.woocommerce-pagination ul.page-numbers li a.next::after, .shop-products nav.woocommerce-pagination ul.page-numbers li a.prev::after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 25px;
}
.shop-products nav.woocommerce-pagination ul.page-numbers li a.next, .shop-products nav.woocommerce-pagination ul.page-numbers li a.prev{
  position: relative;
  font-size: 0;
}
.shop-products nav.woocommerce-pagination ul.page-numbers li a.prev{
  transform: rotate(180deg);
}
.shop-products nav.woocommerce-pagination ul.page-numbers li a.prev::after{
  margin-bottom: 5px;
  display: inline-block;
}
header.woocommerce-products-header .term-description{
  display: none;
}
.blog_grid .ep-pagination {
  display: flex;
  justify-content: center;
}
.blog_grid .ep-pagination ul.ea-pagination {
  border: 2px solid #D5D5D5;
  padding: 10px 20px;
  padding-top: 15px;
}
.blog_grid .ep-pagination ul.ea-pagination li.ea-active a {
  color: #2457AA;
  border-bottom: 3px solid #2457AA;
}
.blog_grid .ep-pagination ul.ea-pagination li a {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.blog_grid .ep-pagination ul.ea-pagination li.ea-pagination-previous a {
  border: 0;
  margin: 0;
}
.home-banner .bdt-slider-excerpt p {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-banner h1.bdt-title-tag {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.dialog-type-lightbox {
  display: none !important;
}
.pa_size_wrapper::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  background: #B7B7B7;
  right: 20px;
  top: 0;
}
.pa_size_wrapper {
  display: inline-block;
  position: relative;
}
.vision-list ul {
  padding-left: 20px;
}
.vision-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.vision-list ul li {
  list-style: disc;
}
.vision-list ul li::marker {
  color: #000;
  font-size: 26px;
}
.vi-woo-orders-tracking-form-search .vi-woo-orders-tracking-form-row {
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
}
.vi-woo-orders-tracking-form-search .vi-woo-orders-tracking-form-row .vi-woo-orders-tracking-form-search-tracking-number-btnclick {
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #2457AA !important;
  border-radius: 10px 10px 10px 10px;
  padding: 5px 10px 5px 5px !important;
}
.vi-woo-orders-tracking-form-search .vi-woo-orders-tracking-form-row .vi-woo-orders-tracking-form-search-tracking-number-btnclick:before{
  display: none;
}
