/*Main style */

/*Home Page CSS Start*/

/*Offer Section*/
@media (max-width: 991.98px) {
    .home-offer-section .offer-box{
        margin-bottom:20px;
        height: auto;
    }
}
@media (max-width: 767.98px) {
    .home-offer-section .offer-box{
        margin-bottom:20px;
        height: auto;
    }
   .home-offer-section.spaced {
        padding-top: 0px;
    }
}
/*Offer Section*/

/*Work Section*/
@media (max-width: 991.98px) {
     .home-work-section .work-box{
        margin-bottom:20px;
        height:auto;
    }
}
@media (max-width: 767.98px) {
    
    .home-work-section .work-box{
        margin-bottom:20px;
        height:auto;
    }
     .home-work-section .work-box-inner{
        padding-bottom: 15px;
    }
}
/*Work Section*/

/*Featured Section*/
@media (max-width: 991.98px) {
    .home-featured-section .featured-box-content .featured-listing .featured-listing-box{
        width:50%;
    }
    .home-featured-section .featured-box{
        flex-wrap:wrap;
        text-align: center;
    }
    .home-featured-section .featured-box-content,
    .home-featured-section .featured-box-image{
        width:100%;
    }
    .home-featured-section .listing-content {
        font-size: 11px;
        line-height: 12px;
    }
    .home-featured-section .featured-reviews{
        justify-content: center;
    }
}

/*Featured Section*/

/*Brand Section*/
.home-brand-section .home-brand-des{
    margin:15px 0;
}
.home-brand-section .home-brand-des p {
    margin: 0;
}
.home-brand-section .home-brand-des p strong{
     margin-top:15px;
     margin-bottom:15px;
     display: block;
}
/*Brand Section*/


/*Choose slider*/
@media (max-width: 991.98px) {
     .home-choose-section .choose-row .choose-box{
        margin-bottom:20px;
    }
    .home-choose-section .choose-row{
        width:100%;
        margin-top:20px;
    }
}

/*Choose slider*/


/*Faq Section*/
.home-choose-section .sub-heading{
    display:flex;
    align-items:center;
    line-height: 16px;
}
.home-choose-section .sub-heading .col-3-pattern{
    margin-right:10px;
}
.home-choose-section .sub-heading .col-3-pattern span{
    display: inline-block;
    height: 20px;
    border-radius:2px;
}
.home-choose-section .sub-heading .col-3-pattern span:first-child{
       width: 4px;
        background: #92b2de;
}
.home-choose-section .sub-heading .col-3-pattern span:nth-child(2){
        width: 7px;
        background: #6995d2;
}
.home-choose-section .sub-heading .col-3-pattern span:last-child{
     width: 10px;
        background: #084fb0;
        
}
.home-faqs-section .faqs-box-content .sub-heading {
    display: inline-block;
    background: #fff;
    padding: 5px 20px;
    min-width: 90px;
    border: 1px solid #eee;
    border-radius: 100px;
    text-align: right;
    position: relative;
    margin-bottom: 20px;
}
.home-faqs-section .faqs-box-content .sub-heading::after {
    content: "";
    width: 10px;
    height: 2px;
    background-color: var(--global--color-primary);
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.home-faqs-section .accordionFaqs .accordion-button{
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    line-height: 54px;
    position: relative;
}
.home-faqs-section .accordionFaqs .accordion-button .acrd-icn span {
    color: #d7d7d7;
}
.home-faqs-section .accordionFaqs .accordion-button.collapsed .acrd-icn span.acrd-icn-plus,
.home-faqs-section .accordionFaqs .accordion-button .acrd-icn span.acrd-icn-minus{
    display: block;
}
.home-faqs-section .accordionFaqs .accordion-button.collapsed .acrd-icn span.acrd-icn-minus,
.home-faqs-section .accordionFaqs .accordion-button .acrd-icn span.acrd-icn-plus{
    display: none;
}
@media (max-width: 991.98px) {
     #accordionFlushFaqs{
        margin-top:30px;
    }
}
@media (max-width: 767.98px) {
    #accordionFlushFaqs{
        margin-top:30px;
    }
    .home-faqs-section .faqs-box{
        padding:30px 15px;
    }
    .home-faqs-section .accordionFaqs .accordion-button{
        line-height:17px;
        font-size:14px;
        padding:10px;
        min-height: 54px;
        align-items: center;
    }
    .home-faqs-section .accordionFaqs .accordion-header{
        align-items:center;
    }
    
}
/*Faq Section*/


