.all_header,
.header,
.welcom_localbattery {
    width: 100%;
    display: grid;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
  font-family: "Lexend", sans-serif;
    font-weight: 400;
}
:root {
    --primary: #0F1945;
    --secondary: #0F1945;
    --secondarylight: #0F1945;
    --fa: FontAwesome;
    --success: #4caf50;
    --info: #2196f3;
    --warning: #ffeb3b;
    --danger: #f44336;
   /*  --open-sans: open-sans; */
    --teko: teko;
    --grey: #5f5d5d;
}
.danger,
.info,
.success,
.warning {
    text-align: center;
    padding: 10px;
}
.adres_hading i,
.caravan-flex-price b,
.contanet_more_aboutus,
.danger,
.dropdown li:hover a,
.info,
.nw-header-top-right b,
.success,
.website-menu ul li ul li:hover > ul li:hover a,
.website-menu ul li:hover > .sub-menu .dropdown-icon:after {
    color: #fff;
}
.info {
    background-color: var(--info);
}
.success {
    background-color: var(--success);
}
.warning {
    background-color: var(--warning);
}
.danger {
    background-color: var(--danger);
}
@font-face {
    font-family: teko;
    src: url(/fonts/teko/Teko-Regular.ttf) format("truetype");
    font-display: swap;
    font-style: italic;
    font-weight: 100;
}
@font-face {
    font-family: open-sans;
    src: url(/fonts/open-sans/OpenSans-Regular.ttf) format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: open-sans;
    src: url(/fonts/open-sans/OpenSans-SemiBold.ttf) format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: open-sans;
    src: url(/fonts/open-sans/OpenSans-Bold.ttf) format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: open-sans;
    src: url(/fonts/open-sans/OpenSans_Condensed-BoldItalic.ttf) format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 800;
}
@font-face {
    font-family: open-sans;
    src: url(/fonts/open-sans/OpenSans_SemiCondensed-Bold.ttf) format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: open-sans;
    src: url(/fonts/open-sans/OpenSans-ExtraBold.ttf) format("truetype");
    font-display: swap;
    font-style: normal;
    font-weight: 900;
}
@font-face {
    font-family: FontAwesome;
    src: url("/fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
    src: url("/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
        url("/fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("/fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
h1, h2, h3, h4 , h5, h6{
    font-size: 30px;
    margin: 5px 0px;
}
.btn_size {
    font-size: 0.8em;
}
.Cart_TotalS_heading h4,
.Total_cost h3,
.account_information h4,
.btns_container button,
.buttons_shop_product button,
.inputs_form label,
.p_size1,
.prisie_ditalis p {
    font-size: 1em;
}
.h2_size1 {
    font-size: 2em;
}
.h2_size2,
.h3_size3 {
    font-size: 1.4em;
}
.h1_size1,
.my_cart_ditalis h1 {
    font-size: 2.5em;
}
.header {
    grid-template-columns: 0.9fr 1fr;
    background-color: #000;
}
.edit_name_Npasswod i,
button {
    cursor: pointer;
}
.Search_bar {
    width: 70%;
    display: grid;
    grid-template-columns: 1fr 0.1fr;
    padding: 1em;
    justify-self: center;
}
.Search_bar input {
    outline: 0;
}
.Search_button {
    width: 100%;
    display: grid;
    padding: 0.5em;
    font-size: 0.9em;
    background-color: #fb9812;
    border: 0;
}
.header_button_wapper {
    width: 60%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-self: center;
    grid-gap: 0.5em;
    padding: 0.7em;
}
.call_button,
.call_requst {
    padding: 0.5em;
    display: grid;
}
.genral_button {
    border: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 0.2fr 0.55fr;
    background-color: #343333;
    justify-content: center;
    align-items: center;
    color: #fff;
    grid-gap: 0.2em;
    font-size: 1em;
}
.call_alink,
.call_now a,
.genral_button a,
.visibal_call_requst a {
    color: #fff;
    text-decoration: none;
}
.cart_button {
    background-color: #fb9812;
}
.header_options {
    width: 100%;
    display: grid;
    grid-template-columns: 0.3fr 0.38fr 0.3fr;
    background-color: #0051a2;
}
.logo {
    width: 50%;
    display: grid;
    justify-self: center;
}
.logo img {
    width: 200px;
}
.option_catagorie {
    width: 100%;
    display: flex;
    align-items: center;
    grid-template-columns: 100%;
    justify-content: center;
}
.option_catagorie a {
    text-decoration: none;
    color: #fff;
    padding: 0.8em 0.8em 0.3em;
    font-size: 1em;
    margin-right: 0.3em;
}
.home_border,
.option_catagorie a:hover {
    border-bottom: 3px solid #fff;
}
.call_requst {
    width: 71%;
    grid-template-columns: 1fr;
    justify-self: flex-start;
}
.call_button {
    width: 100%;
    grid-template-columns: 0.2fr 0.8fr;
    align-items: center;
    color: #fff;
    background: linear-gradient(180deg, #fc5c40 0, #fb9812 100%);
    border: 0;
    text-decoration: none;
}
.call_button i {
    display: grid;
    font-size: 2em;
}
.website-menu ul li ul li ul {
    display: none;
    position: absolute;
    right: -228px;
    top: -3px;
    background: #fff;
    padding: 4px 7px;
}
.pagination-buttons .active,
.website-menu ul li ul li:hover {
    background-color: var(--primary);
}
.checkbox-custom ~ .shiping-fom,
.chk-db-shipping-same-as-billing ~ div,
.menu:hover .dropdown,
.website-menu ul li ul li:hover ul {
    display: block;
}
.About_update a i,
.edit_name_Npasswod a,
.website-menu ul li ul li:hover > ul li a {
    color: #000;
}
#Options_cate_page1,
#d_caravan,
#d_marine,
#d_truck,
.Brand_wapper .B_disabel,
.checkbox-custom:checked ~ .shiping-fom,
.chk-db-shipping-same-as-billing:checked ~ div,
.header_button_wapper_m,
.mob-logo,
.mob_img,
.mobile_option,
.myaccount i,
.website-menu ul li ul {
    display: none;
}
.website-menu ul li ul li {
    margin-left: 0;
    position: relative;
    padding: 2px 6px;
}
.dropdown-icon:after {
    content: "\f054";
    font-family: var(--fa);
    margin-left: 10px;
    font-size: 13px;
}
.lgn-cls-btn::after,
.rmv-fav::after {
    content: "\f00d";
    font-family: var(--fa);
}
.form_contant {
    width: 100%;
    display: grid;
    grid-template-columns: 40%;
    background-image: url("../img/back_img.png");
    background-position: left center;
    background-size: cover;
    justify-content: flex-end;
}
.inputs_,
.main_contant,
.op_ditaits,
.search_form,
.search_inputs {
    grid-template-columns: 1fr;
}
.search_form {
    width: 100%;
    display: grid;
    padding: 5em;
}
.search_hading {
    display: grid;
    justify-content: center;
    background-color: #fb9812;
    color: #fff;
    padding: 0.5em;
}
.search_inputs {
    display: grid;
    width: 100%;
    background-color: #fff;
    padding-bottom: 1em;
}
.search_inputs select {
    padding: 0.5em;
    outline: 0;
    border-radius: 0.3em;
}
.inputs_ {
    display: grid;
    padding: 0.5em;
}
.about_product b,
.about_us_contanet h1,
.inputs_ label {
    color: #fb9812;
}
.inputs_ button {
    display: grid;
    font-size: 1.5em;
    color: #fff;
    background-color: #fb9812;
    padding: 0.5em;
    border: 0;
}
.operation_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 1em;
    justify-items: center;
    align-items: center;
}
.op_ditaits {
    width: 100%;
    display: grid;
    grid-gap: 0.3em;
    justify-items: center;
    align-items: center;
    border-right: 1px solid #fff;
}
.img_op {
    display: grid;
    width: 20%;
    justify-items: center;
    align-items: center;
}
.img_op img {
    width: 50%;
}
.Similar_product_img img,
.banner-image img,
.content-image img,
.img_come_from img,
.img_contact_info img,
.img_local_battey,
.img_local_battey img,
.visibal_call_requst,
.welcom_localbattery img,
.why_chooes_us_img img {
    width: 100%;
    display: block;
}
.main_contant {
    background-color: #e5e5e5;
    padding: 1em;
    margin: 10px auto;
}
.About_local_battery {
    display: grid;
    grid-template-columns: 0.55fr 0.45fr;
    padding: 1em 0;
    grid-gap: 3em;
    background-color: #fff;
}
.hading_PRODUCTS,
.img_local_battey,
.info_local_battery {
    grid-template-columns: 1fr;
    display: grid;
}
.info_local_battery {
    width: 100%;
    align-content: flex-start;
}
.info_local_battery h1 {
    padding-bottom: 0.5em;
}
.color_oring {
    color: #fb7f25;
}
.read_more {
    display: grid;
    color: #fff;
    background-color: #fb7f25;
    padding: 1em 3em;
    border: 0;
    justify-self: flex-start;
    margin-top: 1em;
    border-radius: 3px;
}
.main_PRODUCTS,
.main_PRODUCTS_sld {
    width: 100%;
    background-color: #e5e5e5;
    grid-gap: 1em;
    margin-top: 1em;
}
.hading_PRODUCTS {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 1em;
}
.main_PRODUCTS {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.main_PRODUCTS_sld {
    padding: 1.5em;
}
.blog-flex,
.checkouts,
.main_PRODUCTS_change,
.nw-header-top-right ul,
.website-cart-icon ul,
.website-menu ul {
    display: flex;
}
.main_PRODUCTS_change i {
    width: 5%;
}
.info_product {
    display: grid;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
}
.rmv-fav {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    border: none;
    display: none;
}
.info_product:hover .rmv-fav {
    display: inline-block;
}
.rmv-fav::after {
    color: red;
}
.info_product_img {
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 1em;
    width: 100%;
    height: 300px;
}
.Brand_imgs img,
.caravan-battery-image img,
.info_product_img img,
.our_product_img img,
.truck-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.color_gray {
    color: #7d7b7b;
}
.color_gray.strike {
    text-decoration: line-through;
    font-size: 12px;
}
.color_red {
    color: #8e0808;
}
.prisie_ditalis {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    grid-gap: 0.2em;
    padding: 0.5em;
    text-align: center;
    background-color: #f0f0f0;
}
.prisie_ditalis p a {
    text-decoration: none;
    color: inherit;
}
.warranty {
    text-align: left;
}
.Battrey_brand h1,
.Battrey_brand p,
.brand-logo,
.car-battery-price-yl,
.container h2,
.functions,
.heading-blue,
.lgn-bx,
.main,
.marine-battery-flex,
.order-all-list > div:last-child,
.order-lbl-sct > div:last-child,
.order-lbl-sct > div:nth-child(3),
.order-lbl-sct > div:nth-child(4),
.pagination-buttons,
.related-product .owl-nav,
.text_review p,
.thank-you-message,
.truck-battery-image .owl-nav {
    text-align: center;
}
.add_to_cart {
    width: 100%;
    display: flex;
    grid-template-columns: 0.1fr 0.9fr;
    grid-gap: 0.3em;
    align-items: center;
    background-color: #d6d6d6;
    padding: 0.5em;
}
.add_to_cart2 {
    grid-template-columns: 0.1fr 1fr 0.1fr;
}
.heart_button {
    display: grid;
    text-decoration: none;
    border-radius: 50%;
    background-color: transparent;
    color: #000;
    justify-content: center;
    align-items: center;
    border: 0;
}
.cart_add_butn {
    width: 50%;
    margin: auto;
    display: flex;
    grid-gap: 0.5em;
    justify-content: center;
    align-items: center;
    border-radius: 3em;
    color: #fff;
    background-color: #fb9812;
    border: 0;
    padding: 5px 12px;
    font-size: 1em;
}
.cart_add_butn form {
    display: inline;
}
.cart_add_butn button {
    color: #fff;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.Explor_more {
    display: grid;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 1em;
}
.Explor_more a {
    display: grid;
    border-radius: 4em;
    padding: 1em 5em;
    color: #fff;
    background-color: #000;
    text-decoration: none;
}
.why_chooes_us {
    display: grid;
    grid-template-columns: 0.55fr 0.45fr;
    padding: 0 3em 0 4em;
    color: #fff;
    align-items: center;
}
.why_chooes_us_content h2 {
    padding-top: 1em;
}
.why_chooes_us_content ul {
    padding: 0.4em 0 0.6em 1.1em;
}
.why_chooes_us_img {
    width: 100%;
    padding: 1em;
}
.Battrey_brand {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: center;
    align-content: center;
    background-color: #b7defb;
}
.Battrey_brand h1 {
    padding-top: 1em;
}
.Brand_wapper,
.info_footer,
.main form,
.main_footer,
.peoduct_similerProducts {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}
.Brands_car_b {
    width: 89% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    padding: 2em;
}
.car_Battrey_brand i,
.main_PRODUCTS_wapper i {
    font-size: 23px;
}
.Brand_imgs {
    align-items: center;
    width: 100%;
    height: 150px;
    padding: 2em;
    background-color: #fff;
}
.Customers_review {
    background-color: #d6d6d6;
}
.View_All_btn {
    padding-bottom: 4em;
}
.Customers_review_wapper {
    width: 100%;
    display: grid;
    grid-template-columns: 0.05fr 1fr 0.05fr;
    padding: 1em 7em;
}
.Customers_review_content {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0.5em 4em;
    justify-items: center;
    align-items: center;
    grid-gap: 1em;
}
.Customers_profile {
    display: grid;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #000;
    background-image: url("../img/profile.png");
    background-position: center;
    background-size: cover;
}
.Customers_profile img {
    display: grid;
    width: 100%;
    border-radius: 50%;
}
.button_move_div {
    display: grid;
    align-items: center;
    color: #000;
}
.button_move_div i {
    cursor: pointer;
    font-size: 1.5em;
}
.footer {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #201f1f;
    padding: 1em 0;
    color: #fff;
    grid-gap: 6em;
}
.adres_hading {
    display: grid;
    grid-template-columns: 0.1fr 0.9fr;
}
.Copyright,
.Image_contant,
.quick_links {
    grid-template-columns: 1fr;
    display: grid;
}
.info_contact_add {
    width: 100%;
    display: grid;
    grid-gap: 1em;
}
.quick_links {
    grid-gap: 1em;
}
.nw-header-top-left ul li a,
.nw-header-top-right ul li a,
.quick_links a {
    text-decoration: none;
    color: #fff;
}
.map_addres {
    width: 100%;
    display: grid;
    background-color: #fff;
    border-radius: 1em;
    padding: 1em;
}
.Copyright {
    width: 100%;
    justify-items: center;
    align-items: center;
    padding: 1em;
    background-color: #000;
    color: #fff;
}
.Image_contant {
    width: 100%;
    padding: 10em 3em;
    background-image: url("../img/m_background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    color: #fff;
}
.about_us_contanet {
    width: 100%;
    display: grid;
    align-content: flex-start;
}
.about_us_contanet h3 {
    color: #0051a2;
}
.info_about_us {
    width: 100%;
    display: grid;
    grid-template-columns: 0.4fr 0.6fr;
    grid-gap: 2em;
}
.shop_now {
    display: grid;
    padding: 1em;
    background-color: #fb9812;
    color: #fff;
    justify-self: flex-start;
    justify-content: center;
    grid-template-columns: 0.2fr 2fr;
    grid-gap: 0.5em;
    border: 0;
    margin-top: 1.5em;
}
.functions,
.more_info_aboutus {
    width: 100%;
    justify-items: center;
}
.order_ditalis h3,
.shop_now i {
    font-size: 1.2em;
}
.our_function {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 3em;
    grid-gap: 1.5em;
}
.contanet_more_aboutus,
.functions {
    grid-template-columns: 1fr;
    display: grid;
}
.functions {
    grid-gap: 0.5em;
    padding: 1.5em;
    align-items: center;
    background-color: #fff;
    border-radius: 1em;
}
.functions img {
    width: 40%;
}
.functions h2 {
    color: #d70707;
}
.Skilled_Technicians img {
    width: 25%;
}
.more_info_aboutus {
    display: grid;
    align-items: center;
    background-image: url("../img/background_about2.png");
    background-position: center;
    background-size: cover;
}
.contanet_more_aboutus {
    width: 60%;
    justify-items: center;
    align-items: center;
    padding: 8em 0 4em;
}
.contanet_more_aboutus h1 {
    color: #fff;
    text-align: center;
}
.call_now {
    border-radius: 0.3em;
    display: grid;
    grid-template-columns: 0.5fr 3fr;
    padding: 0.5em 3em;
    align-items: center;
    grid-gap: 1em;
    color: #fff;
    background: linear-gradient(180deg, #fc5c40 0, #fb9812 100%);
    border: 0;
    justify-self: center;
}
.content_come_from {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3em;
    margin: 20px auto;
}
.img_come_from,
.info_come_from,
.modify_op,
.slidshow_buttons {
    grid-template-columns: 1fr;
    display: grid;
}
.info_come_from {
    width: 100%;
    grid-gap: 1em;
    background-image: url("../img/aboutus_left.png");
    background-position: left center;
    background-size: cover;
    align-content: flex-start;
}
.img_come_from {
    width: 100%;
    padding: 10px;
    background-image: url("../img/aboutus_right.png");
    background-position: right center;
    background-size: cover;
}
.call_modify {
    border-radius: 0.3em;
}
.modify_op {
    width: 22%;
    justify-items: flex-start;
    padding-left: 1em;
    border-right: 0;
}
.modify_op select {
    width: 100%;
    padding: 0.5em;
    outline: 0;
    border: 0;
    margin-top: 6px;
}
.main_PRODUCTS_modify {
    padding: 1em 4em 2em;
    background-color: #fff;
}
.slidshow_buttons {
    width: 100%;
    grid-column: 1/5;
    justify-items: center;
    padding: 0.6em;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}
.buttons_slid_div {
    width: 20%;
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1em;
}
.buttons_slid_div button {
    color: #fff;
    background-color: #fb7f25;
    padding: 0.5em;
    font-size: 1em;
    border: 0;
}
.product_heading_info {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0.5em;
    background-color: #0051a2;
    color: #fff;
}
.our_product {
    width: 100%;
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    grid-gap: 4em;
}
.our_product_img {
    width: 100%;
    justify-items: center;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 1em 0;
    height: 360px;
    overflow: hidden;
}
.our_product_details {
    width: 100%;
    padding: 1em;
    display: grid;
    grid-template-columns: 1fr;
    background-color: #f9f9f9;
    border: 1px solid #e2e2e2;
    align-content: flex-start;
}
.prices_name_detalis {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
    align-content: flex-start;
    border-bottom: 1px solid #000;
    align-self: flex-start;
}
.prize_div {
    display: flex;
    grid-gap: 3em;
    align-items: baseline;
}
.prize_div h4 {
    font-size: 2.3em;
}
.about_product {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 1em;
    grid-gap: 0.5em;
}
.Quantity {
    width: 50%;
    display: flex;
    grid-gap: 0.4em;
}
.Quantity button {
    padding: 0.2em 1em;
    border: 0;
    outline: 0;
    background-color: #fb9812;
    color: #fff;
}
.Quantity input {
    width: 20%;
    padding: 0.2em;
    border: 1px solid #000;
    outline: 0;
}
.Add_tocart_button {
    background-color: #000;
}
.Similar_product_img,
.cart_main,
.contact_info_icons,
.form_wapper,
.product_Description {
    background-color: #fff;
}
.buttons_shop_product {
    display: flex;
    grid-gap: 0.5em;
    align-self: flex-end;
    padding-top: 10em;
}
.product_more img {
    max-width: 80px;
    max-height: 80px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
}
.similar_products {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0.5em;
}
.Similar_product_img {
    width: 100%;
    padding: 0.7em;
    border: 1px solid #000;
    border-radius: 1em;
}
.product_more i {
    display: grid;
    justify-self: center;
    align-self: center;
    cursor: pointer;
}
.cart_main h1,
.sim_product_heading {
    display: grid;
    justify-content: center;
}
.product_Description {
    width: 100%;
    padding: 1em;
    grid-gap: 1em;
    border: 1px solid #ddd;
    margin: 10px auto;
}
.Description_info {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.5em;
}
.main_PRODUCTS_wapper {
    width: 96%;
    padding: 0.5em 0.5em 1.5em;
    display: flex;
    justify-items: center;
    justify-items: center;
    align-items: center;
}
.icon_size {
    font-size: 1.7em;
    cursor: pointer;
}
.Image_contant_contactus {
    background-image: url(../img/backgroung_contact-us.png);
    background-size: cover;
    background-position: center;
}
.form_wapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 1em;
}
.contact_info,
.form_contact_us form,
.inputs_form {
    grid-template-columns: 1fr;
    display: grid;
}
.form_contact_us {
    width: 100%;
    display: grid;
    padding: 1em 0 1em 1em;
    grid-gap: 0.7em;
}
.inputs_form {
    width: 100%;
    grid-gap: 0.3em;
}
.inputs_form input,
textarea {
    padding: 0.5em;
    background-color: #faf8f8;
    border: 1px solid #cfcfcf;
    outline: 0;
    resize: none;
    font-size: 1em;
    border-radius: 0.3em;
}
.cart_main a,
.form_contact_us form button {
    background-color: #0051a2;
    font-size: 1em;
    color: #fff;
}
.form_contact_us form {
    grid-gap: 0.5em;
}
.form_contact_us form button {
    display: grid;
    width: 100%;
    justify-content: center;
    padding: 0.6em;
    border: 0;
    border-radius: 1em;
}
.contact_info {
    width: 100%;
    background-image: url("../img/background-form.png");
    background-size: cover;
    background-position: left center;
    border-bottom-right-radius: 1em;
    border-top-right-radius: 1em;
}
.contact_info_icons {
    display: grid;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-items: center;
    align-items: center;
}
.contact_info_details p {
    display: grid;
    align-items: center;
    font-size: 1em;
    color: #fff;
}
.contact_info_details {
    width: 70%;
    display: grid;
    grid-template-columns: 0.1fr 0.6fr;
    justify-self: center;
    align-self: flex-start;
    justify-items: flex-start;
    grid-row-gap: 0.6em;
    grid-column-gap: 0.1em;
    padding-top: 1em;
}
.cart_main,
.map_contactUs,
.my_cart_ditalis,
.product_in_cart {
    grid-template-columns: 1fr;
}
.img_contact_info {
    width: 50%;
    display: grid;
}
.map_contactUs {
    width: 100%;
    display: grid;
    margin-top: 2em;
}
.map_contactUs img {
    width: 100%;
    border-radius: 1em;
}
.cart_main {
    width: 80%;
    justify-self: center;
    display: grid;
    grid-gap: 1em;
    padding: 5em 0;
    margin: auto;
}
.cart_heading {
    padding: 1em;
}
.cart_main a {
    justify-self: flex-start;
    padding: 0.7em;
    border: 0;
    border-radius: 0.3em;
    text-decoration: none;
}
.container {
    display: grid;
    justify-self: center;
    align-self: center;
    max-width: 400px;
    width: 100%;
    padding: 25px 30px;
    background: #fff;
}
.container a {
    display: grid;
    justify-items: flex-end;
    text-decoration: none;
    font-size: 1em;
    color: #000;
}
.container h2 {
    font-size: 25px;
    font-weight: 700;
    position: relative;
}
.container h2::before {
    content: "";
    position: absolute;
    height: 3px;
    width: 30px;
}
.container form .text_field {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0 5px;
}
.text_field input {
    height: 30px;
    width: 100%;
}
.text_field label {
    margin-bottom: 5px;
}
.sgin_up_form form .re_button {
    height: 45px;
    margin: 25px 0;
}
.sgin_up_form form .re_button input {
    height: 100%;
    width: 100%;
    outline: 0;
    border: none;
    color: #fff;
    background-color: #fb9812;
    cursor: pointer;
}
.wapper_my_cart_all {
    width: 100%;
    display: grid;
    background-color: #f2ecec;
}
.my_cart_ditalis {
    width: 80%;
    display: grid;
    justify-self: center;
    grid-gap: 2em;
}
.product_in_cart,
.product_items,
.product_items img {
    width: 100%;
    display: grid;
}
.product_in_cart {
    background-color: #fff;
    border-radius: 0.5em;
    box-shadow: 0 -1px 21px rgba(0, 0, 0, 0.25);
    padding: 10px;
}
.account_information,
.myaccount_option {
    box-shadow: 0 -1px 21px rgba(0, 0, 0, 0.18);
    align-content: flex-start;
}
.my_cart_product_heading {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 0.4fr 0.4fr 0.4fr;
    background-color: #f2ecec;
    border-radius: 0.5em;
}
.my_cart_product_heading h4 {
    display: grid;
    font-size: 1em;
    justify-self: center;
    padding: 0.8em 0;
}
.product_items {
    grid-template-columns: 0.1fr 0.1fr 0.8fr 0.4fr 0.4fr 0.4fr;
    justify-items: center;
    align-items: center;
    border-bottom: 1px solid #f2ecec;
    padding: 6px 0;
}
.product_items i {
    display: grid;
    align-self: center;
    font-size: 0.8em;
    cursor: pointer;
}
.product_items button {
    background-color: transparent;
    border: none;
}
.product_items h4 {
    display: grid;
    color: #fb9812;
    font-size: 1em;
}
.product_items h5 {
    display: grid;
    font-size: 0.9em;
    margin: 0 3px;
}
.product_items input {
    width: 30%;
    display: grid;
    outline: 0;
    padding: 0.3em;
}
.Cart_TotalS {
    width: 50%;
    display: grid;
    grid-template-columns: 1fr;
    padding: 1em;
    background-color: #fff;
    border-radius: 0.5em;
    justify-self: flex-end;
    margin-bottom: 3em;
}
.Proceed_to_checkout,
.sub_total {
    grid-template-columns: 1fr 1fr;
    display: grid;
}
.Cart_TotalS_heading {
    display: grid;
    background: #f4f2f2;
    justify-content: flex-end;
    padding: 0.5em;
    border-radius: 0.5em;
}
.sub_total {
    width: 100%;
    grid-row-gap: 1em;
    padding: 0.5em 1em;
}
.sub_total h5 {
    font-size: 0.9em;
}
.sub_total h4 {
    display: grid;
    color: #fb9812;
    justify-self: flex-end;
    font-size: 1em;
}
.Proceed_to_checkout {
    justify-items: flex-end;
    padding-top: 0.4em;
}
.Options_cate_page,
.main {
    padding: 1em;
    grid-template-columns: 1fr;
}
.Proceed_to_checkout a {
    font-size: 13px;
    background-color: #000;
    color: #fff;
    padding: 0.4em;
    text-decoration: none;
}
.Battrey_brand p {
    font-size: 1em;
}
.Options_cate_page {
    width: 100%;
    display: grid;
    background-color: #0051a2;
}
.Options_cate_page a {
    text-decoration: none;
    font-size: 1.3em;
    color: #fff;
}
.Options_cate_page .close_button {
    display: grid;
    justify-self: flex-end;
    border: 0;
    background-color: transparent;
    font-size: 1.5em;
    color: #fff;
}
.heart_button i {
    color: inherit;
    font-size: 1.5em;
}
.prisie_ditalis .color_gray {
    font-weight: 700;
    text-decoration: line-through;
}
.account-cr-fileds a,
.cust-cancel-edit,
.error > div a,
.main .coles_login,
.main_PRODUCTS1 .info_product .prisie_ditalis .color_gray,
.marine-battery-add-cart a,
.myaccount_option a,
.orders-action a,
.quick-view a,
.see-details a,
.website-menu ul li a {
    text-decoration: none;
}
.prisie_ditalis .color_oring,
.prisie_ditalis .color_red {
    font-weight: 700;
}
.black_overlay,
.black_overlay1 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.white_content,
.white_content1 {
    display: none;
    position: absolute;
    justify-self: center;
    top: 1%;
    left: 25%;
    width: 50%;
    height: 100%;
    z-index: 1002;
    overflow: auto;
}
.head,
.main {
    display: grid;
}
.white_content1 {
    position: fixed;
    top: 0;
    width: 80%;
    left: 10%;
}
.E_P_container,
.eml_lbl,
.pass_lbl {
    position: relative;
}
.head, .container  > div b {
    grid-template-columns: 1fr;
    padding-bottom: 1em;
    width: 100%;
    font-size: 23px;
    text-align: center;
}
.main .coles_login {
    display: grid;
    justify-content: flex-end;
    padding-bottom: 1em;
    font-size: 1em;
    color: #000;
}
.dashborad_wapper,
.main {
    justify-self: center;
    align-self: center;
}
.main {
    background: #fff;
    border: none;
    width: 30%;
}
.E_mail,
.Password {
    background: #f0f0f0;
    border: 0.5px solid #000;
    height: 30px;
    width: 100%;
}
.FL,
.GL,
.login_btn {
    padding: 1em;
    border: 0;
    display: grid;
    color: #fff;
}
.E_mail {
    margin-bottom: 10px;
}
.pass_lbl {
    right: 147.5px;
    bottom: 4px;
}
.eml_lbl {
    right: 158.5px;
    bottom: 4px;
}
.login_btn {
    background-color: #fb9812;
    font-size: 1em;
}
.login_btn:hover {
    background: #ffc863;
}
.FL,
.GL {
    width: 100%;
    border-radius: 3%;
}
.GL {
    margin-top: 10px;
    background: #e65531;
}
.FL {
    background: #4267b2;
}
.btns_container {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}
.E_P_container {
    display: grid;
    bottom: 10px;
}
.E_P_container label {
    display: grid;
    justify-self: flex-start;
}
.E_P_container input {
    padding-left: 1em;
}
.login_btn_div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.checkout {
    width: 80%;
    margin: auto;
    padding-top: 34px;
    padding-bottom: 34px;
}
.checkout-lft {
    width: 49%;
    margin-left: 10px;
    margin-right: 10px;
}
.checkout-in input {
    width: 48%;
    margin-right: 10px;
    margin-left: 10px;
    outline: 0;
    background: #ddd9d8;
    border: 1px solid #848080;
    padding: 8px;
}
.checkout-ins input,
.checkout-ins textarea {
    width: 98%;
    background: #ddd9d8;
    padding: 8px;
    border: 1px solid #848080;
    margin-left: 10px;
    margin-right: 10px;
    outline: 0;
}
.checkout-ins.c2 input,
.nw-header-right {
    width: 70%;
}
.checkout-ins.c22 input {
    margin-top: 30px;
    width: 70%;
}
.checkout-in,
.checkout-ins {
    display: flex;
    margin-bottom: 9px;
}
.account-cr-fileds,
.check-hing,
.checkbox-custom,
.shipping-details h3 {
    margin-left: 10px;
}
.account-cr-fileds button {
    background-color: #fb9812;
    padding: 8px 20px;
    color: #fff;
    border: none;
}
.checkbox-order-list {
    width: 70%;
    margin: auto;
    background: #e4ebed;
    border: 1px solid #848080;
    padding: 16px;
}
.order-list {
    margin-bottom: 15px;
}
.order-list li {
    border-bottom: 1px solid #000;
    padding-bottom: 6px;
    padding-top: 6px;
    list-style: none;
    font-weight: 100;
}
.order-list li span:nth-child(2) {
    float: right;
}
.checkbox-submits input {
    width: 100%;
    background: #fec439;
    outline: 0;
    padding: 8px;
    font-size: 19px;
    border: 0;
    cursor: pointer;
}
.dashborad_wapper {
    display: grid;
    width: 85%;
    grid-template-columns: 0.2fr 0.8fr;
    grid-gap: 1.5em;
    margin: auto;
}
.myaccount {
    display: flex;
    width: 85%;
    color: #0051a2;
    justify-self: center;
    padding: 1em 0;
    margin: auto;
}
.account_information,
.myaccount_detalis_wapper,
.myaccount_option {
    display: grid;
    grid-template-columns: 1fr;
}
.myaccount_option {
    width: 100%;
    border-radius: 1em;
    padding: 0.5em;
    height: 500px;
}
.myaccount_option a {
    padding: 0.5em;
    color: #000;
    border: 1px dashed #cfcdcd;
    font-size: 1em;
}
.account_information h3,
.bookingAddress_ch form h3 {
    font-size: 1.2em;
    border-bottom: 1px dashed #cfcdcd;
}
.myaccount_option a.active,
.myaccount_option a:hover {
    background-color: #0051a2;
    color: #fff;
}
.myaccount_detalis_wapper {
    width: 100%;
    grid-gap: 1em;
    background-color: #fff;
}
.account_information {
    border-radius: 1em;
    padding: 0 0.5em 5em;
    align-self: flex-start;
}
.account_information > * {
    padding: 0.2em;
}
.bookingAddress_ch form h3 {
    padding-bottom: 0.1em;
}
.account_information p {
    color: #302f2f;
    font-size: 1em;
}
.edit_name_Npasswod {
    display: flex;
    grid-gap: 0.5em;
    padding-top: 1em;
}
.address_wapper {
    display: grid;
    grid-template-columns: 0.3fr 0.4fr 0.3fr;
    grid-gap: 3em;
}
.address_BILLING {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 3em;
}
.address_BILLING h4 {
    padding: 0.5em 0;
}
.address_Shipping {
    justify-self: flex-end;
}
.orders {
    width: 100%;
    display: grid;
    grid-template-columns: 0.2fr 0.65fr 0.15fr;
    background: rgba(251, 152, 18, 0.2);
    align-self: flex-start;
    grid-gap: 1em;
    padding: 1em 0.5em;
    border-radius: 1em;
}
.order_img,
.order_wapper {
    padding: 1em;
    background-color: #fff;
    border-radius: 1em;
    box-shadow: 0 -1px 21px rgba(0, 0, 0, 0.18);
}
.order_img {
    width: 160px;
    height: 160px;
}
.order_img img {
    width: 100%;
    object-fit: cover;
}
.order_ditalis {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    align-content: flex-start;
    grid-gap: 0.5em;
}
.order_buttons {
    display: flex;
    grid-gap: 1em;
}
.order_buttons button {
    width: 20%;
    border: 0;
    color: #fff;
    border-radius: 2em;
    padding: 0.5em 1em;
}
.order_buttons .Cancel_btn {
    background-color: #fd3225;
}
.blue-bg,
.order_buttons .review_btn {
    background-color: #0051a2;
}
.order_buttons .Dispatched_btn {
    display: grid;
    justify-self: flex-end;
    width: 90%;
    background-color: #000;
    padding: 0.4em 1em;
}
.order_prize_ditalis {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: flex-end;
}
.order_prize_ditalis h2 {
    display: grid;
    color: #fd3225;
}
.peize_order {
    width: 100%;
    display: grid;
    align-self: flex-end;
    justify-content: flex-end;
    padding: 6em 0.2em 0.2em;
}
.peize_order p {
    display: grid;
    justify-self: flex-end;
}
.main_PRODUCTS1 {
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #fff;
    align-items: flex-start;
}
.add_to_cart3,
.bookingAddress_ch form {
    grid-template-columns: 1fr;
}
.Brand_wapper_wishlist {
    padding: 1em;
    box-shadow: 0 -1px 21px rgba(0, 0, 0, 0.18);
    border-radius: 1em;
}
.Brand_wapper_wishlist .slidshow_buttons {
    box-shadow: 0 0 0 transparent;
    margin-top: 1em;
}
.main_PRODUCTS1 .info_product .info_product_img {
    height: 250px;
}
.bookingAddress_ch {
    align-self: flex-start;
    grid-gap: 0.5em;
}
.bookingAddress_ch form {
    display: grid;
}
.bookingAddress_ch form input {
    padding: 0.3em;
    margin-bottom: 0.5em;
    border: 1px solid #979292;
    outline: 0;
    border-radius: 0.2em;
    color: #828181;
}
.bookingAddress_ch form label {
    color: #6d6d6d;
    font-size: 1em;
}
.save_change_add {
    display: grid;
    justify-self: flex-start;
    padding: 0.5em 2.5em;
    color: #fff;
    border: 0;
    background-color: #0051a2;
    border-radius: 0.3em;
}
.check_box_div {
    display: flex;
    grid-gap: 1em;
    justify-content: flex-start;
    align-items: center;
}
.check_box_div input:checked {
    accent-color: #0051a2;
}
.check_box_paddin {
    margin-bottom: 0.5em;
}
.About_update form input {
    padding: 0.5rem;
}
.white_content3 {
    display: none;
    position: absolute;
    justify-self: center;
    width: 70%;
    height: auto;
    z-index: 1002;
    overflow: auto;
    top: 50px;
    margin: auto;
}
#vvr_login,
.black_overlay3 {
    position: fixed;
    left: 0;
    height: 100%;
    display: none;
    width: 100%;
}
.black_overlay3 {
    top: 0;
    background-color: #000;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#vvr_login {
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.lgn-bx {
    background-color: #fff;
    border-radius: 12px;
    padding: 10px 20px;
    margin: 100px auto;
    width: 400px;
}
.cart-i,
.lgn-cls-btn,
.mnu-dropdown {
    position: relative;
}
.lgn-cls-btn::after {
    color: red;
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: -10px;
}
.lgn-bx input {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: left;
    display: block;
    margin: 10px;
    border: 1px solid #ccc;
}
.lgn-bx button {
    padding: 8px 15px;
    background-color: #fb9812;
    border: 0;
    font-size: 1em;
    color: #fff;
}
.order-all-list,
.order-lbl-sct {
    display: flex;
    border-radius: 4px;
    padding: 7px 12px;
    width: 100%;
    overflow: hidden;
}
.order-lbl-sct {
    background: linear-gradient(180deg, #fc5c40 0, #fb9812 100%);
    color: #fff;
    justify-content: space-between;
}
.order-all-list > div,
.order-lbl-sct > div {
    width: 24%;
}
.order-all-list-sec {
    background-color: #f3f3f3;
}
.order-all-list {
    justify-content: space-between;
    margin: 5px auto;
    align-items: center;
}
.orders-action,
.total-order-div {
    align-items: center;
    display: flex;
}
.orders-action {
    justify-content: center;
}
.orders-action h5 {
    background: #333;
    color: #fff;
    padding: 5px 23px;
    font-size:12px !important;
    border-radius: 20px;
}
.orders-action a {
    border-radius: 23px;
    background-color: red;
    padding: 3px 23px;
    margin-left: 10px;
    color: #fff;
}
.total-order-div {
    padding: 7px 12px;
}
.order-item-list > div,
.total-order-div > div {
    margin: 5px;
}
.order-item-list > div:first-child,
.order-item-list > div:nth-child(2),
.order-item-list > div:nth-child(4),
.order-item-list > div:nth-child(5),
.total-order-div > div:first-child,
.total-order-div > div:nth-child(2),
.total-order-div > div:nth-child(4),
.total-order-div > div:nth-child(5) {
    width: 10%;
    overflow: hidden;
}
.order-item-list > div:nth-child(3),
.order-item-list > div:nth-child(3) h4,
.total-order-div > div:nth-child(3) {
    width: 55%;
    font-size: 15px !important;
}
.order-item-list {
    display: flex;
    padding: 7px 12px;
    align-items: center;
    background-color: #c9e4ff;
}
.nw-header-top-bg,
.product-thum-btn {
    justify-content: space-between;
    display: flex;
}
.order-item-list > div:nth-child(2) img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    object-fit: contain;
}
.total-orders-list {
    background-color: #f3f3f3;
    max-height: 0;
    transition: max-height 0.4s;
    overflow: hidden;
}
.product-thum-btn {
    align-items: center;
    margin: 0 auto;
    width: 100%;
}
.btn-1 img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.product-thum-btn .product_more {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
}
.product-thum-btn .product_more .thum {
    flex: 0 0 auto;
    margin: 5px;
    overflow: hidden;
    transform: scale(0.95);
    transition: 0.3s;
    width: 20%;
    height: 70px;
    object-fit: contain;
}
/* .heading-blue h3, .heading-des h2, .truck-battery-image .owl-nav button, .heading-blue b, .heading-des b {
    -webkit-transform: skew(-20deg, 0deg);
} */
.car-brnad {
    background-image: url(/img/car-brands/banner.jpg);
    background-size: cover;
    padding: 123px;
    color: #fff;
}
.all-brnad-s {
    display: flex;
    width: 80%;
    margin: auto;
    flex-wrap: wrap;
}
.brand-logo {
    width: 18%;
    height: 150px;
    background-color: #fff;
    overflow: hidden;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cust-cancel-edit,
.cust-save-button {
    color: #fff;
    background-color: #fb7f25;
}
.brand-logo img {
    width: 82%;
    height: 100%;
    object-fit: contain;
    margin: auto;
}
.thank-you-message {
    padding: 50px 20px 150px;
}
.operation_main_modify {
    grid-template-columns: 1fr 1fr 1fr 1fr 0.5fr;
}
.operation_main_modify button {
    align-self: flex-end;
    width: 90%;
    padding: 0.45em;
    border: 0;
    border-radius: 0.3em;
    color: #fff;
    background-color: #fb9812;
    font-size: 1em;
}
.car_Battrey_brand {
    width: 100%;
    justify-content: center;
}
#customer_details span:first-child {
    display: inline-block;
    width: 80px;
    height: 100%;
    font-weight: 700;
    vertical-align: top;
}
#customer_details span:last-child {
    height: 100%;
    display: inline-block;
}
.cust-edit-form {
    margin-top: 50px;
}
.cust-save-button {
    padding: 1em 3em;
    border: 0;
    border-radius: 3px;
}
.cust-cancel-edit {
    padding: 0.8em 3em;
    border: 0;
    margin-top: 1em;
    border-radius: 3px;
}
.about-us-white,
.nw-header,
.nw-header-bottom,
.text_field textarea {
    background-color: #fff;
}
.content-div > div,
.nw-details-flex > div,
.text-flex > div {
    width: 48%;
}
.text_field textarea {
    width: 100%;
    border: 1px solid #888;
}
.brand-logo a {
    height: 150px;
    overflow: hidden;
}
.dropdown {
    position: absolute;
    top: 84px;
    background: #fff;
    padding: 5px 9px;
    width: 221px;
    line-height: 16px;
    text-align: left;
}
.dropdown a:hover {
    border-bottom: 0;
}
.dropdown a {
    color: #000;
    padding: 0 !important;
}
.mnu-dropdown > a {
    line-height: 15px;
}
.content-more ul {
    margin-left: 8px;
}
.content-more ul li {
    margin-bottom: 10px;
    color: #000;
    list-style: none;
}
.content-more ul li:before {
    content: "\f005";
    font-family: FontAwesome;
    position: relative;
    right: 6px;
    color: #fb7f25;
}
.why-hide ul li:before {
    content: "\f005";
    font-family: FontAwesome;
    position: absolute;
    left: -32px;
    color: #fff;
}
.caravan-see-details a:after,
.cart-db::after,
.cart-i:before,
.cart-logout::after,
.cart-profile:after,
.cart-reg::after,
.down:after,
.ev-nw:before,
.fb:after,
.hidden-content ul li:before,
.inkd:after,
.insta:after,
.mail-nw:before,
.marine-battery-add-cart a:after,
.phone-nw:before,
.quick-view a:before,
.see-details a:after,
.srch-termonal-fltr::after,
.twitter:after {
    font-family: var(--fa);
}
.why-hide ul li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}
.why-hide ul {
    margin-left: 34px;
}
.about-us-white {
    padding: 2em;
}
.why_chooes_us-main {
    background-image: url("../img/background1.png");
    background-position: top;
    background-size: cover;
    padding: 12px 0;
}
.why-choose-read,
.why-hide {
    padding: 0 3em 0 4em;
}
.why-hide {
    color: #fff;
}
.why-choose-read button {
    background-color: #fff;
    padding: 7px 23px;
    cursor: pointer;
    border: 0;
    margin-top: 10px;
}
.new-bg .img_come_from,
.new-bg .info_come_from {
    background-image: none;
}
.caravan-padding,
.new-bg > div {
    padding: 10px;
}
.car-batteries {
    background-image: url(/img/car-batteries/car-batteries-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 90px;
    color: #fff;
    text-align: left;
}
.car-batteries > div ul {
    width: 97%;
    margin: 20px auto;
    text-align: left;
}
.about-list li,
.car-batteries > div ul li {
    margin: 8px auto;
}
.middle {
    width: 90%;
    margin: 30px auto auto;
}
.about-list {
    margin-left: 20px;
}
.error {
    text-align: center;
    margin: 120px auto;
}
.error h2 {
    font-size: 150px;
}
.error > div a {
    background-color: #0051a2;
    padding: 5px 23px;
    color: #fff;
}
.error > div,
.marine-battery-image {
    margin: 20px auto;
}
.m-auto {
    width: 1140px;
    margin: 0 auto;
}
.cart-i span {
    background-color: var(--secondary);
}
.nw-header-top {
  background: -webkit-linear-gradient(180deg, #0C5B11 0%, #187C18 27.65%, #19C124 51.91%, #187C18 79.2%, #0C5B11 100%);
    position: relative;
}
.nw-header-top:before{
    content: "";
    position: absolute;
    top: 20px;
    left: -20px;
border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 40px solid #fff;
 
}

.header-flex-ft {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.nw-header-logo {
    width: 30%;
}
.website-logo {
    max-width: 200px;
    margin: 12px 72px 0px auto;
}
.nw-header-logo img {
    width: 100%;
    height: 100%;
}

.nw-header-top-left ul {
    display: flex;
    padding: 5px 12px;
}
.nw-header-top-left ul li {
    list-style: none;
    border-right: 1px solid #fff;
    padding: 5px 12px;
}
.mail-nw:before {
    content: "\f003";
    margin-right: 5px;
}
.phone-nw:before {
    content: "\f095";
    margin-right: 5px;
}
.ev-nw:before {
    content: "\f124";
    margin-right: 5px;
}
.nw-header-top-left ul li:last-child {
    border-right: 0px;
}
.nw-dt,
.nw-header-top-right {
    display: flex;
    align-items: center;
}
.nw-header-top-right ul li {
    list-style: none;
    margin-left: 10px;
}
.fb:after {
    content: "\f09a";
}
.insta:after {
    content: "\f0d2";
}
.twitter:after {
    content: "\f099";
}
.inkd:after {
    content: "\f0e1";
}
.nw-header-top-bg {
    max-width: 893px;
    align-items: center;
}
.website-mnu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 893px;
    background-color: #fff;
}
.nw-header-top-wd,
.website-mnu-sec {
    width: 90%;
}
.website-menu ul li {
    list-style: none;
    margin-left: 30px;
    line-height: 55px;
}
.website-menu ul li a {
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
}
.website-cart-icon ul li {
    list-style: none;
    position: relative;
}
.website-cart-icon ul li a {
    text-decoration: none;
    color:var(--primary);
    margin-left: 24px;
    display: flex;
    align-items: center;
}
.cart-i span {
    position: absolute;
    top: 0;
    padding: 0 3px;
    border-radius: 37px;
    font-size: 8px;
    color: #fff;
    right: 31px;
}
.cart-i:before {
    content: "\f290";
        font-size: 27px;
        margin-right: 6px;
}
.cart-profile:before {
    content: "\f090";
    font-size: 27px;
    font-family: var(--fa);
    margin-right: 6px;
}
.cart-reg:before {
    content: "\f007";
    font-family: var(--fa);
    font-size: 27px;
    margin-right: 6px;
}
.cart-logout::after {
    content: "\f08b";
    font-size: 23px;
}
.cart-db::after {
    content: "\f009";
    font-size: 23px;
}
.caravan-battery .owl-next,
.caravan-battery .owl-prev {
    background: linear-gradient(to bottom, var(--secondary) 0, var(--secondarylight) 100%) !important;
    font-size: 30px !important;
    top: 40%;
}
.heading-des h2 , .heading-des b{
    text-transform: capitalize;
    color: #fff;
    text-shadow: 0.5px 0.5px #666;
    font-size: 28px;
    background: linear-gradient(to bottom, var(--secondary) 0, var(--secondarylight) 100%);
    border: 1px solid #fff;
    box-shadow: 2px 2px #0f0f0f;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 5px 22px;
    text-align: center;
    margin: auto auto 10px;
}
.heading-des {
    text-align: center;
    width: 60%;
    margin: 20px auto;
}
.heading-des p,
.truck-battery-image .heading-blue p {
    color: var(--grey);
    font-weight: 500;
}
.car-battery-flexs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-div,
.description_info,
.form-row,
.select-vehicle {
    justify-content: space-between;
    display: flex;
}
.category-flex {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap; 
}
.car-battery-flexs > div {
    width: 29%;
    margin: 6px 6px 60px 6px;
    border-radius: 7px;
    border: 1px solid #bbb7b7;
    padding: 15px;
    background-color: #fff;
    position: relative;
}
.car-battery-images {
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    border: 2px solid #0F1945;
    border-radius: 10px;
}
.blog-image img,
.car-battery-images img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.car-battery-name,
.truck-battery-name {
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 10px auto;
}
.car-battery-price-yl p {
    font-weight: 600;
    color: #0F1945;
}
.car-battery-price-yl p span {
    color: var(--grey);
    font-size: 14px;
    text-decoration: line-through;
}
.car-battery-add-cart {
    text-align: center;
    margin: 10px auto;
}
.car-battery-add-cart button {
background: -webkit-linear-gradient(180deg, #0F1945 0%, #070B36 27.65%, #1D3C6A 51.91%, #070B36 79.2%, #0F1945 100%);
    border-radius: 12px;
    border: 0;
    cursor: pointer;
    color: #fff;
    width: 100%;
    padding: 10px 23px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--open-sans);
     
}
.add-cart-caravan button:before,
.add-to-cart-dt button:before,
.car-battery-add-cart button:before {
    content: "\f07a";
    font-family: var(--fa);
    margin-right: 10px;
}
.price-dis-new-update {
    position: absolute;
    right: 20px;
    top: 20px;
}
.price-dis-new-update ul li {
    list-style: none;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 4px 9px;
}
.price-dis-new-update ul .new-product {
    background-image: linear-gradient(to top, var(--secondary), var(--secondarylight));
    font-weight: 700;
    box-shadow: 2px 2px 12px 2px #4e4848;
}
.price-dis-new-update ul .offer-product {
    background-color: var(--primary);
    font-weight: 700;
    box-shadow: 2px 2px 12px 2px #4e4848;
}
.quick-view {
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 111;
    background-color: rgba(253, 253, 253, 0.5);
    width: 100%;
    height: 100%;
   
}
.quick-view a {
    font-weight: 700;
    color: #000;
    display: block;
    height: 100%;
}
.caravan-batter-heading h4,
.heading-blue h3 , .heading-blue b, .caravan-batter-heading b {
    text-shadow: 0.5px 0.5px #666;
    font-size: 28px;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
}
/* .car-battery-images:hover > .quick-view,
.truck-battery-div:hover .see-details {
    opacity: 1;
} */
.quick-view a:before {
    content: "\f002";
    margin-right: 10px;
    position: relative;
    top: 49%;
    right: 45px;
}
.car-battery-add-cart button:hover {
    background-color: var(--secondary);
}
.form-section {
    background-color: #f3f4f8;
    padding: 40px 0;
}
.heading-blue h3, .heading-blue b {
    color: #fff;
    background: linear-gradient(to bottom, var(--primary) 0, #2c7ed0 100%);
    border: 2px solid #fff;
    box-shadow: 2px 2px #fff;
    position: relative;
    padding: 5px 22px;
    margin: auto auto 10px;
}
.heading-blue p {
    width: 70%;
    margin: 10px auto;
    color: #000;
}
.content-div,
.form-row {
    margin: 20px auto;
}
.form-row div {
    width: 23%;
    background-color: var(--secondary);
    padding: 12px 23px;
    border-radius: 23px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    box-shadow: 1px 5px 0 -2px #a9a7a7dd;
}
.car-rw-c {
    background-color: #0051a2;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}
.tbs-active,
.truck-battery-image .owl-nav button {
    background-color: var(--primary) !important;
}
.car-rw-c select {
    width: 19%;
    background-color: #fff;
    padding: 7px 12px;
    outline: 0;
    border: 0;
    border-radius: 4px;
    margin-bottom: 10px;
}
.truck-battery-image {
    background-image: url(/img/home/truck-battery.png);
    background-size: cover;
    padding: 60px 30px;
            box-shadow: 2px 2px 13px 2px #a7a0a0;
}
.truck-battery-div {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #333;
    position: relative;
}
.truck-slider-image {
    width: 100%;
    height: 250px;
    border-radius: 6px;
}
.see-details a:after {
    content: "\f06e";
    color: #6b6868;
    border: 1px solid #6b6868;
    padding: 11px 13px;
    border-radius: 34px;
}
.see-details a {
    position: absolute;
    top: 33px;
    left: 23px;
}
.see-details {
    opacity: 0;
}
.truck-battery-image .heading-blue h3, .heading-blue b {
    box-shadow: 2px 2px #000;
    border: 2px solid #ececec;
}
.truck-battery-image .owl-nav button {
    margin: 6px;
}
.marine-battery-flex .owl-nav button span,
.marine-battery-flex.owl-nav button span,
.related-product .owl-nav button span,
.truck-battery-image .owl-nav button span {
    padding: 1px 12px;
    color: #fff;
    font-size: 35px;
    line-height: 23px;
}
.marine-battery-flex .owl-nav button,
.related-product .owl-nav button {
    background-color: var(--secondary) !important;
    -webkit-transform: skew(-20deg, 0deg);
    margin: 6px;
}
.marine-battery-add-cart {
    display: flex;
    justify-content: center;
    margin: 10px auto;
}
.marine-battery-add-cart button {
    background-color: transparent;
    cursor: pointer;
    border: 0;
    color: #fff;
    font-weight: 800;
    font-family: var(--open-sans);
    text-transform: uppercase;
    -webkit-transform: skew(27deg, 0deg);
}
.caravan-batter-heading h4,
.marine-battery-add-cart a,
.marine-battery-add-cart > div,
.new-product-caravan, .caravan-batter-heading  b {
    -webkit-transform: skew(-20deg, 0deg);
}
.marine-battery-add-cart a {
    background-color: var(--secondary);
    padding: 4px 12px;
}
.caravan-flex-price p,
.nw-dt p span,
.price-tb {
    text-decoration: line-through;
}
.marine-battery-add-cart a:after {
    content: "\f06e";
    color: #fff;
    -webkit-transform: skew(27deg, 0deg);
}
.marine-battery-add-cart > div {
    background-color: #000;
    color: #fff;
    padding: 5px 23px;
    border: 0;
    margin-right: 10px;
}
.caravan-battery {
    background-image: url(/img/home/caravan.webp);
    background-size: cover;
    padding: 40px 0;
}
.caravan-batter-heading h4, .caravan-batter-heading b {
    color: #fff;
    background: linear-gradient(to bottom, var(--secondary) 0, var(--secondarylight) 100%);
    border: 1px solid #000;
    box-shadow: 2px 2px #fff;
    position: relative;
    padding: 5px 22px;
    margin: auto auto 10px;
}
.caravan-batter-heading {
    text-align: center;
    width: 70%;
    margin: 20px auto;
    color: #fff;
}
.caravan-product-name {
    font-weight: 600;
    text-transform: uppercase;
    margin: 5px auto;
    color: #ddd;
}
.caravan-flex-dt {
    border: 1px solid #333;
    border-radius: 10px;
    position: relative;
}
.caravan-battery-image {
    border-radius: 10px;
    padding: 10px;
    height: 250px;
    overflow: hidden;
    background-color: #fff;
}
.add-cart-caravan button:hover,
.caravan-flex-price span,
.new-product-caravan {
    background: linear-gradient(to bottom, var(--secondary) 0, var(--secondarylight) 100%);
}
.caravan-flex-price {
    display: flex;
    align-items: center;
    padding: 0;
}
.caravan-flex-price p {
    color: #7e7e7e;
    font-weight: 700;
}
.caravan-flex-price span {
    padding: 2px 6px;
    border-radius: 3px;
    margin: 5px 10px;
    font-weight: 700;
    color: #fff;
}
.caravan-padding hr {
    border: 0;
    background-color: #3e3838;
    height: 1px;
    margin: 5px auto;
}
.add-cart-caravan button {
    background-color: #4a4848;
    width: 100%;
    padding: 9px 12px;
    cursor: pointer;
    color: #fff;
    border-radius: 20px;
    border: 0;
    text-transform: uppercase;
    font-weight: 500;
}
.add-cart-caravan {
    margin: 10px 0 0;
}
.new-product-caravan {
    padding: 2px 12px;
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 13px;
    color: #fff;
    box-shadow: 2px 2px #909090;
}
.caravan-battery .owl-nav button span {
    padding: 0 19px;
    color: #fff;
}
.caravan-battery .owl-prev {
    clip-path: polygon(32% 0%, 84% 1%, 84% 95%, 2% 94%);
    position: absolute;
    left: -40px;
}
.caravan-battery .owl-next {
    clip-path: polygon(1% 0%, 70% 0%, 100% 95%, 0% 94%);
    position: absolute;
    right: -50px;
}
.category-div {
    width: 48%;
    margin: 10px;
}
.category-content p {
    text-align: justify;
}
.category-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 6px;
}
.category-name {
    margin: 5px auto;
    text-align: center;
}
.category-name p {
    font-weight: 700;
    font-size: 20px;
}
.blog-link a,
.blog-link p,
.nw-details-flex > div > span {
    font-weight: 600;
}
.category-read {
    margin: 20px auto;
    text-align: center;
}
.category-read a,
.read-more-btn a {
    background-color: var(--primary);
    padding: 5px 23px;
    text-decoration: none;
    color: #fff;
}
.blog-sec {
    background-color: #333;
    padding: 40px;
}
.blog-flex-div {
    width: 31%;
    margin: 10px;
}
.blog-link {
    width: 90%;
    margin: -20px auto auto;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.blog-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.blog-link p {
    color: var(--primary);
}
.blog-link a {
    text-decoration: none;
    color: #333;
}
.nw-dt p,
.product-title {
    font-weight: 800;
    font-size: 34px;
}
.product-title-hed,
.read-more-btn {
    margin: 10px auto;
}
.down:after {
    content: "\f078";
    font-size: 12px;
    position: relative;
    top: -2px;
    left: 4px;
}
.main_footer {
    background-color: #201f1f;
}
.grey-bg {
    background-color: #f2f0f0;
    padding: 10px 0;
}
.product-title {
    margin: 0 0 10px;
    color: #000;
    text-transform: uppercase;
}
.our_product {
    background-color: #fff;
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.inc-btn button,
.quantity-div div input {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
}
.nw-details-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nw-dt p span {
    font-size: 12px;
    margin-left: 10px;
    color: #6d6868;
}
.nw-dt p {
    color: #0095d7;
}
.nw-dt span {
    transform: skew(-20deg, 0deg);
    background: #414141;
    padding: 2px 12px;
    font-weight: 600;
    font-size: 14px;
    margin-left: 10px;
    color: #fff;
}
.quantity-div {
    box-shadow: 0 1px 9px 0 #e8e8e8;
    padding: 20px 4px;
    margin-top: 1.25rem;
}
.quantity-div > div {
    margin: 4px auto;
    display: flex;
}
.quantity-div div input {
    color: #414141;
    height: 2.75rem;
    padding: 0.175rem 0.5rem;
    width: 3rem;
}
.inc-btn button {
    display: block;
    width: 100%;
    padding: 2.34px 10px;
    margin: 0 0 2px 4px;
    position: relative;
}
.add-to-cart-dt button {
    background: linear-gradient(to bottom, var(--secondary) 0, var(--secondarylight) 100%);
    height: 44px;
    margin-top: 0;
    line-height: inherit;
    box-shadow: 0 1px 0 0 #666;
    margin-left: 10px;
    padding: 5px 23px;
    border: 0;
    color: #fff;
    font-weight: 700;
    font-family: var(--open-sans);
    text-transform: uppercase;
}
.search-button button,
.select-vehicle button {
    background-color: var(--secondary);
    cursor: pointer;
    text-transform: uppercase;
    font-family: var(--open-sans);
}
.add-to-cart-dt button:hover {
    background: linear-gradient(to bottom, var(--secondarylight) 100%, var(--secondary) 0);
}
.description_info > div {
    width: 49%;
}
.description_info-left table {
    border-collapse: collapse;
    width: 100%;
}
.description_info-left td,
.description_info-left th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}
.description_info-left tr:nth-child(2n) {
    background-color: #ddd;
}
.Description_heading {
    margin: 0 0 10px;
}
.Description_heading h3 {
    color: var(--primary);
}
.product-title-hed h3 {
    font-weight: 900;
    font-size: 34px;
    margin: 0 0 10px;
    color: #000;
    text-transform: uppercase;
    color: var(--primary);
}
.terminal-div img {
    width: 27%;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.btn-cntr {
    text-align: center;
    width: 100%;
}
.select-vehicle button {
    border: 0;
    border-radius: 4px;
    color: #fff;
    padding: 9px 34px;
    font-weight: 600;
}
.search-plc {
    width: 19%;
}
.srch-termonal-fltr {
    width: 100%;
    background-color: #fff;
    padding: 7px 12px;
    outline: 0;
    border: 0;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}
.srch-fltr-list {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    display: none;
    background-color: #ffff;
    padding: 4px 0;
    border: 1px solid #ddd;
    z-index: 999999;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
#srch_trm {
    width: 180px;
    overflow: hidden;
    font-size: 14px;
}
.termonal-ac {
    display: flex;
    align-items: center;
    margin: 5px auto;
    padding: 4px;
    border-bottom: 1px solid #ddd;
}
.termonal-ac img {
    margin-right: 10px;
    width: 44px;
}
.termonal-ac:hover {
    background-color: #1e90ff;
    color: #fff;
}
.srch-termonal-fltr::after {
    content: "\f078";
    padding-left: 10px;
    position: absolute;
    right: 5px;
    font-size: 12px;
    top: 11px;
}
.search-button button {
    border: 0;
    border-radius: 4px;
    color: #fff;
    padding: 7px 34px;
    font-weight: 600;
    margin-top: 26px;
}
.caravan-see-details {
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 28px;
    left: 23px;
}
.caravan-see-details a:after {
    content: "\f06e";
    color: #fff;
    border: 1px solid #fff;
    padding: 11px 13px;
    border-radius: 34px;
}
.caravan-flex-dt:hover .caravan-battery-image {
    opacity: 0.4;
}
.caravan-flex-dt:hover:hover .caravan-see-details {
    opacity: 1;
}
.pagination-buttons {
    margin: 10px 0;
}
.pagination-buttons a {
    background-color: #333;
    color: #ffff;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 4px;
}
.hidden-content {
    margin: 10px auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}
.hidden-content ul {
    padding-left: 2px;
}
.hidden-content ul li {
    list-style: none;
    position: relative;
    margin: 9px auto;
}
.hidden-content ul li:before {
    content: "\f005";
    margin-right: 6px;
    color: gold;
}
.category-name a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
    font-size: 24px;
}
.quick-view a span {
    padding: 100px 0;
    display: block;
}

.cl-ot{
    background-color: var(--primary);
    border-radius: 5px;
    border: none;
    padding: 0;
    cursor: pointer;
    outline-offset: 4px;
    display: block;
    text-decoration: none;
    margin-left: 10px;
    font-family: var(--open-sans);
}
.cl-in{
    display: block;
    padding: 8px 30px;
    border-radius: 5px;
    font-size: 1.25rem;
    background-color: #2389ee;
    color: white;
    transform: translateY(-2px);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
}
.cl-ot:active .cl-in {
    transform: translateY(1px);
  }
  .add-to-cart-dt{
    display: flex;
    justify-content: space-between;
  }
  .cl-in:before{
    content: "\f095";
font-family: var(--fa);
margin-right: 10px;
  }
  .flex-ct{
    display: flex;
  }

  .breadcrumb-element ul {
    display: flex;
    }
    .breadcrumb-element ul  li {
        list-style: none;
        margin-left: 5px;
        color: var(--primary);
        font-weight: 700;
        font-size: 18px;
    }
    .exp-more, .exp-more-car{
        text-align: center;
        margin: 20px auto;
    }
    .exp-more a {
        background: linear-gradient(to bottom, var(--primary) 0, #2c7ed0 100%);
        color: #fff;
        padding: 5px 23px;
        border-radius: 23px;
        text-decoration: none;
    }
    .exp-more-car a{
        background: #fff;
        color: #0f1945;
        padding: 15px 33px;
        border-radius:33px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 600;
        box-shadow: 5px 4px 12px 2px #2c2b2b
    }
    .breadcrumb-element ul li a{
        text-decoration: none;
        color: var(--primary);
    }


.out-client {
    background-image: url(/img/car-batteries/client.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px;
}
.client-heading {
    text-align: center;
    margin: 10px auto;
}.review-main {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 1px 9px 0 #e8e8e8;
    height: 180px;
}
.review-main-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.review-main-image {
    width: 17%;
    overflow: hidden;
    height: 60px;
}.review-content {
    width: 78%;
}
.review-content b {
    color: var(--primary);
    font-weight: 200;
}

.review-content hr {
    width: 13%;
    margin-top: 3px;
}
.client-heading h3 {
    font-size: 34px;
    color: var(--primary);
    font-weight: 700;
}
.review-main-image img{
    height: 100%;
    object-fit: contain;
}
.contact_info a {
    color: #fff;
    text-decoration: none;
}

.add-to-cart-dt .checkout-cl {
  background: linear-gradient(to bottom, var(--secondary) 0, var(--secondarylight) 100%);
    height: 44px;
    margin-top: 0;
    line-height: inherit;
    box-shadow: 0 1px 0 0 #666;
    margin-left: 10px;
    padding: 14px 23px;
    border: 0;
    color: #fff;
    font-weight: 700;
    font-family: var(--open-sans);
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
}














/* new css */
.available-banner{
    background-image: url(/img/home/available-banner.png);
    padding: 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.category-div-one{
    width: 20%;
    text-align: right;
}
.category-div-two{
    width: 70%;
}
.category-flexs{
            justify-content: center;
        display: flex;
        align-items: center;
}
.category-flexs .category-div-two{
    color: #fff;
        text-align: center;
}

.category-flexs .category-div-two > div{
 margin-top: 20px;
 width: 800px;
 margin: auto;
}

.category-flexs .category-div-two > div p{
 margin-top: 20px;
position: relative;
}
.category-flexs .category-div-two > div p:after{
        content: "";
        position: absolute;
        display: inline-block;
        width: 83px;
        top: 12px;
        right: 60px;
        background-color: #fff;
        height: 1px;
}

.category-flexs .category-div-two > div p:before{
        content: "";
        position: absolute;
        display: inline-block;
        width: 83px;
        top: 12px;
        left: 60px;
        background-color: #fff;
        height: 1px;
}

.category-flexs .category-div-two > div .ct-y:after{
      content: "";
        position: absolute;
        display: inline-block;
        width: 29px;
        top: -3px;
        right: 46px;
        background-color: #fff;
        height: 1px;
        transform: rotate(90deg);
}

.category-flexs .category-div-two > div .ct-y:before{
    content: "";
        position: absolute;
        display: inline-block;
        width: 29px;
        top: -3px;
        left: 46px;
        background-color: #fff;
        height: 1px;
        transform: rotate(90deg);
}
.ct-y{
position: relative;
}

.available-flv{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.available-1{
    text-align: center;
}
.available-1 h3{
font-size: 20px;
text-align: center;
display: inline-block;
margin: auto;
border: 2px solid #fff;
padding:5px 10px;
color: #fff;
position: relative;
top:2px;
}
.available-in{
    background-color: #fff;
}

.available-in h3{
  background: -webkit-linear-gradient(180deg, #0C5B11 0%, #187C18 27.65%, #19C124 51.91%, #187C18 79.2%, #0C5B11 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  margin: 0;
}

.available-in p{
  background: -webkit-linear-gradient(180deg, #0C5B11 0%, #187C18 27.65%, #19C124 51.91%, #187C18 79.2%, #0C5B11 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  margin: 0;
}
.available-in{
text-align: center;
padding: 4px 20px;
box-shadow: 0px 9px 7.8px 0px #00000040;

}
.book-online{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.book-online > div:nth-child(1){
    margin-right: 100px;
}

.power-up div {
position: relative;
text-align: center;
}
.power-up >div:after{
         content: "";
        position: absolute;
        display: inline-block;
        width: 35%;
        top: 47px;
        left: 0;
background: linear-gradient(90deg, #0C5B11 0%, #187C18 27.65%, #19C124 51.91%, #187C18 79.2%, #0C5B11 100%);
       height: 3px; 
}

.power-up >div:before{
         content: "";
        position: absolute;
        display: inline-block;
        width: 35%;
        top: 47px;
        right: 0;
background: linear-gradient(90deg, #0C5B11 0%, #187C18 27.65%, #19C124 51.91%, #187C18 79.2%, #0C5B11 100%);
       height: 3px; 
}
.step-center{
    text-align: center;
}
.step-center h2{
           background: -webkit-linear-gradient(180deg, #0C5B11 0%, #187C18 27.65%, #19C124 51.91%, #187C18 79.2%, #0C5B11 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 900;
        margin: 0;
}
.step-center img{
    width: 50%;
    margin-top: 20px;
}

.step-flow > div{
          background: -webkit-linear-gradient(180deg, #0C5B11 0%, #187C18 27.65%, #19C124 51.91%, #187C18 79.2%, #0C5B11 100%);
}
.step-flow{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 50px;
}
.step-flow:after{
    content: "";
        position: absolute;
        display: inline-block;
        width: 85%;
        top: 60px;
        left: 40px;
        background: linear-gradient(90deg, #0C5B11 0%, #187C18 27.65%, #19C124 51.91%, #187C18 79.2%, #0C5B11 100%);
        height: 2px;
        z-index: -1;
}

.step-flow:before{
    content: "";
        position: absolute;
        display: inline-block;
        width: 85%;
        top: 220px;
        left: 40px;
        background: linear-gradient(90deg, #0C5B11 0%, #187C18 27.65%, #19C124 51.91%, #187C18 79.2%, #0C5B11 100%);
        height: 2px;
        z-index: -1;
}


.step-flow > div{
    width: 25%;
    border-radius: 50%;
    text-align: center;
    padding: 45px 30px;
   color: #fff;
}
.step-flow > div h3{
    border-bottom: 2px solid #fff;
    display: inline-block;
    line-height: 50px;
}
.step-flow > div img{
    width: 50px;
}
.our-brand {
        background-image:linear-gradient(to top, white 10%, #0C5B11 0%, #187C18 27.65%, #19C124 51.91%, #187C18 79.2%, #0C5B11 100%);
padding: 20px 20px;

}
.our-brand > div{
    border: 1px solid #fff;
}
.brand-heading h3{
    text-align: center;
position: relative;
color: #fff;
font-size: 40px;
}
.brand-heading {
    position: relative;
    margin: 30px 0;
}
.brand-heading:after {
content: "";
        position: absolute;
        display: inline-block;
        width: 56px;
        top: 58px;
        right: 72px;
        background: #fff;
        height: 1px;
        transform: rotate(90deg);
}

.brand-heading:before {
content: "";
        position: absolute;
        display: inline-block;
        width: 56px;
        top: 58px;
        left: 72px;
        background: #fff;
        height: 1px;
        transform: rotate(90deg);
}
.brand-heading h3:after {
content: "";
        position: absolute;
        display: inline-block;
        width: 30%;
        top: 30px;
        right: 100px;
        background: #fff;
        height: 1px;
}

.brand-heading h3:before {
content: "";
        position: absolute;
        display: inline-block;
        width: 30%;
        top: 30px;
        left: 100px;
        background: #fff;
        height: 1px;
}
.brand-img{
    text-align: center;
}
.brand-img img{
width: 100%;
margin: auto;
}
.standard_battery{
background: -webkit-linear-gradient(180deg, #0C5B11 0%, #187C18 27.65%, #19C124 51.91%, #187C18 79.2%, #0C5B11 100%);
        padding: 4px;
        text-align: center;
        color: #fff;
                box-shadow: 3px 9px 12px 5px #a9a8a8;
        margin-top: 24px;
        margin-bottom: 24px;
}
.standard_battery h3{
       position: relative;
}
.standard_battery h3:after{
    content: "";
        position: absolute;
        display: inline-block;
        width: 40px;
        top: 17px;
        left: 350px;
        background: #fff;
        height: 2px;
        transform: rotate(90deg);
}

.standard_battery h3:before{
    content: "";
        position: absolute;
        display: inline-block;
        width: 40px;
        top: 17px;
        right: 350px;
        background: #fff;
        height: 2px;
        transform: rotate(90deg);
}

.strnatcasecmp-op{
  
    display: flex;
    justify-content: space-between;
    margin-top: 49px;
}
.standard-bt{
  background: linear-gradient(90deg, #0C5B11 0%, #187C18 27.65%, #19C124 51.91%, #187C18 79.2%, #0C5B11 100%);
  padding: 2px;
  width: 25%;
          box-shadow: 3px 9px 15px 3px #dbdada;
}
.stand-op{
    background-color: #fff;
     padding: 10px 30px;
    text-align: center;
}
.stand-op h3{
    margin: 0;
    background: -webkit-linear-gradient(180deg, #0C5B11 0%, #187C18 27.65%, #19C124 51.91%, #187C18 79.2%, #0C5B11 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   font-weight: 700;
        font-size: 25px; 
}
.stand-op p{
            margin: 0;
        background: -webkit-linear-gradient(180deg, #0C5B11 0%, #187C18 27.65%, #19C124 51.91%, #187C18 79.2%, #0C5B11 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 500;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
}
.stand-op p span{
    font-size: 26px;
    font-weight: 900;
    display: inline-block;
    margin-left: 5px;
}
.stand-op > div{
    background: linear-gradient(90deg, #0C5B11 0%, #187C18 27.65%, #19C124 51.91%, #187C18 79.2%, #0C5B11 100%);
  padding: 1px;
  display: inline-block;
  width: 70px;
}
.why-choose-us{
    margin-top: 50px;
}
.why-choose-us img{
    width: 100%;
}
.mins-top-hour{
    display: flex;
    align-items: center;
    margin-top: -50px;
    margin-bottom: 50px;
}
.mins-content h3{
                background: -webkit-linear-gradient(180deg, #0C5B11 0%, #187C18 27.65%, #19C124 51.91%, #187C18 79.2%, #0C5B11 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
        font-size: 42px;
        margin-top: 10px;
}
.mins-content img{
    width: 100%;
}
.mins-content h3 b{

}
.mins-content p{
 color: #0C5B11;
 text-align: center;
        font-weight: 600;
}
.mins-content img{
margin-top: 10px;
}
.mins-top-hour img{
    width: 100%;
}

.car-battery-nw {
background-image: url("/img/home/blue-bg.png");
background-repeat: repeat;
background-size: cover;
padding: 50px 0;
}

.car-battery-name p{
            background: #c7c3c3;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 20px;
        font-weight: 900;
            text-shadow: -1px -2px #0F1945;
}
.banner-image img{
           box-shadow: 3px 9px 12px 5px #a9a8a8;
}
.power-up-start img{
    width: 100%;
    margin: 40px 0;
}
.review-flex{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.review-flex h5{
margin: 0;
font-size: 20px;
}
.review-2 img{
width: 61% !important;
}
.review-2 {
    margin-left: 10px;
}

.heading-blues{
        color: #fff;
        position: relative;
        padding: 5px 22px;
        margin: auto auto 10px;
        display: flex;
        justify-content: center;
                font-weight: bold;
}
.heading-blues b{
    font-size: 30px;
    margin: 0 10px;
    display: inline-block;
            font-weight: 700;
                    border: 2px solid #fff;
        padding: 5px 30px;
}
.testimonials{
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}
.step-power{
    margin: 50px 0;
}

.heading-des b{
           background: #fff !important;
           color: #0F1945 !important;
           font-size: 45px !important;
           box-shadow: 3px 5px 5px #0f0f0f !important;
           text-transform: uppercase;
}





















    .website-popup {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        top: 0;
        left: 0;
        position: fixed;
        z-index: 5;
        display: none;
    }
        .website-popup > .popup-div {
        width: 40%;
        margin: 50px auto;
        padding: 20px;
        background-color: #fff;
        border-radius: 20px;
    }
    .close {
        position: relative;
    }
        .we-buy-form {
        background: #282828;
        padding: 15px;
        border: 8px solid #006400;
        border-radius: 13px;
    }
        b.form-b {
        display: block;
        color: #fff;
        font-size: 19px;
        padding: 5px 0;
        text-align: center;
    }
    .cntct-flx-inpts, .cntct-flx-texts, .we-buy-form-flds1 {
        margin: 10px 0;
    }
    .we-buy-form-flds1 input {
        width: 100%;
        padding: 10px;
        border-radius: 4px;
        border: none;
    }
        button.get-ev-btn {
        width: 100%;
        display: block;
        padding: 12px 6px;
        background: #fff;
        font-family: var(--poppinsbold);
        font-size: 16px;
        cursor: pointer;
        border: none;
    }
    .we-buy-form-flds1 textarea {
        width: 100%;
        padding: 6px;
        height: 150px;
        color: #000;
        border-radius: 4px;
        border: none;
    }
    .close-popup::after {
        font-family: FontAwesome;
        content: "\f00d";
        font-size: 22px;
        color: #f7f1f1;
        position: absolute;
        top: -34px;
        right: -33px;
        cursor: pointer;
        background-color: red;
        border-radius: 32px;
        padding: 7px 10px;
    }