
#amasty-shopby-product-list .toolbar:first-child,
.testimonials-index-index .toolbar .toolbar-amount,
.testimonials-index-index .toolbar .limiter,
.account .toolbar .toolbar-number,
.account .toolbar .limiter {
  display: none;
}


button.cky-btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 !important;
}

button.cky-btn:hover, button.cky-btn:focus {
    background: #000000 !important;
    color: #ffffff !important;
}
div.magepow-gdpr-cookie-notice {
    display: none !important;
}

body.cookie-message .page-wrapper {
    padding-bottom: 0;
}

button.cky-btn-close {
    background-color: transparent !important;
    color: #000000 !important;
}

button.cky-show-desc-btn {
    background-color: transparent !important;
    color: #000000 !important;
}

button.cky-accordion-btn{
    background-color: transparent !important;
    color: #000000 !important;
}

button.cky-btn-revisit {
    background-color: transparent !important;
}

#proshop-locations-slider.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
}
.proshop-locations-block #proshop-locations-slider .store-location {
    height: 100%;
    padding-bottom: 137px;
    position: relative;
}
.store-location .cs__buttom_wrap_timing {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 15px 30px;
}
.proshop-locations-block-location #proshop-locations-grid .store-location {
    position: relative;
    padding-bottom: 140px;
}
@media screen and (min-width: 992px) and (max-width: 1201px) {
.proshop-locations-block-location #proshop-locations-grid .store-location {
    padding-bottom: 160px;
}
}
@media screen and (min-width: 768px) and (max-width: 833px) {
.proshop-locations-block-location #proshop-locations-grid .store-location {
    padding-bottom: 160px;
}
}
@media (min-width: 1013px) and (max-width: 1239px) {
.proshop-locations-block #proshop-locations-slider .store-location {
    padding-bottom: 157px;
}
}
@media (min-width: 992px) and (max-width: 1012px) {
.proshop-locations-block #proshop-locations-slider .store-location {
    padding-bottom: 157px;
}   
}
@media screen and (min-width: 792px) and (max-width: 991px) {

}
@media screen and (min-width: 768px) and (max-width: 791px) {
.proshop-locations-block #proshop-locations-slider .store-location {
    padding-bottom: 187px;
}
}
@media screen and (max-width: 767px) {
.proshop-locations-block #proshop-locations-slider .store-location {
    height: 100%;
    padding-bottom: 150px;
}
}

.blog-page-list.blog-index-index .post-content-container .post-content.post-custom .post-description .post-title {
    min-height: 50px;
}

.tips-index-index .post-content-container .post-content.post-custom .post-description .post-title {
    min-height: 50px;
}

.tips-post-view .row-content .col-main .post-content p, .tips-post-view .row-content .col-main .post-content p {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    margin: auto;
    margin-bottom: 25px;
    width: 100% !important; 
}
.tips-post-view .post-text-hld h5 + p, .post-text-hld h6 + p, .post-text-hld h5 ~ ul, .post-text-hld h6 ~ ul {
padding-left: 28px;
}
 
.tips-post-view .post-text-hld h5, .post-text-hld h6 {
  padding-bottom: 20px;
}


.fieldset.checkout-registration #registration-checkbox::after, .firecheckout #billing-address-same-as-shipping-shared::after, .firecheckout .form-shipping-address input[type="checkbox"]:checked, .firecheckout #checkout input[type="checkbox"]:checked {
box-shadow: none !important;
}

