.slideshow1_slider {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.slideshow1_slider .item {
    flex: 0 0 auto;
}

.carparts_deals_carousel .carparts_deals_listlayout {
    margin: 0px auto;
    padding-top: 10px;
}

.carparts_deals_carousel .carousel_nav {
    top: -100px;
    z-index: 1;
    right: 30px;
    position: absolute;
}

.product_item {
    padding: 10px;
}

.carparts_product_grid .item_title .pro_name {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    line-height: 30px;
}

.carparts_product_grid {
    max-width: 370px;
    position: relative;
    margin: 0px auto 0px;
    background: rgb(240, 238, 238);
    border: 1px solid #dbdbdb;
}

.carparts_product_grid .item_content {
    padding: 15px 15px;
}

.sb_category_accordion .card-header a {
    cursor: pointer;
}

.sb_category_accordion .card-header a:before {
    display: none;
}

.filters_selected {
    margin: 10px 0px;
}

.selected-filters-container {
    float: left;
}

.selected-filters {
    float: left;
}

.selected-filter {
    color: #fff !important;
    background: #01b0ea !important;
    width: auto;
    height: auto;
    display: inline-block;
    margin-right: 10px;
}

.selected-filter button {
    color: #fff !important;
    margin-left: 10px;
    background: transparent;
    padding: 6px 0px 6px 0px !important;
}

.clear-filters-button {
    color: #fff !important;
    background: #01b0ea !important;
    width: auto;
    height: auto;
    display: inline-block;
    margin-right: 10px;
    padding: 10px 15px;
}

.navigation_link {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    cursor: pointer;
}

.navigation_link_white {
    color: #fff;
}

.navigation_link_color {
    color: #ce202e;
}

.navigation_link_black {
    display: inline-block;
    padding: 15px 0;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
}

.carparts_footer {
    background: #f1f1f1;
}

.footer_bottom {
    background: #000;
}

.copyright_text {
    color: #fff !important;
}

.footer_widget_title {
    font-size: 24px;
    margin-bottom: 30px;
}

.text_white {
    color: #fff;
}

.f2_breadcrumb_nav_wrap {
    margin-top: 20px;
}

.discount {
    width: 100px;
    background: #ed1d24;
    color: #fff;
    text-align: center;
    padding: 5px 0px;
    border-radius: 20px;
}

.carparts_deals_listlayout .discount_text .discount {
    width: 150px;
}

.f2p_code {
    margin-bottom: 10px;
    display: block;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 0.25rem;
}

.checkout_step .active .checkout_step_tab {
    color: #ffffff;
    border-color: #76bc1e;
    background-color: #76bc1e;
    text-transform: capitalize !important;
    font-family: "Jost", sans-serif !important;
    font-weight: 500;
}

.checkout_step .checkout_step_tab {
    display: flex;
    line-height: 1;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    border-radius: 4px;
    padding: 16px 40px;
    align-items: center;
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    text-transform: capitalize !important;
    font-family: "Jost", sans-serif !important;
}

.text-black {
    color: #000000;
    font-weight: 500;
    text-transform: capitalize !important;
    font-family: "Jost", sans-serif !important;
}

.reg_form_wrap {
    margin: auto;
    max-width: 1100px;
    border-radius: 4px;
    padding: 40px 50px;
}

.reg_form_wrap .reg_form {
    display: inline-block;
    width: 45%;
    margin: 0px 25px;
    text-align: center;
    max-width: 45%;
}

.reg_form_wrap.login_form {
    display: flex;
}

.reg_form_wrap button[type=button] {
    width: 100%;
    border-radius: 4px;
}

.billing-info-wrap .myaccount-content {
    border: 1px solid #eeeeee;
    padding: 20px;
    width: 47%;
    float: left;
    margin: 0px 20px 20px 0px;
    min-height: 350px;
}

.billing-info-wrap {
    position: relative;
    padding: 40px 50px 50px;
    float: left;
    width: 60%;
}

.billing-info-wrap .myaccount-content .input-radio {
    float: left;
    width: auto;
    height: auto;
    margin: 7px;
}

.edit_address_btn {
    color: #fff;
    background: #000;
    padding: 10px 15px;
}

.billing-info-wrap .myaccount-content h3 {
    font-size: 22px;
    position: relative;
    margin: 0 0 25px;
    text-transform: capitalize;
    font-weight: 500;
}

.address-content .myaccount-content {
    border: 1px solid #eeeeee;
    padding: 20px;
    width: 47%;
    float: left;
    margin: 0px 20px 20px 0px;
    min-height: 350px;
}

.address-content .myaccount-content .my_address_edit {
    float: right;
    margin-right: 10px;
    color: #000;
}

.address-content .myaccount-content .my_address_delete {
    float: right;
    color: #000;
    margin-right: 10px;
}

.static_contents {
    padding: 0px 0px 100px 0px;
}

.d-none {
    display: none;
}

.carparts_deals_listlayout .deals_image {
    float: left;
    width: 30%;
    margin-left: -60px;
}

.carparts_deals_listlayout .deals_content {
    float: left;
    margin-left: 41px;
    width: 70%;
}

.carparts_deals_listlayout .item_title {
    color: #151515;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 17px;
    text-transform: capitalize;
}

.carparts_deals_listlayout .discount_text {
    line-height: 30px;
    color: #161616;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 5px;
}

.carparts_deals_listlayout .price_text {
    margin-bottom: 20px;
}

.carparts_deals_listlayout .price_text del {
    font-size: 26px;
    margin-left: 10px;
    color: #999;
}

.carousel_nav {
    display: none;
}

.interior_carparts_section {
    background: #000;
}

.your-order-area {
    position: relative;
    padding: 20px 30px 20px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(52, 53, 56, 0.1);
    float: left;
    width: 40%;
}

.customer-zone {
    width: 100%;
    height: auto;
    float: left;
}

.checkout-wrap {
    width: 100%;
    height: auto;
    float: left;
}

.billing_form {
    float: left;
    width: 100%;
    height: auto;
}

.your-order-area .your-order-wrap .your-order-info {
    border-bottom: 1px solid rgb(232, 232, 232);
}

.your-order-area .your-order-wrap .your-order-info ul li {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0px 0px 7px;
    list-style: none;
}

.your-order-area .your-order-wrap .your-order-info ul li span {
    float: right;
    color: #ce202e;
    font-weight: 600;
}

.your-order-area .your-order-wrap .your-order-middle {
    border-bottom: 1px solid rgb(232, 232, 232);
    padding: 24px 0px 23px;
}

.your-order-area .your-order-wrap .your-order-middle ul li {
    font-size: 14px;
    margin: 0px 0px 11px;
}

.your-order-area .your-order-wrap .your-order-info.order-subtotal {
    padding: 15px 0px 10px;
}

.your-order-area .your-order-wrap .your-order-info.order-shipping {
    display: block;
    padding: 15px 0px 13px;
    overflow: hidden;
}

.your-order-area .your-order-wrap .your-order-info ul li span {
    float: right;
    color: #000;
    font-weight: 600;
}

.your-order-area .your-order-wrap .your-order-info.order-total {
    padding: 15px 0px 10px;
}

.your-order-area .your-order-wrap .your-order-info {
    border-bottom: 1px solid rgb(232, 232, 232);
}

.your-order-area .your-order-wrap .payment-method {
    margin: 40px 0px 0px;
}

.your-order-area .your-order-wrap .payment-method .sin-payment {
    margin-bottom: 20px;
}

.your-order-area .your-order-wrap .payment-method .sin-payment input {
    width: auto;
    display: inline-block;
    float: left;
    height: auto;
    margin-top: 5px;
}

.your-order-area .your-order-wrap .payment-method .sin-payment label {
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 0px 0px 21px;
}

.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box {
    margin: 6px 0px 0px;
}

.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box p {
    font-size: 14px;
    margin: 0px;
}

.your-order-area .Place-order {
    margin-top: 40px;
}

.custom_btn {
    width: 100%;
    font-family: "Jost", sans-serif !important;
}

.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.myaccount-tab-menu .nav-link {
    border: 1px solid #ccc;
    border-bottom: none;
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.myaccount-tab-menu .nav-link.active {
    background-color: #566cc2;
    border-color: #566cc2;
    color: #ffffff;
}

.myaccount-tab-menu .nav-link:last-child {
    border-bottom: 1px solid #ccc;
}

.country_select,
.state_select {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    padding: 2px 20px;
    color: #1f2226;
    font-size: 13px;
    width: 100%;
}

.menu_item_has_child .submenu>li>.dropdown-title {
    display: block;
    line-height: 1;
    font-size: 15px;
    padding: 15px 30px;
    white-space: nowrap;
    color: #6b6b6b;
}

.shop_details_content .item_size_list li {
    margin: 0px 30px;
}

.f2p_price {
    font-size: 26px;
}

.product-size ul {
    margin-left: 30px;
}

.carparts_deals_listlayout .custom_btn {
    width: auto;
}

.furniture_header .main_menu>ul>li>.menu_name {
    color: #030303;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Jost", sans-serif;
}

.furniture_header .main_menu>ul>li>a {
    color: #030303;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Jost", sans-serif;
}

.mega_menu .background {
    padding: 50px 0px;
    box-shadow: -1px 2px 20px 3px rgba(14, 0, 40, 0.1);
    background: #fff;
}

.mega_menu .page_links .title_text .menu_name {
    color: #030303;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Jost", sans-serif;
}

.new_arrivals_contents {
    margin-top: 20px;
    margin-bottom: 50px;
}

.carparts_product_grid .item_title {
    margin-top: 2px;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: "Jost", sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    line-height: 30px;
}

.about-para p {
    text-align: justify;
}

.carparts_filetr_bar .result_text {
    margin: 0px;
    color: #000;
    font-size: 17px;
}

.sb_color_checkbox label {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}

.carparts_filetr_bar .option_title {
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    margin-right: 15px;
    display: inline-block;
    text-transform: capitalize !important;
}

.carparts_sidebar .sb_widget_title {
    font-size: 20px;
    text-transform: capitalize !important;
}

.shop_details_content .item_title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: capitalize !important;
}

.f2_breadcrumb_nav_wrap li {
    color: #333e48;
    font-size: 16px;
    font-weight: 500;
}

.css-1h9z7r5-MuiButtonBase-root-MuiTab-root.Mui-selected {
    color: #000 !important;
    text-transform: capitalize !important;
    font-family: "Jost", sans-serif !important;
    font-size: 14px !important;
}

p {
    color: #000000 !important;
    text-transform: capitalize !important;
    font-family: "Jost", sans-serif !important;
}

.carparts_product_grid .price_text strong {
    font-weight: 700;
    margin-right: 5px;
    color: #ce202e;
}

.item_content .addtocart_btn {
    margin-top: 10px;
}

.cart_empty {
    border: 1px solid #777;
    padding: 20px 0px;
    margin: 60px auto;
    width: 80%;
    display: block;
}

.cart_table th {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize !important;
    font-family: "Jost", sans-serif !important;
}

.cart_table .price_text {
    color: #000;
}

.cart_pricing_table .table_title {
    font-size: 20px;
    margin: 0px 0px;
    padding: 30px 0px;
    text-align: left !important;
}

.cart_pricing_table ul {
    padding: 5px 0px;
}

.cart_pricing_table li span:last-child {
    color: #000;
}

.reg_form_wrap .form_title {
    color: #000;
    line-height: 1;
    font-size: 30px;
    margin-bottom: 60px;
    text-transform: capitalize !important;
    font-family: "Jost", sans-serif !important;
}

.account__input-field.terms_box {
    text-align: left;
    padding-left: 25px;
    padding-bottom: 10px;
}

.logged_in_name {
    color: #000;
    line-height: 30px;
    font-size: 18px;
    margin: 0px 5px;
    text-transform: capitalize !important;
    font-family: "Jost", sans-serif !important;
}

.place_order_btn {
    cursor: pointer;
}


.ship_free {
    color: #ce202e !important;
}

.response_msg {
    width: 100%;
}

.footer_widget .ul_li_block li .navigation_link {
    padding-left: 0px;
}

.copyright_text_brahma {
    text-align: right;
    color: #fff !important;
}

.main_contact_info p {
    color: #000 !important;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize !important;
    font-family: "Jost", sans-serif !important;
}

.main_contact_info p b {
    color: #000 !important;
}

.serving_cont {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    font-family: "Jost", sans-serif !important;
    border: 1px solid #22a04133;
    background-color: #22a0410d;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0px;
}

.circle_social_links a {
    width: 45px;
    height: 45px;
    color: #fff;
    align-items: center;
    text-align: center;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    background-color: #000;
}

.circle_social_links.ul_li_right {
    margin: 0px;
    padding: 0px;
    display: block !important;
}

.main_contact_section .form_item select {
    background-color: #f3f4f6;
    height: 60px;
    width: 100%;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
}

::placeholder {
    color: #000 !important;
}

.text_red {
    color: #ce202e !important;
}

.ecommerce_policy_item .item_icon {
    width: 250px;
    float: left;
    height: 70px;
    display: flex;
    margin-right: 30px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    background-color: #f4bd0c;
}

.shop-page-section.static_contents {
    padding: 0px 0px 0px 0px !important;
}

.our_values_head h3 {
    color: #000 !important;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize !important;
    font-family: "Jost", sans-serif !important;
    text-align: center;
    margin: 20px 0px;
}

.ecommerce_policy_item {
    display: flex;
    max-width: 370px;
    align-items: center;
    margin: 50px auto 0px;
    background: #ededed;
    padding: 20px;
    min-height: 180px;
}

.gadget_feature2_section {
    background: rgb(235, 235, 235);
}

.gadget_feature2_content h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.gadget_feature2_content h4 {
    font-size: 20px;
    font-weight: 400;
    color: #ce202e !important;
    margin-bottom: 10px;
    font-family: "Jost", sans-serif;
}

.bg_yellow {
    background: #f4bd0c;
}

.bg_green {
    background: #76bc1e;
}

.bg_red {
    background: #fd151b;
}

.bg_black {
    background: #000;
}

.gadget_feature_listlayout {
    display: flex;
    max-width: 565px;
    border-radius: 6px;
    padding: 20px 30px;
    align-items: center;
    margin: 0px auto 20px;
    background-color: #ffffff;
    box-shadow: 0px 1px 49px 0px rgba(0, 0, 0, 0.19);
}

.footer_carparts_hotline h4 {
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fd151b;
    font-family: "Jost", sans-serif;
}

.text_white {
    color: #fff !important;
}

.furniture_slider h3 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 10px;
}

.Interior_carparts .item_content {
    top: 70%;
    left: 30px;
    z-index: 2;
    padding: 30px 40px;
    position: absolute;
    transform: translateY(-50%);
}

.Interior_carparts .item_title {
    line-height: 0.8;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
}

.carparts_product_grid .price_text {
    line-height: 1;
    display: block;
    color: #414141;
    font-size: 24px;
}

.shop_details_content {
    font-family: "Jost", sans-serif;
}

.sku_value {
    padding-left: 5px;
}

.ce_breadcrumb_nav {
    font-family: "Jost", sans-serif;
}

.form_item {
    font-family: "Jost", sans-serif;
}

.ecommerce_policy_item p {
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 0px;
}

.breadcrumb_section {
    z-index: 1;
    min-height: 350px;
    position: relative;
    padding: 200px 0px 0px 0px;
    padding-bottom: 100px;
    background-image: url(../../assets/images/banner/hero-bg.jpg);
}

.sidebar {
    width: auto;
    bottom: 90px;
    z-index: 999999;
    right: 30px;
    position: absolute;
}

.sidebar a {
    display: block;
    margin: 15px 0px;
}

.footer_main_sec {
    position: absolute;
    width: 100%;
    height: auto;
}