/*Review slider*/
.home-review-section .ti-widget-container.ti-col-4 {
    display: flex !important;
}
.home-review-section  .ti-widget.ti-ebay .ti-reviews-container{
    max-width:88%;
}
@media (max-width: 767.98px) {
    .home-review-section .ti-widget.ti-ebay .ti-controls{
        display:block;
    }
    .home-review-section .ti-controls-line{
        display:none;
    }
    .home-review-section .ti-widget.ti-ebay .ti-reviews-container{
        margin: 0 auto;
    }
}
/*Review slider*/


/*Blog Section CSS Start*/
.cm-home-page-blog-element .swiper-button-prev {
    right: 75px;
    left: auto;
}
.cm-home-page-blog-element .swiper-button-next, .cm-home-page-blog-element .swiper-button-prev {
    top: -25px;
}
@media (max-width: 991.98px) {
     .home-blog-section .blog-box{
        flex-wrap: wrap;
        margin-bottom:20px;
        border:1px solid #d7d7d7;
    }
    .home-blog-section .blog-image img{
        min-height:300px;
    }
     .home-blog-section .blog-box .blog-image,
     .home-blog-section .blog-box .blog-content{
         width:100%;
     }
}

/*Blog Section CSS End*/


/*Global for Home Page*/
@media (max-width: 767.98px) {
    
     .home-work-section .heading,
     .home-content-section .heading,
     .home-faqs-section .heading,
     .home-choose-section .heading{
        font-size: 30px;
        line-height: 35px;
    }
}
/*Home Page CSS End*/



/*Tyre Shop Page*/
.woocommerce-shop.post-type-archive .woocommerce-result-count, 
.woocommerce-page.archive.tax-product_cat .woocommerce-result-count{
    color:#000 !important;    
}
body.woocommerce-page .hiraola-sidebar-catagories_area h4.filter-sidebar-title {
    padding: 10px;
    font-size: 13px;
    margin: 0;
    color: #444;
}