.customer-account-create .account .fieldset .field.choice .checkbox {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 5px 0 0;
    padding: 0 !important;
    background-color: #ddd;
    box-shadow: 0 0 0 0 #f7f7f7 inset;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    cursor: pointer;
    vertical-align: middle !important;
    transform: none !important;
    clip-path: initial !important;
    --webkit-clip-path: initial !important;
}
.customer-account-create .account .fieldset .field.choice .checkbox:checked {
    background-color: #ffde00 !important;
}
.customer-account-create .account .fieldset .field.choice .checkbox::after {
    content: '';
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 0;
    -webkit-transition: all .2s ease-in-out .1s;
    transition: all .2s ease-in-out .1s;
    transform: scale(.2);
    opacity: 0;
    display: block;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    position: absolute;
}
.customer-account-create .account .fieldset .field.choice .checkbox:checked:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAQAAAA9vDUIAAAAdklEQVQ4y7XR0QmAIBCAYXOTxmiRfAtnaJ0gcLT2MP5eQjoJvQvy1f8DvXPun8OEt+SBTFITAhlASUoOEG35xvA1Z2a05AsnR03aOSBJ4+3s5aKQ5lfxJEm6k6nIqhikIKjm/kJ6a6pIf6uCaPIH0eY3iYZccy6u+Rcjm6L8iwAAAABJRU5ErkJggg==);
    background-size: 12px 10px;
    transform: scale(1);
    opacity: 1;
}

.newsletter-section label span a {
    color: #808080;
}

/*  custom.css content*/

.checkout-index-index .validation-message.cs__custom-checkbox-consent1-required {
    color: red;
    font-size: 14px;
}

.checkout-index-index .custom-checkbox-consent label {
    font-style: normal;
    font-size: 14px !important;
}

.checkout-index-index a.delivery-term-link , .checkout-index-index a.privacy-notice-link  {
    font-style: normal;
    font-size: 14px !important;
    font-weight: bold;
}

.customer-account-create .privacy__policy_consent a{
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}
.customer-account-create .actions-toolbar .fieldset.additional_info {
    margin-bottom: 0px !important;
}
.customer-account-create div.mage-error {
    font-size: 14px !important; 

}

.customer-account-create .form-create-account .privacy__policy_consent {
    margin-bottom: 40px !important;
}


.hazard-warrenty-main {
    background: #EDEDED;
    padding: 10px 10px 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
    position: relative;
}
.hazard-warrenty-main span {
    background: linear-gradient(90deg, #00B783 0.2%, #003D86 100%);
    font-size: 11px;
    font-style: italic;
    font-weight: 800;
    line-height: 14px;
    letter-spacing: 0.05em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.hazard-warrenty-main a, .hazard-warrenty-main a i {
    font-size: 12px;
    line-height: 12px;
    color: #01B683;
}
.catalog-category-view .products.wrapper.products-grid .products.list .product-item-info .product-item-details, .products.wrapper.products-grid .product-item-info .product-item-details {
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.catalog-category-view.category-tyres .products.wrapper.products-grid .products.list .product-item-info .product-item-details {
    min-height: 443px;
}

@media screen and (max-width: 768px) {
.hazard-warrenty-main {
    padding: 11px 10px 5px;
}
.catalog-category-view .products.wrapper.products-grid .products.list .product-item-info .product-item-details, .products.wrapper.products-grid .product-item-info .product-item-details {
    min-height: auto;
}

.catalog-category-view.category-tyres .products.wrapper.products-grid .products.list .product-item-info .product-item-details {
    min-height: auto;
}
}
.page-wrapper .floating-links #whatsapp-chat.link {
    background-color: #25d366 !important;
}

.catalog-category-view.category-buy-3-get-1-free .products.wrapper.products-grid .products.list .product-item-info .product-item-details {
    min-height: 444px;
}

.catalog-product-view .description-content ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin: 1rem 0;
}

.catalog-product-view .description-content ul>li {
    margin-bottom: 0.5rem;
    font-size: 16px;
}

.cms-spin-win div.mage-error {
    font-size: 12px;
    margin-top: 0;
    text-align: left;
    line-height: 16px;
}

div.control .mage-error {
    font-size: 12px;
}
.cms-index-index #homepage-help-slider .owl-stage-outer {
    display: flex;
    justify-content: center;
}

