* {
    font-family: "Poppins";
    outline: none !important;
}

.woocommerce-account {
    overflow-x: hidden;
}
@media print {
    a::after {
        content: " (" attr(href) ") ";
    }
    a[href]:after {
        content: none !important;
    }
}

.woocommerce-account,
.woocommerce-checkout,
.woocommerce-cart {
    background-color: #fff;
}
.no_reg_content,
.reg_content {
     background: #fff;
    color: #fff;
}
.reg_content h3 {
    color: #fff !important;
}

/*.cart_totals * {*/
/*    color: #fff;*/
/*}*/
.post-29 .woocommerce {
    background: #f2f2f2;
    padding: 10px;
}
.checkout-cp,
.lost_reset_password {
    background: #f2f2f2;
    padding: 10px;
}
.cp-order-detail {
    background: #f2f2f2;
    padding: 10px 30px;
}
.woocommerce-checkout-review-order {
    background: #fff;
    padding: 10px !important;
}

.woocommerce-page .cart-collaterals .cart_totals {
     background: #fff;
    padding: 10px;
}
.post-27 .cart-collaterals {
    background: #f2f2f2;
    padding: 10px;
}
/*.woocommerce-account .entry-content *,
.woocommerce-checkout .entry-content *,
.woocommerce-cart .entry-content * {
    color: #fff;
}
*/
.woocommerce-account .entry-content a,
.woocommerce-checkout .entry-content a,
.woocommerce-cart .entry-content a {
    color: #ffc000;
    text-decoration: none !important;
    border-bottom: 0 !important;
}

.woocommerce-page h1 {
    font-size: 2.5rem !important;
    text-transform: capitalize;
    width: 100%;
    display: block;
    padding-bottom: 20px !important;
    border-bottom: 3px solid #3f84c5;
}

.woocommerce-page .entry-header {
    padding-bottom: 0px !important;
    margin-bottom: 50px !important;
}

.woocommerce-page .entry-header {
    border-bottom: 0 !important;
}