body.woocommerce-page .hiraola-sidebar-catagories_area .woof_redraw_zone .woof_container .woof_list label {
    font-size: 12px;
    margin-bottom: 0;
    padding: 0;
}
body.woocommerce-page .hiraola-sidebar-catagories_area .woof_redraw_zone .woof_container .woof_hida {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
}
body.woocommerce-page .hiraola-sidebar-catagories_area {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}
body.woocommerce-page .hiraola-sidebar-catagories_area .woof_redraw_zone .woof_container{
     margin-bottom: 0px;
     padding-bottom:0px;
}
body.woocommerce-page .hiraola-sidebar-catagories_area .woof_submit_search_form_container button {
    width: 100%;
    max-width: 100%;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
body.woocommerce-page .hiraola-sidebar-catagories_area .woof_submit_search_form_container button.button.woof_reset_search_form {
    max-width: 100%;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
body.woocommerce-page .hiraola-sidebar-catagories_area .woof_submit_search_form_container {
    margin: 0;
}
body.woocommerce-page .hiraola-sidebar-catagories_area .woof_redraw_zone .woof_products_top_panel ul {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
body.woocommerce-page .hiraola-sidebar-catagories_area .woof_redraw_zone .woof_container select {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: #eee;
}
body.woocommerce-page .hiraola-sidebar-catagories_area .woof_redraw_zone .woof_container h4{
     border-bottom: 1px solid #eee !important;
}
body.woocommerce-page .hiraola-sidebar-catagories_area .woof_redraw_zone .woof_container:first-child select{
    border-top: 1px solid #eee !important;
}
body.woocommerce-page .hiraola-sidebar-catagories_area .woof_redraw_zone .woof_container.woof_container_pa_fitting-method{
    display:none;
}
body.woocommerce-page  .cm-tyre-fitting-method-form .form-check label {
    line-height: 25px;
    padding-left: 5px;
    padding-right: 10px;
}
body.woocommerce-page .wc-block-attribute-filter.style-list,
body.woocommerce-page .wc-block-product-categories-list{
    display: none;
}

body.woocommerce-page .hiraola-sidebar-catagories_area .wc-block-attribute-filter__title,
body.woocommerce-page .hiraola-sidebar-catagories_area .wc-blocks-filter-wrapper h3.wp-block-heading{
    cursor: pointer;
    margin: 0 !important;
    background-color: #fff !important;
    color: #000 !important;
    padding:14px 15px;
    border-bottom: 1px solid #eeee;
    border-top: 1px solid #eee;
}
body.woocommerce-page .hiraola-sidebar-catagories_area .wc-blocks-filter-wrapper.active-filter  h3.wp-block-heading,
body.woocommerce-page .hiraola-sidebar-catagories_area .active-filter .wc-block-attribute-filter__title{
    color: #fff !important;
    background-color: #000 !important;
}

body.woocommerce-page  .hiraola-sidebar-catagories_area .wc-blocks-filter-wrapper.active-filter .wc-block-attribute-filter.style-list{
    display:block;
}


body.woocommerce-page .cm-tyre-shop-page-top-wrapper {
    border-radius: 10px;
}

body.woocommerce-page .cm-tyre-shop-page-top-wrapper .btn-search-again {
    border: 2px solid var(--global--color-primary)!important;
    background: #fff !important;
    color: var(--global--color-primary) !important;
}
body.woocommerce-page .cm-tyre-shop-page-top-wrapper .btn-search-again:hover{
    background:var(--global--color-primary) !important;
    color:#fff !important;
}
body.woocommerce-page .cm-tyre-shop-page-top-wrapper .btn.btn-type-model {
    background: #F9D738 !important;
    color: #000 !important;
    border: 2px solid #F9D738 !important;
}
body.woocommerce-page .cm-tyre-shop-page-top-wrapper .btn.btn-type-model:hover{
    background:#fff !important;
}
body.woocommerce-page .cm-tyre-shop-page-top-wrapper .cm-tyre-number {
    font-size: 23px;
    font-weight: 600;
}
body.woocommerce-page input[type=number]::-webkit-inner-spin-button, 
body.woocommerce-page input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}
body.woocommerce-page .numb_jp{
    position:relative;
}

body.woocommerce-page .numb_jp input{
    text-align: center;
    direction: rtl;
    padding: 0;
    border: none;
}
body.woocommerce-page .numb_jp::after {
    content: "";
    width: 30px;
    height: 25px;
    border: 2px solid #000;
    display: block;
    position: absolute;
    top: 5px;
    left: 17px;
    
}
body.woocommerce-page input[type=checkbox],
body.woocommerce-page .numb_jp::after{
    border-radius: 5px;
}
body.woocommerce-page input[type=checkbox]:after{
    top:0;
}
body.woocommerce-page .woocommerce .star-rating span{
    font-family: WooCommerce;
}
body.woocommerce-page .woocommerce .products .star-rating {
    color: #6C6F70;
}
.woocommerce div.product .woocommerce-product-rating {
    margin: 0;
    display: flex;
    align-items: center;
}
body.woocommerce-page .rating-label-text {
    font-size: 13px;
}
body.woocommerce-page .product-performance-labels .label{
        border-radius: 0px 0px 10px 10px;
}
body.woocommerce-page button.woof_reset_button_2 {
    border-radius: 23px;
    padding: 0px 10px;
}
body.woocommerce-page .woof_products_top_panel ul.woof_products_top_panel_ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
body.woocommerce-page .woof_products_top_panel {
    background: #eee;
    padding: 10px;
    border-radius: 32px;
}
body.woocommerce-page .woof_products_top_panel li span, .woof_products_top_panel2 li span{
    background:none;
    padding-left: 20px;
    position:relative;
}
body.woocommerce-page span.woof_remove_ppi::before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Free';
    background: green;
    border: 2px solid green;
    color: #fff;
    font-weight: 900;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: 9px;
    line-height: 13px;
    position: absolute;
    top: 3px;
}
body.woocommerce-page #cs_woocommerce_wrapper .woocommerce-result-count, 
body.woocommerce-page #cs_woocommerce_wrapper .woocommerce-ordering {
    margin: 0;
    display: inline-block;
}
body.woocommerce-page .hiraola-sidebar-catagories_area .woof_redraw_zone .woof_container h4 {
    padding: 10px;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
}
body.woocommerce-page .hiraola-sidebar-catagories_area .woof_redraw_zone .woof_container .woof_block_html_items {
    padding: 0 10px;
    margin-top:10px;
}
#cs_woocommerce_wrapper .woocommerce-result-count {
    padding: var(--form--spacing-unit) calc(3 * var(--form--spacing-unit)) var(--form--spacing-unit) var(--form--spacing-unit);
}
body.woocommerce-page .extras a.save_ltr {
    color: #000;
}
.woocommerce nav.woocommerce-pagination ul{
    border-color:var(--global--color-primary) !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
    background:var(--global--color-primary) !important;
}
body.woocommerce-page .extras .numb_jp,
body.woocommerce-page .extras .save_ltr{
    font-weight:400;
    font-size: 12.8px;
}
body.woocommerce-page .paypal_txt {
    line-height: 15px;
}
body.woocommerce-page .product-btns .btns {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
}
body.woocommerce-page .extras{
    padding-left:0px;
    padding-right:0px;
}
.custom-cat-item-ui,
.woocommerce-checkout #customer_details{
    border: 1px solid var(--global--color-primary);
    padding: 20px;
    border-radius: 10px;
}
.custom-cat-item-ui .row::before {
    content: " (" attr(data-item-count) ")";
    align-self: flex-start;
    position: absolute;
    left: 15px;
    font-size: 10px;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    background-color: var(--global--color-primary) !important;
    color: #fff !important;
    padding: 10px;
    font-size: 17px;
}
.custom-cat-item-ui .row{
   border-bottom: 1px solid var(--global--color-primary);
}
.custom-cat-item-ui .cm-cart-remove-link a {
    font-size: 11px;
    display: inline-block;
    width: auto;
    line-height: 13px;
    color: var(--global--color-primary) !important;
}
.custom-cat-item-ui .cm-cart-remove-link a.remove {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 2px solid var(--global--color-primary);
    border-radius: 0;
}
.custom-cat-item-ui .cm-cart-remove-link a:hover{
    background-color:#fff !important;
    color:var(--global--color-primary) !important;
}
#garage-ajax-status{
    font-size:13px;
}
#garage-ajax-status.error{
    color:red;
}
#garage-ajax-status.success{
    color:green;
}
.garage-main-wrapper .garage-title {
    font-size: 22px;
    font-weight: 600 !important;
}
form.woocommerce-cart-form .garage-main-wrapper .garage-address {
    font-size: 14px;
    margin: 15px 0;
    color: #212529 !important;
}
form.woocommerce-cart-form .garage-main-wrapper .garage-actions button.btn-link {
    background: #fff !important;
    padding: 0;
    font-size: 11px;
    font-weight: 600 !important;
    text-decoration: underline;
}
form.woocommerce-cart-form .garage-main-wrapper .garage-fitting-date-cp{
    background:var(--global--color-primary);
    color:#fff !important;
    text-align:center;
    border-radius: 10px;
    padding: 5px 10px;
}
.custom-cat-item-ui .row:last-child,
#cartTabsContent .garage-scrolling-wrapper .garage_items .garage_item:last-child{
    border:none !important;
    margin-bottom:0px !important;
}
#cartTabsContent .cart-select-garage-change{
    display:none;
}
.custom-cat-item-ui .cm-cart-price p,
.custom-cat-item-ui .cm-cart-quantity p,
.custom-cat-item-ui .cm-cart-total-amount p{
    font-size: 14px;
    font-weight: 600 !important;
    margin-bottom: 6px;
    line-height:18px;
}