.cms-index-index #homepage-help-slider .owl-stage {
    display: flex;
    justify-content: center;
}
.checkout-cart-index #discount-coupon-form .fieldset.coupon .field .control {
    padding-left: 15px;
    width: 65% !important;
}

.checkout-cart-index .cart-summary {
    margin-bottom: 0;
}
.checkout-cart-index .cart-vehicle-container {
    margin-bottom: 0;
}
.cart-actions-container .checkout-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.firecheckout .payment-notes-container .widget.block {
    margin-bottom: 40px !important;
}
.firecheckout .checkout-footer-actions {
    align-items: flex-start;
}

.checkout-cart-index .cart-summary .restriction-message {
    display: none;
}

.checkout-cart-index .restriction-message {
    font-size: 15px;
}
.checkout-index-index .restriction-message {
    font-size: 15px;
}

@media screen and (max-width: 767px) {
.checkout-cart-index .cart-actions-container .checkout-actions .action.continue, 
.checkout-cart-index .cart-actions-container .checkout-actions .action.update {
    width: 100% !important;
    margin-right: 0;
}
}

.tips-page-list .post-content .post-description .post-ftimg-hld img {
    min-height: 303px;
}


.tips-page-list .post-content .post-description .post-title-holder h2.post-title {
    min-height: 50px;
}

.catalog-product-view .rewardssocial-buttons {
    display: none;
}

.rewards-account-history .block-rewards-account-summary .table-wrapper.orders-recent tr td:nth-child(4) {
    text-transform: capitalize;
}

.checkout-index-index .opc-wrapper #reward-points-form.form-discount {
    max-width: 570px !important;
}

.checkout-index-index #reward-points-form .payment-option-inner .control {
    max-width: 300px;
}