.woocommerce:not(.woocommerce-shop):not(.tax-product_cat),
.woocommerce-page .entry-header {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.woocommerce h2 {
    font-weight: 600;
    text-align: center;
}

.woocommerce-form.login {
    max-width: 500px;
    margin: auto !important;
}

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

.woocommerce form span.password-input {
    width: 100%;
}

.woocommerce-form-login__rememberme {
    display: flex !important;
    align-items: center;
}

.woocommerce-form-login__rememberme input[type="checkbox"] {
    outline: none !important;
    box-shadow: none !important;
}

.woocommerce-form-login__rememberme span {
    margin-left: 5px;
}

button.button {
    width: 100%;
    max-width: fit-content;
    /* margin: auto !important; */
    background-color: #ffc000 !important;
    color: #000 !important;
    /* color: #fff !important; */
    padding: 10px 35px !important;
    transition: all 0.3s ease-in-out;
    outline: none !important;
    text-transform: capitalize;
    height: 48px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    background-color: #ffc000 !important;
    color: #000 !important;
    transition: all 0.3s ease-in-out;
    outline: none !important;
    text-transform: capitalize;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

button.woocommerce-button:hover,
button.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #222933 !important;
    color: #fff !important;
}

.woocommerce nav.woocommerce-MyAccount-navigation > ul {
    list-style: none;
    padding-left: 0;
    background-color: #f2f2f2;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 24%);
}

.woocommerce nav.woocommerce-MyAccount-navigation > ul > li > a {
    padding: 20px;
    text-align: center;
    display: block;
    width: 100%;
}

.woocommerce nav.woocommerce-MyAccount-navigation > ul > li:not(:last-child) > a {
    border-bottom: 1px solid #3b4656 !important;
}

.woocommerce nav.woocommerce-MyAccount-navigation > ul > li a {
    color: #222933;
    outline: none !important;
    text-decoration: none !important;
}

.woocommerce nav.woocommerce-MyAccount-navigation > ul > li.is-active > a {
    background-color: #3b4656;
}

.woocommerce nav.woocommerce-MyAccount-navigation > ul > li.is-active a {
    color: #ffff;
}

/* Woocommerce Account */
.woocommerce-account .entry-content {
    background-color: #364252;
    padding: 50px 0px;
    margin-top: 0px;
}

.woocommerce-account .woocommerce-info {
    border-color: #ffc000;
    color: #222933;
}

.woocommerce-account .woocommerce-Button {
    background-color: #ffc000 !important;
    color: #000 !important;
    padding: 10px 25px;
}

.woocommerce-account .woocommerce-info::before {
    color: #ffc000;
}

.woocommerce-account .col2-set.addresses {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-account .woocommerce-MyAccount-content {
    background-color: #f2f2f2;
    padding: 1.25rem;
}

.woocommerce-account .woocommerce-MyAccount-content * {
    /* color: #222933; */
}

.woocommerce-account .woocommerce-Address.col-1,
.woocommerce-account .woocommerce-Address.col-2 {
    float: left;
    width: 48%;
    flex: unset !important;
    max-width: 48%;
}

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

.woocommerce span.select2-selection {
    height: 40px !important;
    padding: 6px 15px;
}

.woocommerce span.select2-selection .select2-selection__arrow {
    top: 7px;
}

/* Woocommerce Account */

/* Woocommerce Checkout */
.woocommerce h3 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce-Address a {
    text-decoration: none;
    background-color: transparent !important;
}

.woocommerce-checkout .woocommerce-info {
    /* color: #000000; */
    color: #ffffff;
}

.woocommerce-checkout .col2-set {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px !important;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    width: 100%;
    max-width: 50%;
    flex: unset;
}

.woocommerce-checkout .woocommerce-input-wrapper {
    display: block;
    width: 100%;
    max-width: 100%;
}

.woocommerce-checkout-payment p {
    color: #000 !important;
}

.woocommerce-checkout-review-order {
    padding: 0 15px;
}

.shop_table * {
    text-align: left;
}

.woocommerce-checkout ul.woocommerce-error {
    display: none;
}

/* Woocommerce Checkout */
/* Woocommerce Cart */
.woocommerce-cart .woocommerce-cart-form tr * {
    border: 0px !important;
}

.woocommerce-cart table.woocommerce-cart-form {
    border-bottom: 0 !important;
}

.woocommerce-cart .woocommerce-cart-form tr > th,
.woocommerce-cart .woocommerce-cart-form tr > td {
    border-bottom: 1px solid #ccc !important;
}

.woocommerce-cart .cart_item .product-thumbnail img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
}

form.woocommerce-cart-form {
    padding: 15px;
}

form.woocommerce-cart-form * {
    color: #000 !important;
    font-weight: 400 !important;
}

.woocommerce-cart-form .coupon {
    display: flex;
    justify-content: flex-start;
    align-items:center;
    width: calc(100% - 20%);
}

.woocommerce-cart-form .coupon input {
    width: 100% !important;
    display: block;
    max-width: 270px;
    height: 50px;
    padding: 10px !important;
}

.woocommerce-cart-form .coupon button {
    margin: 0 !important;
    background-color: #364252 !important;
    color: #fff !important;
}

/*.woocommerce-page .cart-collaterals .cart_totals {*/
/*    margin-top: 50px;*/
/*}*/

/* Woocommerce Cart */
@media (min-width: 576px) {
    .woocommerce:not(.woocommerce-shop, body):not(.tax-product_cat),
    .woocommerce-page .entry-header {
        max-width: 540px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .woocommerce:not(.woocommerce-shop, body):not(.tax-product_cat),
    .woocommerce-page .entry-header {
        max-width: 720px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .woocommerce:not(.woocommerce-shop, body):not(.tax-product_cat),
    .woocommerce-page .entry-header {
        max-width: 960px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .woocommerce:not(.woocommerce-shop, body):not(.tax-product_cat),
    .woocommerce-page .entry-header {
        max-width: 1140px;
        width: 100%;
    }
}

/* Style by Harpreet -- START */
.woocommerce.single-product {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
}

.brands_page_section .brand_item {
    display: inline-flex;
    margin-bottom: 0px;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.brands_section .brands_slider .brand_item {
    background-color: #fff;
}

.brands_section .brands_slider .brand_item img {
    filter: none;
}

.products_area .product_item .product_img img {
    object-fit: contain;
    height: 100% !important;
}

.bg_primary .btn_secondary a:hover {
    background-color: #292f36 !important;
}

table {
    border-collapse: collapse !important;
}

.woocommerce-page .entry-header {
    text-align: center;
    margin: 0 !important;
    padding: 60px 20px !important;
    background-image: url(/wp-content/themes/harcus/assets/css/123/tyre%20performance%20test%20click%20and%20go.svg);
    width: 100% !important;
    max-width: 100%;
    background-position: center center;
}

.woocommerce-page .entry-header .entry-title {
    color: #fff;
    padding-bottom: 0 !important;
    font-weight: 700;
    border-bottom: 0 !important;
}

.woocommerce .cart-collaterals table.shop_table {
    border-color: #fff;
}

.checkout_coupon button {
    margin: 0 !important;
    height: 47px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #000000;
    color: #fff !important;
}

.button.wc-backward {
    background-color: #ffc000 !important;
    color: #000 !important;
    font-weight: 400 !important;
}

.woocommerce-info {
    border-top-color: #ffc000;
}

.woocommerce-info::before {
    color: #ffc000;
}

#order_review_heading {
    padding: 0 15px;
}

.woocommerce-checkout-payment {
    background-color: #fff !important;
}

#place_order {
    padding: 15px 30px !important;
    color: #000 !important;
}
#place_order:hover {
    color: #fff !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    color: #000;
}

.woocommerce .woocommerce-customer-details address {
    border-color: #364252;
    margin-bottom: 10px;
}

.woocommerce ul.order_details {
    padding-left: 0;
}

.woocommerce-button.button {
    background-color: #ffc000 !important;
    color: #000 !important;
    font-weight: 500 !important;
    padding: 10px 15px !important;
    border-radius: 5px !important;
}

.woocommerce-account .woocommerce-customer-details address {
    border-color: black;
}

.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    border: 1px solid #d9d9d9;
    padding: 20px;
}

.woocommerce-MyAccount-content .woocommerce-Addresses {
    justify-content: space-between;
}

.woocommerce-account .addresses .title .edit {
    color: #cb2a00;
}

.cms_sidebar ul {
    padding-left: 0;
    list-style-type: none;
}

.cms_sidebar ul li a {
    color: black;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}

.cms_sidebar ul li a.active,
.cms_sidebar ul li.current-menu-item a {
    font-weight: 600;
    color: #ffc000;
}

.contact_section .form_section form .send input.wpcf7-submit {
    background-color: #c00000;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    font-size: 22px;
    text-transform: uppercase;
    padding: 5px 40px;
}

.contact_section .form_section form .send {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
    margin-top: 0;
}

.post_item {
    border: 1px solid rgb(72 83 98);
    background-color: #fff;
    height: 100%;
}

.post_item .post_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post_item .post_info {
    padding: 15px 15px;
}

.post_item .post_info h6 {
    font-size: 14px;
    font-weight: 400;
}

.post_item .post_info h5 a {
    color: #000;
    font-weight: 600;
    line-height: 31px;
    font-size: 18px;
}

.post_item .post_info p {
    margin-bottom: 0;
    font-size: 14px;
}

.single-post .entry-header {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0 !important;
}

.single-post .entry-header h1.entry-title {
    font-size: 32px !important;
    line-height: 42px;
    color: #000;
    font-weight: 600;
}

.single-post .post-thumbnail .wp-post-image {
    margin-top: 0;
    max-width: 100% !important;
}

.single-post .comments-area,
.single-post .navigation.post-navigation,
.single-post .entry-footer {
    display: none;
}

.single-post article.entry {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.single-post .entry-content *,
.single-post .entry-footer {
    width: 100%;
    max-width: 100% !important;
}

.top_header .navbar_area .navbar-collapse .navbar-nav li a {
    display: block;
}

.details_section .product_images_slider .product_thumbnails {
    width: 100px;
    padding-right: 10px;
    position: absolute;
    left: 0;
    z-index: 1;
}

.details_section .product_images_slider .product_thumbnails a {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.details_section .product_images_slider {
    padding-left: 100px;
}

.details_section .product_main_images {
    position: relative;
}

/* Rating Stars */
.product_item .star-rating {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    line-height: 1;
    width: 90px;
    font-family: "Font Awesome 5 Pro";
}

.product_item .star-rating::before {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #d3ced2;
}

.product_item .star-rating span {
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.product_item .star-rating span::before {
    content: "\f005\f005\f005\f005\f005";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: #f4ac05;
    top: 0;
    position: absolute;
    left: 0;
}

@media (max-width: 575px) {
    .single-post .entry-header h1.entry-title {
        font-size: 25px !important;
        line-height: 36px;
    }

    .modal.auth_modal .modal-content .modal-body,
    .modal.auth_modal .modal-content .modal-body .auth_form.whitebox {
        padding: 20px;
    }

    .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 576px) {
    .single-post article.entry {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .single-post article.entry {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .single-post article.entry {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .single-post article.entry {
        max-width: 1140px;
    }
}

/* Responsive Woocommerce -- START  */
@media (max-width: 767px) {
    .woocommerce-checkout .col2-set .col-1,
    .woocommerce-checkout .col2-set .col-2,
    .checkout_coupon .form-row,
    .checkout_coupon button,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon .input-text + .button {
        max-width: 100%;
        width: 100% !important;
    }

    .woocommerce form .form-row label {
        font-size: 14px;
    }

    .woocommerce-page table.cart td.actions .coupon {
        width: 100%;
        flex-direction: column;
    }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        font-size: 14px;
    }

    .woocommerce ul.order_details li {
        width: 100% !important;
        border-right: 0;
        border-bottom: 1px dashed #fff;
        padding-bottom: 10px;
        margin-bottom: 18px;
    }
}

/* ------- PRODUCT DETAILS PAGE -- WOOCOMMERCE ------ */
.single-product.woocommerce .product_details_area h3 {
    font-weight: 800;
}

.single-product.woocommerce .details_section .product_details_area .input-group input {
    width: 100%;
    border: none;
    text-align: left;
}

.single-product.woocommerce .details_section .product_details_area .input-group .quantity {
    width: 100%;
}

.single-product.woocommerce .single_add_to_cart_button {
    max-width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 10px !important;
    height: 45px;
}

.single-product.woocommerce .woocommerce-product-gallery {
    padding-left: 100px;
    position: relative;
}

.single-product.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__image {
    background-color: #ffffff;
    /* border: 1px solid #e2e2e2; */
}

.single-product.woocommerce .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    width: 100px;
    padding-right: 10px;
    padding-left: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    list-style-type: none;
    top: 0;
}

.single-product.woocommerce .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
    width: 100%;
    display: inline-block;
    background-color: #ffffff;
    cursor: pointer;
    margin-bottom: 10px;
}

.single-product.woocommerce .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: inline-block;
    background-color: #ffffff;
    border: 4px solid #e2e2e2;
    cursor: pointer;
}

.single-product.woocommerce .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
    border-color: #ffc000;
}

.single-product.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 5px;
    left: 105px;
    z-index: 9;
}

.single-product.woocommerce .details_section span.onsale {
    right: 0;
    left: auto;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #ffc000;*/
    /*color: #000 !important;*/
}

.single-product.woocommerce .product_details_area .yith-wcwl-wishlistexistsbrowse {
    margin-bottom: 15px;
}

.single-product.woocommerce .product_details_area .yith-wcwl-wishlistexistsbrowse a {
    color: #ffc000;
    font-weight: 700;
}

.single-product.woocommerce .product_details_area .yith-wcwl-add-button {
    margin-bottom: 15px;
}

.single-product.woocommerce .product_details_area .yith-wcwl-add-button .add_to_wishlist.single_add_to_wishlist {
    color: #ffc000 !important;
    font-weight: 700;
}

.single-product.woocommerce .product_details_area .yith-wcwl-add-button i {
    font-family: "Font Awesome 5 Pro";
}

.single-product.woocommerce .product_details_area .yith-wcwl-add-button i::before {
    content: "\f004";
}

.single-product.woocommerce .product_details_area h3.price ins span {
    font-weight: 600;
    color: #364252;
    font-size: 28px;
}

.single-product.woocommerce .product_details_area h3.price ins {
    text-decoration: none;
}

/*.single-product.woocommerce .product_details_area h3.price del span {*/
/*    color: #364252;*/
/*}*/

.single-product.woocommerce .product_details_area .yith-wcwl-add-to-wishlist {
    display: none;
}

.single-product.woocommerce .woocommerce-tabs .tabs.wc-tabs {
    display: none;
}

.single-product.woocommerce .woocommerce-tabs #tab-description {
    text-align: left;
}