.custom-cat-item-ui .cm-cart-price .woocommerce-Price-amount.amount bdi,
.custom-cat-item-ui .cm-cart-total-amount .woocommerce-Price-amount.amount bdi{
    font-weight:500 !important;
}
.custom-cat-item-ui .cm-cart-total-amount .woocommerce-Price-amount.amount {
    font-size: 19px;
}
.custom-cat-item-ui .cm-cart-quantity .quantity input {
    padding: 0px;
    border: 2px solid #ccc;
    border-radius: 4px;
}
.custom-cat-item-ui .cm-cart-quantity button {
    min-width: 24px;
    border-radius: 40px;
    color: #fff !important;
    font-weight: 600 !important;
    background: #000 !important;
}
.custom-cat-item-ui .cm-cart-quantity .quantity input::-webkit-outer-spin-button,
.custom-cat-item-ui .cm-cart-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-cat-item-ui p.product-size {
    margin: 10px 0 !important;
}
.custom-cat-item-ui .product-performance-labels img {
    width: 15px;
}
.woocommerce-cart-form .product-performance-labels .label{
     padding: 10px 5px 5px;
     border-radius:10px;
}
.custom-cat-item-ui .product-performance-labels .label {
    padding: 5px;
}
.custom-cat-item-ui .product-performance-labels span.ty_cls {
    font-size: 13px !important;
    line-height: 16px;
    margin-top: 0;
}
.custom-cat-item-ui .product-performance-labels img {
    width:15px;
}
.custom-cat-item-ui .cm-product-title a, .custom-cat-item-ui .cm-product-title {
    font-size: 23px;
    margin: 0px;
    line-height: 30px;
    text-align: left;
    font-weight: 600 !important;
}
.custom-cat-item-ui .cm-cart-quantity .d-flex {
    min-width: 120px;
    justify-content: space-between;
}
.custom-cat-item-ui p.product-size small {
    color: #69727d !important;
}
.woocommerce table.shop_table{
    border:none !important;
}
body.woocommerce-cart .woocommerce-cart-form tr > td {
    border-color: var(--global--color-primary) !important;
}
.woocommerce ul#cartTabs li button {
    width: 100%;
    border: 2px solid var(--global--color-primary);
    max-width: calc(100% - 10px);
    border-radius: 10px;
    color:var(--global--color-primary);
    background:#fff;
}
.woocommerce ul#cartTabs li button.active{
      background:var(--global--color-primary);
    color:#fff;
}
/* Firefox */
.custom-cat-item-ui .cm-cart-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}
#addtocartModal .btn-close {
    position:relative;
    top:20px;
    right:20px;
    border:none!important;
    line-height: 12px;
}
#addtocartModal .cart-content-wrap h2 {
    font-size: 20px;
}
#addtocartModal .cart-content-wrap h4 {
    font-size: 16px;
    margin-top:0;
}
#addtocartModal .cart-content-wrap button.atc-btn-close {
    background: #fff;
    color: #000;
    padding: 0;
    text-decoration: underline;
    border: none;
}
#addtocartModal .cart-content-wrap a.atc-btn-cart {
    background-color: var(--global--color-primary);
    border: 2px solid var(--global--color-primary);
    color: #fff;
    padding: 5px 30px;
    display: flex;
    border-radius: 50px;
    font-size: 20px;
    align-items: center;
    justify-content: space-between;
    max-width: 172px;
    margin: 20px auto;
    
}
.custom-cat-item-ui .cart-wrapper-label {
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
    color: var(--global--color-primary) !important;
}
#addtocartModal .cart-content-wrap a.atc-btn-cart:hover {
    background: #fff;
    color: var(--global--color-primary);
}
.woocommerce-cart-form .coupon label {
    margin: 0;
}
.cart-address-type-wrapper .form-check label {
    display: block;
}
.cart-address-type-wrapper .form-check {
    border: 2px solid var(--global--color-primary);
    padding: 10px 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}