.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:not(:last-child) {
    margin-right: 15px !important;
}
.header-middle .middle-right-content .header-actions {
    gap: 15px;
}
@media (min-width:1501px) and (max-width:1700px) {
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li .sm_megamenu_head .sm_megamenu_title {
    font-size: 12px !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li.book-appointment-btn-parent .sm_megamenu_head .sm_megamenu_title {
    font-size: 14px !important;
}
}
@media screen and (max-width: 1400px) {
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:not(:last-child) {
    margin-right: 10px !important;
}
.header-middle .middle-right-content .header-actions {
    gap: 12px;
}
}

.btn-skew,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu>li.book-appointment-btn-parent .sm_megamenu_head .sm_megamenu_title,
.home-page-4 .search_container .search_attributes .search-buttons a,
.van_content a.button,
.service-appointment-container .service-block #appoitment-form .appointment-submit button,
.cart-actions-container .checkout-actions .action.update,
.cs-login-popup.modal-popup._inner-scroll .modal-inner-wrap .modal-content button.action,
.checkout-index-index.firecheckout .checkout-billing-address .actions-toolbar .primary .action,
.checkout-index-index.firecheckout .checkout-billing-address .actions-toolbar .primary .action + .action,
.checkout-index-index.firecheckout .checkout-footer-actions .back-to-cart,
.checkout-index-index.firecheckout .checkout-footer-actions .place-order .actions-toolbar .primary .action,
.delivery-details-popup .modal-footer button, 
.vehicle-details-popup .modal-footer button,
.checkout-index-index.firecheckout .authentication-dropdown .actions-toolbar > .primary button,
.customer-account-login .social-btn .btn-social, 
.customer-account-create .social-btn .btn-social, 
.checkout-index-index .social-btn .btn-social,
.customer-account-login .block-customer-login .block-content #login-form .fieldset.login .actions-toolbar .primary button,
.customer-account-create #form-validate .fieldset.create.info .actions-toolbar .primary button,
.forgot-password-container .actions-toolbar .primary.submit,
.forgot-password-container .actions-toolbar .secondary a,
.account .actions-toolbar > .primary button, 
.account .actions-toolbar > .secondary button,
.block-minicart .block-content > .actions .top__checkout_minicart a,
.firecheckout .modal-popup .modal-footer .action.secondary.action-hide-popup,
.firecheckout .modal-popup .modal-footer .action.primary.action-save-address,
.contact-container .form-contact .actions-toolbar .primary button,
.catalog-product-view .ratings-block a,
.payment-option-content .actions-toolbar .primary .action,
.van_contentM a.button,
.checkout-onepage-success .checkout-success .actions-toolbar .primary a.action.primary,
.checkout-onepage-success .checkout-success .actions-toolbar .create-account .create {
    transform: skew(-15deg);
}
.home-page-4 .search_container .search_attributes .search-buttons a .arrow {
    font-style: normal;
}

h2.cs__heading_style{
        font-size: 38px;
        margin-top: 25px;
        margin-bottom: 25px;
        line-height: 46px;
        letter-spacing: 0px;
    }

h1.visibility_hidden{
        display: none;
    }


/*On Site – Puncture repair page style*/
.product-on-site-puncture-repair .product-info-main .page-title-wrapper.product .page-title {
    margin: 0 !important;
    border: none;
    padding: 0;
}
.product-on-site-puncture-repair .product-info-main .tyre-additional-details {
    display: none;
}
.product-on-site-puncture-repair .product-info-main .product-info-price {
    float: none;
    display: flex;
    width: 100%;
}
.product-on-site-puncture-repair .product-info-main .page-title-wrapper.product .page-title span {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000000;
}
.product-on-site-puncture-repair .product-info-main .product-add-form label span,
.product-on-site-puncture-repair .product-info-main .product-add-form label strong {
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #555555;
}
.product-on-site-puncture-repair .product-info-main .product-add-form .required {
    position: relative;
}
.product-on-site-puncture-repair .product-info-main .product-add-form div.mage-error {
    bottom: 6px;
    font-size: 12px;
    position: absolute;
}
.product-on-site-puncture-repair .product-info-main .product-add-form .form-group {
    margin: 0;
}
.product-on-site-puncture-repair .product-info-main .product-add-form .input-text,
.product-on-site-puncture-repair .product-info-main .product-add-form select,
.product-on-site-puncture-repair .product-info-main .product-add-form ._has-datepicker,
.product-on-site-puncture-repair .product-info-main .product-add-form .form-control  {
    margin-bottom: 25px;
    border-radius: 0;
    padding: 0 25px 0 10px;
    color: #979797;
    height: 50px;
}
.product-on-site-puncture-repair .product-info-main .product-add-form .row {
    margin-left: -15px;
    margin-right: -15px;

}
.product-on-site-puncture-repair .product-info-main .product-add-form .row .col-lg-3 {
    padding-right: 15px !important;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}
.product-on-site-puncture-repair .product-info-main .product-add-form .row .col-lg-3 .cal-img {
    position: absolute;
    right: 25px;
    top: 39px;
}
.product-on-site-puncture-repair .product-info-main .product-add-form .row .col-lg-3 .cal-img img {
    padding: 0;
    width: 20px;
}
.product-on-site-puncture-repair .product-info-main .cart-vehicle-container h6 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000000;
}
.product-on-site-puncture-repair .product-info-main .product-add-form .box-tocart .fieldset .actions button.action {
    background: #BF140E !important;
    color: #FFFFFF !important;
    font-weight: 700;
    font-style: normal;
    font-size: 15px !important;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    transform: skew(-20deg);
    width: auto;
    padding: 15px 30px 10px !important;
    height: auto;
    width: 100% !important;
}
.product-on-site-puncture-repair .product-info-main .product-add-form .box-tocart .fieldset .actions span {
    font-weight: 700;
    font-style: normal;
    font-size: 15px !important;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-align: center;
    color: #FFFFFF !important;
}
.product-on-site-puncture-repair .product-info-main .product-add-form .box-tocart .fieldset .actions button.action:hover {
    background: #ffde00 !important;
    color: #000000 !important;
}
.product-on-site-puncture-repair .product-info-main .product-add-form .box-tocart .fieldset .actions button.action:hover span {
    color: #000000 !important;
}
.product-on-site-puncture-repair.catalog-product-view .product.media {
    padding-top: 55px;
}