.single-product.woocommerce .woocommerce-tabs #tab-description * {
    max-width: 100%;
}

.single-product.woocommerce .woocommerce-tabs #tab-description h2 {
    text-align: left;
    font-size: 26px;
    text-decoration: underline;
}

.single-product.woocommerce .woocommerce-tabs #tab-description table {
    border: 1px solid;
}

.single-product.woocommerce .woocommerce-tabs #tab-description table th,
.single-product.woocommerce .woocommerce-tabs #tab-description table td {
    padding: 13px 15px;
}

.single-product.woocommerce .woocommerce-tabs #tab-description table td p {
    margin: 0;
    padding: 0;
}

.single-product.woocommerce .woocommerce-tabs #tab-description .woocommerce-product-attributes.shop_attributes {
    margin-top: 20px;
}

.single-product.woocommerce .woocommerce-Reviews-title,
.single-product.woocommerce .related.products h2,
.single-product.woocommerce .comment-reply-title {
    text-align: left;
    font-size: 26px;
    text-decoration: underline;
    font-weight: 600;
    margin-bottom: 30px;
}
.single-product.woocommerce .related.products {
    margin-bottom: 40px;
}

.single-product.woocommerce .commentlist {
    padding-left: 0;
}

.single-product.woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: none;
}
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0;
    border: 1px solid #d9d9d9;
    padding: 20px 30px;
    border-radius: 10px;
}
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .rating {
    padding-bottom: 10px !important;
}
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .rating i {
    color: #f4ac05;
    font-size: 14px;
}
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .rating span {
    margin-left: 15px;
}
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    color: #000;
    margin-bottom: 5px;
    font-size: 16px;
}
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash,
.single-product.woocommerce
    #reviews
    #comments
    ol.commentlist
    li
    .comment-text
    p.meta
    .woocommerce-review__published-date {
    opacity: 0.5;
    font-size: 14px;
}
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
    margin-bottom: 0;
}
.single-product.woocommerce #review_form #respond p.stars a {
    color: #f4ac05;
}
.single-product.woocommerce #review_form #respond label {
    font-size: 16px;
}
.single-product.woocommerce #review_form #respond .form-submit input.submit {
    background-color: #364252 !important;
    color: #ffffff !important;
    display: inline-block;
    padding: 16px 35px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    text-align: center;
    outline: none;
    margin-bottom: 10px;
}
.single-product.woocommerce #review_form #respond input[type="checkbox"] {
    border-color: #364252;
}
.single-product.woocommerce #review_form #respond input:not([type="checkbox"]),
.single-product.woocommerce #review_form #respond textarea {
    border: 1px solid #d1d1d1;
    font-weight: 400;
    font-size: 16px;
}
.single-product.woocommerce #review_form #respond .comment-form-author {
    padding-right: 13px;
}
.single-product.woocommerce #review_form .comment-form {
    margin-bottom: 0;
}
.single-product.woocommerce #review_form #respond .comment-form-cookies-consent * {
    cursor: pointer;
}