.cart-address-type-wrapper .address_type {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.custom-cat-item-ui .extra-services-list{
        column-count: 1;
}
.custom-cat-item-ui .garage-booking-icon {
    text-align: center;
    font-size: 40px;
}
.custom-cat-item-ui .garage-booking-label {
    font-size: 12px;
}
.custom-cat-item-ui .extra-services-list li {
    margin-bottom: 10px;
}
.custom-cat-item-ui .extra-services-list span.item-servicce-icn {
    width: 20px;
    display: inline-block;
    background: var(--global--color-primary);
    color: #fff !important;
    text-align: center;
    line-height: 20px;
    border-radius: 40px;
}
.custom-cat-item-ui.garage-main-wrapper .garage-main-title-sec span {
    background: var(--global--color-primary);
    font-size: 10px;
    padding: 5px 10px;
    border-radius: 20px;
    color:#fff !important;
}
.cart-collaterals .cart-coupon-btn-clp {
    background: #fff !important;
    color: var(--global--color-primary) !important;
    font-size: 12px;
    font-weight: 600;
    padding: 0;
}
.cart-collaterals .cart-coupon-response {
    font-size: 11px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    background: var(--global--color-primary) !important;
    padding: 5px 10px;
    margin-top: 15px;
    max-width: 100%;
    color:#fff !important;
}
#collapseCoupon button.button {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    background-color: var(--global--color-primary) !important;
    color: #fff !important;
    padding: 10px !important;
    height: auto;
}
#collapseCoupon input {
    width: 100%;
    padding: 10px !important;
    height: 40px;
    border: 2px solid var(--global--color-primary);
    border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 0;
}
@media (max-width: 1199.98px) {
    .ty_sp {
        flex-wrap: wrap;
    }
    .ty_sp .ty_sp_1, .ty_sp .ty_sp_2 {
        width: 50%;
        border: none;
    }
    .ty_sp .ty_sp_3{
        width: 100%;
        border: none;
    }
   
}
@media (min-width: 1200px){
      .cart-address-type-wrapper .form-check{
        width:49%;
    }
}
@media (min-width: 768px) {
    body.woocommerce-page .cart-collaterals .cart_totals table td {
        text-align: right;
    }
}
@media (max-width: 1199.98px) and (min-width:768px){
     body.woocommerce-page .product-performance-labels .label {
        width: 30%;
        margin-bottom: 20px;
        border-radius: 10px;
    }
     body.woocommerce-page .product-performance-labels {
        align-items: center;
        justify-content: space-between;
    }
    .cart-address-type-wrapper .form-check{
        width:49%;
    }
    .custom-cat-item-ui .cm-cart-btn-amount-wrap{
        justify-content: space-between;
    }
    .custom-cat-item-ui .cm-cart-remove-link a{
        font-size:15px;
    }
    .custom-cat-item-ui .cart-product-img {
        text-align: center;
        margin-top: 15px;
    }
    .cart-address-type-wrapper .form-check label {
        font-size: 15px;
    }
}
@media (max-width: 991.98px) {
    #order_review_heading{
        margin-top:20px;
    }
}
@media (max-width: 767.98px) {
    .ty_sp {
        flex-wrap: wrap;
    }
    .ty_sp .ty_sp_1, .ty_sp .ty_sp_2, .ty_sp .ty_sp_3 {
       width: 100%;
        border: none;
    }
    .cm-tyre-shop-tyre-search-info,
    .cm-tyre-fitting-method-form,
    .cm-tyre-earliest-fitting-dates{
        flex-wrap:wrap;
    }
    .cm-tyre-shop-tyre-search-info div,
    .cm-tyre-fitting-method-form > div , 
    .cm-tyre-fitting-method-form > p,
    .cm-tyre-earliest-fitting-dates > div,
    .cm-tyre-earliest-fitting-dates > p{
        width: 100%;
    }
    .cm-tyre-fitting-method-form .form-check {
       width: 100%;
    }
    body.woocommerce-page #fittingDates{
        max-width: 190px;
    }
    body.woocommerce-page button.woof_reset_button_2{
        width:100%;
    }
     body.woocommerce-page .woof_products_top_panel ul.woof_products_top_panel_ul li ul{
         display:flex;
         justify-content:space-between;
    }
    body.woocommerce-page .woof_products_top_panel ul.woof_products_top_panel_ul > li:first-child {
        margin-bottom: 10px !important;
        margin-right: 0 !important;
         width:100%;
    }
     body.woocommerce-page .woocommerce-ordering {
        float: left;
    }
     body.woocommerce-page .product-performance-labels {
        justify-content: space-between;
    }
     body.woocommerce-page .brand_img_sp {
        text-align: center;
        margin-bottom: 20px;
    }
    body.woocommerce-page .product-btns {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    body.woocommerce-page .ty_sp{
        padding:10px;
    }
    .cart-address-type-wrapper .address_type {
        flex-wrap: wrap;
    }
    .cart-address-type-wrapper .address_type .form-check {
        width: 100%;
        margin-bottom: 15px;
    }
    .cart-address-type-wrapper .address_type .form-check:last-child{
        margin:0px;
    }
    .custom-cat-item-ui .product-performance-labels .label {
        width: 100%;
        border-radius: 10px !important;
    }
    .custom-cat-item-ui .cart-product-img {
        text-align: center;
        margin-top: 15px;
    }
    .custom-cat-item-ui .cm-cart-btn-amount-wrap{
        justify-content:space-between;
    }
    .custom-cat-item-ui.garage-main-wrapper .garage-actions {
        flex-wrap: wrap;
    }
    .custom-cat-item-ui .extra-services-list {
       column-count: 2;
    }
    .custom-cat-item-ui.garage-main-wrapper .garage-actions > div:last-child{
        margin-top:15px;
    }
    .custom-cat-item-ui.garage-main-wrapper .garage-main-title-sec {
        justify-content: space-between;
        margin-bottom: 15px;
    }
}

@media (max-width: 575.98px){
     body.woocommerce-page .product-btns{
         flex-wrap:wrap;
     }
     body.woocommerce-page .product-btns a{
         width:100%;
        max-width: 100%;
        flex: auto;
        margin: 10px 0;
     }
     body.woocommerce-page .product-performance-labels{
         width:100%;
         border-radius:10px;
     }
}

/*Footer CSS Start*/
.cm-footer-newsletter input#form-field-email {
    margin: 0;
}
/*Footer CSS End*/

@media (max-width: 767.98px) {
    .main-header-icon-link .elementor-icon-list-text{
        display:none;
    }
}