@media screen and (max-width: 1500px) {
.product-on-site-puncture-repair .product-info-main .page-title-wrapper.product .page-title span,
.product-on-site-puncture-repair .product-info-main .cart-vehicle-container h6 {
    font-size: 20px;
    line-height: 24px;
}
}
@media screen and (max-width: 991px) {
.product-on-site-puncture-repair .product-info-main .page-title-wrapper.product .page-title span,
.product-on-site-puncture-repair .product-info-main .cart-vehicle-container h6 {
    font-size: 18px;
    line-height: 24px;
}
body.catalog-product-view.product-on-site-puncture-repair #maincontent>.columns.col1-layout.container {
    padding-left: 15px !important;
}
.product-on-site-puncture-repair .product-info-main .product-add-form .input-text,
.product-on-site-puncture-repair .product-info-main .product-add-form select,
.product-on-site-puncture-repair .product-info-main .product-add-form ._has-datepicker,
.product-on-site-puncture-repair .product-info-main .product-add-form .form-control {
    height: 40px;
}
.product-on-site-puncture-repair .product-info-main .product-add-form .row .col-lg-3 .cal-img {
    top: 32px;
}
.product-on-site-puncture-repair .product-info-main .product-add-form .row .col-lg-3 .cal-img img {
    width: 15px;
}
}
@media screen and (max-width: 767px) {
.product-on-site-puncture-repair.catalog-product-view .product.media {
    padding-top: 0;
}
.product-on-site-puncture-repair .product-info-main .product-add-form .row .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
}
.product-on-site-puncture-repair .product-info-main .product-add-form .box-tocart .fieldset .actions {
    width: 100%;
}
.product-on-site-puncture-repair.catalog-product-view .column.main {
    flex-direction: column-reverse;
}
}