@media (max-width: 991px) {
    .single-product.woocommerce .woocommerce-product-gallery {
        padding-left: 0;
    }

    .single-product.woocommerce .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 15px;
    }

    .single-product.woocommerce .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
        width: 80px;
        margin-right: 10px;
    }
}
@media (max-width: 480px) {
    .single-product.woocommerce #review_form #respond .comment-form-author {
        padding-right: 0px;
    }
}

/* ------- PRODUCTS LISTING PAGE == WOOCOMMERCE ------- */
.woocommerce-shop.post-type-archive .site#page,
.woocommerce-page.archive.tax-product_cat .site#page {
    /*background-color: #364252;*/
}
.woocommerce-shop.post-type-archive span.onsale,
.woocommerce-page.archive.tax-product_cat span.onsale {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ce2029;
    color: #fffafa !important;
}
.woocommerce-shop.post-type-archive .hiraola-sidebar-catagories_area .widget_block,
.woocommerce-page.archive.tax-product_cat .hiraola-sidebar-catagories_area .widget_block {
    background-color: #ffffff;
}
.woocommerce-shop.post-type-archive .hiraola-sidebar-catagories_area .wc-block-attribute-filter__title,
.woocommerce-page.archive.tax-product_cat .hiraola-sidebar-catagories_area .wc-block-attribute-filter__title {
    width: 100%;
    padding: 14px 15px;
    justify-content: space-between;
    align-items: center;
    background-color: #1e242d !important;
    color: #ffffff !important;
    font-weight: 500;
}
.woocommerce-shop.post-type-archive .hiraola-sidebar-catagories_area .wc-block-attribute-filter.style-list,
.woocommerce-page.archive.tax-product_cat .hiraola-sidebar-catagories_area .wc-block-attribute-filter.style-list {
    padding: 0 15px 1px;
}
.woocommerce-shop.post-type-archive
    .hiraola-sidebar-catagories_area
    .wc-block-attribute-filter.style-list
    input[type="checkbox"],
.woocommerce-page.archive.tax-product_cat
    .hiraola-sidebar-catagories_area
    .wc-block-attribute-filter.style-list
    input[type="checkbox"] {
    border-color: #d9d9d9;
}
.woocommerce-shop.post-type-archive .hiraola-sidebar-catagories_area .wc-block-attribute-filter.style-list label,
.woocommerce-page.archive.tax-product_cat .hiraola-sidebar-catagories_area .wc-block-attribute-filter.style-list label {
    font-size: 14px;
}
.woocommerce-shop.post-type-archive .woocommerce-result-count,
.woocommerce-page.archive.tax-product_cat .woocommerce-result-count {
    color: #fff;
}
.woocommerce-shop.post-type-archive .woocommerce-ordering select,
.woocommerce-page.archive.tax-product_cat .woocommerce-ordering select {
    border: none;
}
.products_area .product_item .product_info {
    text-align: center;
    min-height: 223px;
}
.product_item .star-rating {
    margin: 0 auto 15px !important;
}
.products_area .product_item .product_info .price .woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 24px;
    color: #000;
}
.products_area .product_item .product_info .price del .woocommerce-Price-amount.amount {
    font-size: 16px;
    font-weight: 400;
}
.products_area .product_item .product_info .price del {
    opacity: 1;
    color: #000;
}
.products_area .product_item .product_info .price {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}
.products_area .product_item .product_info .product_name {
    margin-bottom: 8px;
}
.products_area .product_item .product_info .button.product_type_simple.add_to_cart_button,
.products_area .product_item .product_info .button.product_type_simple {
    background-color: #ffc000 !important;
    color: #000000 !important;
    display: inline-block;
    padding: 16px 35px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    text-align: center;
    outline: none;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none !important;
}
.added_to_cart.wc-forward {
    color: #000000;
    font-weight: 500;
    padding: 10px 30px 10px !important;
    text-decoration: none;
    background-color: #ffc000;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 5px;
}
.products_area .product_item .btn_moredetails a:focus {
    background-color: #c00000;
}
.banner_section .banner_area h1 {
    border-bottom: none;
    padding-bottom: 0 !important;
}
.woocommerce-message .button {
    background-color: #ffc000 !important;
    color: #000 !important;
}
.single.single-product .woocommerce-notices-wrapper {
    padding-top: 50px;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
    top: 16px;
}
.top_header .middle_header nav.navbar .navright_area a span.badge {
    background-color: #ffc000;
    color: #000;
    padding: 3px 5px 2px;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.woocommerce-order-received .garage_info h3 {
    font-size: 32px;
    text-align: center;
}
.woocommerce-order-received .garage_info {
    border: 1px solid #364252;
    padding: 6px 12px;
    border-radius: 5px;
}

.woocommerce-checkout .address_type {
    padding-top: 30px;
}
.page-template-garage .address_type .form-check {
    color: #fff;
}
.page-template-garage .address_type .form-check .form-check-input,
.woocommerce-checkout .address_type .form-check .form-check-input {
    margin-top: 0;
}
.page-template-garage .address_type,
.woocommerce-checkout .address_type {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(54 66 82 / 30%);
    padding-bottom: 25px;
}

.woocommerce-checkout .wc_payment_method.payment_method_cod * {
    color: #000;
}

.cs_newsletter .entry-header {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0;
    border-bottom: 0 !important;
}
.cs_newsletter .entry-header .entry-title {
    font-size: 42px;
    font-weight: 600;
    color: #000;
}
.cs_newsletter .entry-content {
    text-align: center;
}
#rememberme,
.form-check-label {
    cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
    border: 2px solid var(--global--color-primary);
    width: 16px;
    height: 16px;
}
input[type="checkbox"]{
     width: 20px;
    height: 20px;
}
input[type="radio"]:checked {
    border: 2px solid var(--global--color-primary);
}
input[type="radio"]:after {
    background-color:var(--global--color-primary);
}
input[type="checkbox"]:after {
    border-color:var(--global--color-primary);
}

.reg_content {
    padding-top: 20px;
}
.tire_list {
    padding-bottom: 10px;
}
.tire_list input {
    position: relative !important;
}
input[type="radio"]:after {
    content: "";
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    width: 10px;
    height: 10px;
    background: red;
    border: none;
    border-radius: 100px;
    transform: translate(-50%, -50%);
    background:var(--global--color-primary);
}
.garage-scrolling-wrapper {
    margin-bottom: 30px;
}

#cs_woocommerce_wrapper .woocommerce-result-count {
    margin-bottom: 10px;
}
#cs_woocommerce_wrapper .woocommerce-ordering {
    margin-bottom: 20px;
}