/*Search style*/
.current-search-bar {
    margin: 0;
    margin-top: 10px;
    display: flex;
}
.current-search-bar strong,
.current-search-bar span {
    padding-right: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #bf140e;
    padding-top: 1px;
}
.current-search-bar .cs-value {
    margin-left: 10px;
}
.tyre-search-container .tyre-different-set_new .tyre-size-search-content h3 {
    font-weight: 700;
    font-size: 26px;
}
.tyre-different-set_css h3 {
    font-weight: 700;
    font-size: 26px;
    width: 100%;
}
.tyre-different-set_css .tyre-step-tabs,
.tyre-different-set_new .tyre-step-tabs {
    margin-top: 5px;
    margin-bottom: 5px;
    flex-wrap: nowrap !important;
    display: flex;
    width: 100%;
}
.tyre-different-set_css .tyre-step-tabs .rear-step-tab,
.tyre-different-set_new .tyre-step-tabs .step-tab {
    flex-basis: 33.33%;
    background-color: #c6c6c6;
    transform: skew(-20deg);
    text-align: center;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 11px 11px;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    border-radius: 0;
}
.tyre-different-set_css .tyre-step-tabs .rear-step-tab.active,
.tyre-different-set_new .tyre-step-tabs .step-tab.active {
    background-color: #ffde00;
    color: #bf140e !important;
}
.tyre-different-set_new .cs__custom_wrapper_option_sec {
    padding-top: 25px;
}
.tyre-different-set_css .cs__custom_wrapper_option_sec {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.tyre-different-set_css .rear-tyre-options {
    width: 60%;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.tyre-different-set_new .tyre-guide-image {
    width: 30%;
    display: flex;
    flex-direction: column;
}
.tyre-different-set_new .tyre-options {
    width: 60%;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.tyre-different-set_new .cs__custom_wrapper_option_sec .tyre-search-box {
    margin-bottom: 15px;
    position: relative;
}
.tyre-different-set_new .cs__custom_wrapper_option_sec .tyre-search-box .cs__search_icon {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    border-left: solid 1px #D9D9D9;
}
.tyre-different-set_new .cs__custom_wrapper_option_sec .tyre-search-box input[type="text"] {
    border: solid 1px #D9D9D9;
    padding: 0 10px 0 10px;
    height: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    border-radius: 3px;
    background: transparent;
}
.tyre-search-container .tyre-different-set_new .tyre-size-search-content .tyre-search-options-container, .tyre-different-set_new .tyre-search-container .tyre-car-model-content .tyre-search-options-container {
    height: 200px;
}
.tyre-different-set_new .add-rear,
.tyre-search-action .add-rear {
    width: auto;
    transform: skew(-20deg);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px 11px;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    border-radius: 0;
}
.tyre-different-set_new .add-rear:hover,
.tyre-search-action .add-rear:hover {
    background-color: #ffde00;
    color: #000000 !important;
}
.tyre-different-set_new #front-location {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.tyre-search-container .tyre-size-search-content .tyre-search-input input:checked+label {
    background-color: #ffde00;
}
.customsearch-index-frontrearsearch .cs__wraper_container .pair-item.left__block {
    border-right: none;
    padding-right: 1px;
}
.customsearch-index-frontrearsearch .cs__wraper_container .pair-item.right__block {
    padding-left: 1px;
}
.customsearch-index-frontrearsearch .products.wrapper.products-grid .products.list .product-image-photo, .products.wrapper.products-grid .product-image-photo {
    top: 90%;
}
.customsearch-index-frontrearsearch .cs__wraper_container .qty {
    background-color: #ffde00;
    border-radius: 0;
    text-align: left;
    padding-bottom: 3px;
}
.customsearch-index-frontrearsearch .cs__wraper_container .dropdown {
    position: relative;
}
.customsearch-index-frontrearsearch .cs__wraper_container .dropdown:after {
    font: normal normal normal 14px / 1 FontAwesome;
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    content: "\f078";
    font-size: 12px;
}
.customsearch-index-frontrearsearch .cs__wraper_container .btn-cart {
    border-radius: 0;
    transform: skew(-20deg);
    padding-top: 5px !important;
}
.customsearch-index-frontrearsearch .cs__wraper_container .cs_product_block {
    border-radius: 0;
}
.customsearch-index-frontrearsearch .results_per_page.right_result_block h2 {
    margin-top: 30px;
}
.customsearch-index-frontrearsearch .results_per_page.right_result_block h2 * {
    font-size: 24px;
}

.tyre-full-set-actions.tyre-size-search-actions {
    margin-left: 5%;
    display: flex;
    justify-content: space-between;
    margin-right: 5%;
    margin-top: 15px;
}
.tyre-full-set-actions.tyre-size-search-actions .cs__search.wrapper .cs__require_msg {
    color: red;
    font-size: 12px;
}
.search-content #tyre-search-form .tyre-full-set .mage-tabs-disabled .mobile-tyre-guide-image {
    display: none !important;
}
.arrow-link.cs_highlight {
    border-bottom: 1px solid #0b9482;
    color: #0b9482;
}
#tab-tyres-by-size {
    position: relative;
}
.search-content #tyre-search-form .ajax-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.search-content #tyre-search-form .ajax-loader:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #eceaea;
    opacity: 0.7;
    content: '';
}
.search-content #tyre-search-form .ajax-loader span {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.products.wrapper.products-grid .products.list .product-item-details .single-price .left span.old-price.main,
.products.wrapper.products-grid .product-item-details .single-price .left span.old-price.main {
    font-weight: 600;
    line-height: 20px;
    color: #bf140e;
}
.products.wrapper.products-grid .products.list .product-item-details .set-price .left span.old-price.main,
.products.wrapper.products-grid .product-item-details .set-price .left span.old-price.main {
    color: #000;
}
@media screen and (max-width: 1810px) {
.tyre-different-set_new .add-rear,
.tyre-search-action .add-rear {
    font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.customsearch-index-frontrearsearch .products.wrapper.products-grid .products.list .product-item-details .general-details,
.customsearch-index-frontrearsearch .products.wrapper.products-grid .product-item-details .general-details {
    padding: 10px;
    min-height: 90px;
}
.customsearch-index-frontrearsearch .products.wrapper.products-grid .products.list .product-item-details .price-details,
.customsearch-index-frontrearsearch .products.wrapper.products-grid .product-item-details .price-details {
    padding: 10px;
}
.customsearch-index-frontrearsearch .products.wrapper.products-grid .products.list .product-item-details .price-box,
.customsearch-index-frontrearsearch .products.wrapper.products-grid .product-item-details .price-box {
    flex-wrap: wrap;
}
.customsearch-index-frontrearsearch .products.wrapper.products-grid .products.list .product-item-info .product-item-details .product-item-inner,
.customsearch-index-frontrearsearch .products.wrapper.products-grid .product-item-info .product-item-details .product-item-inner {
    padding: 10px;
}
.customsearch-index-frontrearsearch .products.wrapper.products-grid .products.list .product-item-details .additional-details,
.customsearch-index-frontrearsearch .products.wrapper.products-grid .product-item-details .additional-details {
    flex-wrap: wrap;
}
.customsearch-index-frontrearsearch .products.wrapper.products-grid .products.list .product-item-details .additional-details>ul,
.customsearch-index-frontrearsearch .products.wrapper.products-grid .product-item-details .additional-details>ul {
    min-height: initial;
    flex: 100%;
}
.customsearch-index-frontrearsearch .products.wrapper.products-grid {
    margin-left: 0;
}
.customsearch-index-frontrearsearch .results_per_page.right_result_block h2 {
    font-size: 24px;
}
.customsearch-index-frontrearsearch .cs__wraper_container .pair-item {
    padding: 12px;
}
.customsearch-index-frontrearsearch .cs__wraper_container .pair-item.left__block {
    padding-right: 1px;
}
.customsearch-index-frontrearsearch .cs__wraper_container .pair-item.right__block {
    padding-left: 1px;
}
.customsearch-index-frontrearsearch .product-item .offer-section-main {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
}
.customsearch-index-frontrearsearch .results_per_page.right_result_block h2 * {
    font-size: 18px;
}
.customsearch-index-frontrearsearch .results_per_page.right_result_block h2>* {
    width: calc(100% - 30px);
    display: inline-block;
}
.current-search-bar,
.current-search-bar strong,
.current-search-bar span {
    font-size: 10px;
}
.tyre-different-set_css .tyre-step-tabs .rear-step-tab, 
.tyre-different-set_new .tyre-step-tabs .step-tab {
    font-size: 12px;
}
.tyre-full-set-actions.tyre-size-search-actions {
    flex-direction: column;
}
.tyre-full-set-actions.tyre-size-search-actions>* {
    margin-bottom: 25px;
}
.tyre-different-set_new .add-rear, 
.tyre-search-action .add-rear {
    width: 100%;
    font-size: 11px;
}
.tyre-different-set_css .rear-tyre-options,
.tyre-different-set_new .tyre-options {
    width: 100%;
}
.search-content #tyre-search-form .tyre-full-set .mage-tabs-disabled .mobile-tyre-guide-image {
    display: flex !important;
}
.customsearch-index-frontrearsearch .cs__wraper_container .pair-footer * {
    font-size: 14px;
}
.customsearch-index-frontrearsearch .cs__wraper_container .pair-footer strong {
    display: block;
}
}