.post_item {
    border: 1px solid rgb(219 219 219);
}
.modal.auth_modal .modal-content .modal-body .auth_separator span {
    background-color: #fff;
    font-weight: bold;
}
.modal.auth_modal .modal-content .modal-body .auth_separator {
    margin-bottom: 60px !important;
}
.product_details_area table.shop_attributes {
    /* border: 1px solid rgba(0,0,0,.1); */
}
.product_details_area table.shop_attributes,
.product_details_area table.shop_attributes tr td {
    border-style: solid !important;
    /*border-color: #000 !important;*/
}
.product_details_area table.shop_attributes tr td,
.product_details_area table.shop_attributes tr th {
    border-style: solid !important;
    /*border-color: #000 !important;*/
    /*padding: 0px 15px;*/
}

.checkout-cp#customer_details .form-check {
    display: flex;
}

@media (min-width: 576px) {
    #cs_woocommerce_wrapper .woocommerce-result-count {
        float: left;
    }
    #cs_woocommerce_wrapper .woocommerce-ordering {
        float: right;
    }
}

@media (max-width: 767px) {
    .page-template-garage .address_type,
    .woocommerce-checkout .address_type {
        flex-direction: column;
        gap: 15px;
    }
}

/* AUTH PAGES */

.auth_modal button.close {
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    background-color: black;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 21px;
}
.auth_modal .modal_logo img {
    width: 250px;
}
.auth_modal .auth_form form h4 {
    color: #c00000;
    margin-bottom: 15px;
}
.auth_modal .auth_form form .form-group input.form-control {
    border-radius: 6px;
    height: 48px;
    font-size: 14px;
}
.auth_modal .auth_form form .pass_instructions {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    line-height: 18px;
    display: inline-block;
    font-style: italic;
}
.auth_modal .auth_form.whitebox {
    background-color: #fff;
    padding: 40px;
}
.auth_modal .auth_form.signup_form h4 {
    color: #ffc000;
}
.auth_modal .auth_separator {
    color: #ffc000;
    text-align: center;
    position: relative;
}
.auth_modal .auth_separator::before {
    content: "";
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background-color: #ffc000;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    z-index: 0;
}
.auth_modal .auth_separator span {
    background-color: #fff;
    font-size: 14px;
    position: relative;
    padding: 0 5px;
    font-weight: 700;
}
.auth_modal .btn_primary.btnhover a:hover,
.auth_modal .btn_primary.btnhover button:hover {
    background-color: #222933 !important;
}

.rating .fa-star:before {
    content: "\2605";
    font-size: 24px;
}
.product_item .star-rating span::before {
    content: "\2605\2605\2605\2605\2605";
    font-size: 24px;
}
.product_item .star-rating::before {
    content: "\2605\2605\2605\2605\2605";
    font-size: 24px;
}
.product_item .star-rating {
    height: 25px;
    width: 100px;
}

#fitting-modal * {
    color: #000;
}
#fitting-modal select {
    border: 1px solid #ccc;
    background-color: #fff;
}
#fitting-modal table,
#fitting-modal table th,
#fitting-modal table td {
    border: 1px solid #ccc;
    vertical-align: middle;
}
#fitting-modal .proceed-timing {
    background-color: #ffc000;
    color: #000000;
    display: inline-block;
    padding: 12px 35px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    text-align: center;
    outline: none;
}
#fitting-modal .close {
    opacity: 1;
    background-color: transparent;
    text-shadow: none;
    font-size: 34px;
    font-weight: 400;
}
.woocommerce-checkout .garage_items .garage_item .btn_primary a:hover {
    color: #fff !important;
}
.woocommerce table.my_account_orders td a:not(:last-child) {
    margin-right: 5px;
}

.garage_details_page iframe {
    height: 100%;
    width: 100%;
}
.woocommerce-orders .media img {
    max-height: 120px;
    width: auto;
}
.details_section .product_details_area .price h3 span {
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
}
.single-product .single_product_brand_img {
    /* width: 103px; */
    width: 110px;
}
.woocommerce-checkout .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table th,
.woocommerce-checkout .woocommerce table.shop_table td {
    border-color: rgb(255 255 255 / 10%);
}
.woocommerce-checkout .payment_method_stripe label {
    color: #1e242d;
    display: inline-flex;
}
.woocommerce-checkout .payment_method_stripe .stripe-card-group,
body.woocommerce-add-payment-method .payment_method_stripe .stripe-card-group {
    width: 100%;
}
.woocommerce-checkout .payment_method_stripe input[type="checkbox"] {
    width: 25px !important;
    cursor: pointer;
}
.woocommerce-checkout .payment_method_stripe .wc-stripe-elements-field,
body.woocommerce-add-payment-method .payment_method_stripe .wc-stripe-elements-field {
    width: 100%;
    margin: 0;
    padding: 13px 15px;
    border-radius: 6px;
}
.woocommerce-checkout .payment_method_stripe .wc-credit-card-form .form-row,
body.woocommerce-add-payment-method .payment_method_stripe .wc-credit-card-form .form-row {
    padding: 0 !important;
}
.woocommerce-checkout .payment_method_stripe fieldset.wc-credit-card-form,
body.woocommerce-add-payment-method .payment_method_stripe fieldset.wc-credit-card-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-checkout .payment_method_stripe fieldset.wc-credit-card-form .form-row-wide,
body.woocommerce-add-payment-method .payment_method_stripe fieldset.wc-credit-card-form .form-row-wide {
    width: 100%;
}
.woocommerce-checkout .payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew {
    display: flex;
}
.woocommerce-checkout .payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew label {
    flex: 1;
    font-size: 14px;
    line-height: normal;
    margin-top: -3px;
    cursor: pointer;
}
.checkout.woocommerce-checkout .wc-stripe-payment-request-button-separator {
    color: #fff;
}
.tinvwl_add_to_wishlist_button {
    width: 100%;
    background-color: #ffc000 !important;
    color: #000 !important;
    padding: 10px 35px !important;
    transition: all 0.3s ease-in-out;
    outline: none !important;
    text-transform: capitalize;
    height: 48px;
    text-align: center;
    border-radius: 3px;
    margin-top: 0 !important;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tinvwl_add_to_wishlist_button span {
    line-height: normal;
}
.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart {
    padding: 0;
}
.feature_imgs {
    /* max-width: 300px; */
    max-width: 407px;
}
.single-product.woocommerce .details_section .product_details_area .input-group input.qty {
    text-align: center;
}
.details_section
    .product_details_area
    .price
    h3
    span:not(.woocommerce-Price-amount.amount, .woocommerce-Price-currencySymbol) {
    color: #000;
}
body.woocommerce-payment-methods .woocommerce-MyAccount-content a.button {
    background-color: #ffc000 !important;
    color: #000 !important;
    padding: 10px 35px !important;
    transition: all 0.3s ease-in-out;
    outline: none !important;
    text-transform: capitalize;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
@media (min-width: 576px) {
    .woocommerce-checkout .payment_method_stripe fieldset.wc-credit-card-form .form-row:not(.form-row-wide),
    body.woocommerce-add-payment-method
        .payment_method_stripe
        fieldset.wc-credit-card-form
        .form-row:not(.form-row-wide) {
        flex: 1;
    }
    .woocommerce-checkout .payment_method_stripe fieldset.wc-credit-card-form .form-row.form-row-first,
    body.woocommerce-add-payment-method .payment_method_stripe fieldset.wc-credit-card-form .form-row.form-row-first {
        margin-right: 10px !important;
    }
}
@media (max-width: 575px) {
    .checkout-cp {
        padding: 0 0 15px;
    }
    .woocommerce-checkout .payment_method_stripe fieldset.wc-credit-card-form .form-row:not(.form-row-wide),
    body.woocommerce-add-payment-method
        .payment_method_stripe
        fieldset.wc-credit-card-form
        .form-row:not(.form-row-wide) {
        width: 100%;
    }
    body.woocommerce-add-payment-method .woocommerce-Payment #place_order {
        padding: 15px 10px !important;
    }
}
/* Wishlist Page */
.wishlist_page .tinv-wishlist.woocommerce {
    background-color: #fff;
    padding: 0;
}
.wishlist_page .tinv-wishlist.woocommerce .tinv-header {
    display: none;
}
.wishlist_page .wishlist_item {
    border-bottom: 1px solid rgb(54 66 82 / 18%);
}
.wishlist_page .tinvwl-table-manage-list th {
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid rgb(54 66 82 / 18%);
}
.wishlist_page .tinvwl-table-manage-list td {
    font-size: 14px;
}
.wishlist_page .tinvwl-table-manage-list td a {
    color: #364252;
    font-weight: bold;
}
.wishlist_page .tinvwl-table-manage-list button.button[name="tinvwl-add-to-cart"] {
    padding: 10px 10px !important;
    height: 40px !important;
    font-weight: 400;
}
.wishlist_page .tinvwl-table-manage-list button[name="tinvwl-remove"] {
    background-color: #364252;
    margin-top: -3px;
    color: white;
}
.wishlist_page #tinvwl_product_actions {
    height: 48px;
    font-size: 14px;
    border-radius: 3px;
}
.wishlist_page .tinv-wishlist .social-buttons {
    background-color: #ededed;
    padding: 0 10px;
}
.wishlist_page .tinv-wishlist .social-buttons li a.social {
    color: #364252;
}

/* Sidebar */
.hiraola-sidebar-catagories_area .show-more button,
.hiraola-sidebar-catagories_area .show-less button {
    background-color: transparent !important;
    color: #1e242d !important;
    font-size: 14px;
}
.hiraola-sidebar_categories .wc-block-product-categories-list {
    padding: 10px 15px;
}
.hiraola-sidebar_categories .wc-block-product-categories-list li a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.hiraola-sidebar_categories .wc-block-product-categories-list li span.wc-block-product-categories-list-item-count {
    opacity: 0.6;
}
body.archive.tax-product_cat.woocommerce-page #cs_woocommerce_wrapper {
    padding-bottom: 25px;
}
.product_img_upper_icons ul {
    list-style-type: none;
    position: absolute;
    top: 50px;
    right: 50px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.product_img_upper_icons li {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #364252;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    background-color: #fff;
}
.product_img_upper_icons li img {
    margin-right: -35px;
    margin-left: 4px;
    object-fit: none !important;
}
.products_area .product_item .product_img .product_img_upper_icons li img {
    /* height: inherit !important; */
    height: auto !important;
}

.products_area .product_item .product_info select.form-control {
    text-align: center;
}

.included_dropdown {
    position: relative;
}

.included_dropdown .dropdown-menu {
    width: 200px;
    margin-top: 15px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 22%);
    border: none;
    transform: unset !important;
    top: unset !important;
    left: -30px !important;
}
.included_dropdown .dropdown-menu:before {
    content: "\f0d8";
    display: inline-block;
    color: #fff;
    position: absolute;
    top: -23px;
    left: auto;
    right: 60px;
    z-index: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    line-height: initial;
    font-size: 32px;
}
@media (min-width: 768px) {
    .woocommerce-page .cart-collaterals .cart_totals {
        width:100%;
    }
    .woocommerce-page .cart-collaterals .cart_totals h2 {
        text-align: left;
    }
    .woocommerce-page .cart-collaterals .cart_totals table td {
        text-align: center;
    }
}
.ebay_reviews .ti-footer {
    display: none;
}

/* mandeep css */
.woocommerce-account .woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
    max-width: 100%;
}
.woocommerce-account .woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    max-width: 100%;
}
.woocommerce-account .woocommerce form.login,
.woocommerce form.register {
    margin: 2rem !important;
}

@media (max-width: 575px) {
    .woocommerce-account .woocommerce form.login,
    .woocommerce form.register {
        margin: 0px !important;
    }
    .woocommerce-account .woocommerce h2 {
        font-weight: 600;
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {
        padding: 11px !important;
        color: #000000;
    }
    .woocommerce-orders .media {
        flex-direction: column;
    }
}
@media (max-width: 991px) {
    .woocommerce-account .woocommerce:not(.woocommerce-shop):not(.tax-product_cat),
    .woocommerce-page .entry-header {
        max-width: 100%;
        width: 100%;
    }
}

/* mandeep css */
.woocommerce nav.woocommerce-pagination ul {
    background-color: #ffffff;
    color: #ffffff;
    border: 1px solid #c00000;
}

.woocommerce nav.woocommerce-pagination ul li a {
    color: #000;
    padding: 15px;
}
.woocommerce nav.woocommerce-pagination {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    padding: 15px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 15px;
    color: #000000;
}
.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: #c00000;
    color: #ffffff;
}

/*amrit css start*/
.woocommerce table td,
table th,
.wp-block-table td,
.wp-block-table th {
    padding: calc(0.5 * var(--global--spacing-unit));
    border: 0px solid;
}
.woocommerce .product_details_area table.shop_attributes tr td,
.product_details_area table.shop_attributes tr th {
    border-style: solid !important;
}
/*amrit css end*/

.blogdetails_banner {
    min-height: 50vh;
    height: 400px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.blogdetails_banner h1 {
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.blog_breadcrumbs {
    padding: 7px 0;
    background-color: #364252;
}
.blog_breadcrumbs p {
    margin-bottom: 0;
}
.blog_breadcrumbs p a {
    color: #fff;
}
.blog_metainfo{
    padding: 20px 0;
    border-bottom: 1px solid #dfdfdf;
}
.blog_metainfo img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-right: 15px;
}
.blog_metainfo span {
    color: #898989;
    font-size: 14px;
}
.blog_metainfo h5 {
    font-weight: 700;
    color: #364252;
    margin-bottom: 4px;
    text-transform: capitalize;
    font-size: 18px;
}
.blog_metainfo span.date{
    margin-bottom: 5px; 
    display: inline-block;
}


.payment_methods {
    padding-top: 20px;
}