@media screen and (max-width:1165px) and (min-width:768px){
    .product-features-grid .product-features-grid-col {
        width: 50%;
        clear: unset !important;
    }
}

.catalog-product-view .prices-tier {
    margin-right: 0;
}

hr {
    margin-bottom: 10px;
}

@media screen and (max-width:767px){
    body .page-header .logo {
        display: block;
        float: none;
        max-width: fit-content;
        margin: 0 auto;
        width: 100%;
    }
    body.catalog-product-view .product-info-main .box-tocart .actions button#product-addtocart-button {
        font-size: 17px;
    }
    .catalog-product-view .sidebar.sidebar-additional {
        padding: 0 20px;
        text-align: center;
    }
    .catalog-product-view.page-layout-2columns-left .sidebar-main {
        padding: 0 20px;
    }

    .catalog-product-view .page-main {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }
    .catalog-product-view.page-layout-2columns-left .column.main {
    width: 100%;
    padding: 0 20px;
}
    .catalog-product-view .page-wrapper {
         overflow: hidden;
    }
    
    .product-features-grid-col:nth-child(3n+1) {
        clear: unset !important;
    }

    .product-features-grid .product-features-grid-col {
        width: 50%;
    }

    .product-page-wrapper > table.stats-table {
        display: none;
    }

    .product-info-main .box-tocart .actions .action.tocart {
        width: auto;
    }

    .block.block-search {
        display: none;
    }
    
}

.catalog-product-view .product-info-main .box-tocart {
    display: block;
    float: left;
    margin-top: 0px;
}

.catalog-product-view .product-options-bottom .box-tocart {
    display: flex;
    float: right;
    margin-top: 0px;
}

.catalog-product-view .box-tocart .qty-label {
    /* float: left; */
    position: relative;
    margin: -2px 3px 3px 3px;
    font-family: verdana, arial, helvetica, sans-serif;
    margin-bottom: 10px;
    display: block;
    margin-left: 0;
}

.catalog-product-view .product-info-main .box-tocart {
    margin-bottom: 10px;
}

.product-info-main .product.attribute.overview {
    margin: 16px 0 !important;
}

.product-info-main .product.attribute.overview p {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 16px;
}

a.grey-btn {
    margin: 3px 0;
}
/* 
.catalog-product-view .product-info-main .box-tocart .actions {
    display: flex;
} */

.catalog-product-view .product-info-main .fieldset {
    display: flex;
    margin: 0;
    /* width: 100%; */
}

.catalog-product-view .product-info-main .box-tocart .field.qty,
.catalog-product-view .product-options-bottom .box-tocart .field.qty { 
    margin-bottom: 0;
}

.catalog-product-view .product-info-main .action.towishlist {
    margin: 0;
}

.catalog-product-view .product-info-main .box-tocart .actions button#product-addtocart-button {
    padding: 0px 17px;
    height: 37px;
    background: #b51a00;
    border-color: #b51a00;
}

.catalog-product-view .product-info-main .box-tocart .field.qty,
.catalog-product-view .product-options-bottom .box-tocart .field.qty {
    padding-right: 7px;
}

.catalog-product-view .product-info-main .box-tocart .actions button#product-addtocart-button:hover {
    padding: 0px 17px;
    height: 37px;
    background: #fff;
    border-color: #b51a00;
    color: #b51a00;
}

.catalog-product-view .product-info-main .action.towishlist {
    margin: 0;
    background: #2b7e33;
    border-radius: 5px;
    padding: 8px 8px;
    /* align-self: center; */
    margin-left: 7px;
    color: #fff !important;
    height: 37px;
}

.catalog-product-view .product-info-main .box-tocart .input-text.qty {
    width: 100px;
    height: 37px;
    max-width: 85px;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
}

.catalog-product-view .box-tocart .qty-label {
    /* margin-right: 7px; */
    font-size: 20px;
}

.catalog-product-view .product-info-price {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.catalog-product-view .battery-guy-price-text {
    font-size: 20px;
    color: #111;
    font-weight: 700;
    margin-right: 7px;
}

.catalog-product-view .product-info-main .price-box .price-wrapper .price {
    font-size: 25px;
}

.catalog-product-view .product-info-main {
    padding-bottom: 20px !important;
    border-bottom: 1px solid #888;
    margin-bottom: 20px !important;
}

@media screen and (max-width:959px){
    .search-autocomplete {
        margin-top: 5px !important;
        width: 100% !important;
        left: 0;
    }
    body .products-list .product-item-details {
        position: static;
    }

    .catalog-product-view .product.media {
        order: -1;
    }
    .catalog-product-view .stats-table {
        order: -1;
    }
    .catalog-product-view .product-info-main {
        width: 100% !important;
        float: none;
        padding: 0px 20px;
        margin: 0;
        box-sizing: border-box;
    }

    .catalog-product-view .product.media {
        clear: both;
        width: 100% !important;
    }

    .catalog-product-view .product-page-wrapper {
        display: flex;
        flex-direction: column;
    }
    
    .product-info-button-wrapper {
        width: 100% !important;
        transition: 0.5s all;
    }

    .top-left-links {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .product-features-grid .product-features-grid-col {
        width: 100%;
        text-align: center;
    }
}

/* .catalog-product-view .action-braintree-paypal-message {
    display: none;
}
  
.catalog-product-view .paypal.checkout.paypal-logo.braintree-paypal-logo.oneclick-container {
    display: none;
} */


.product-social-links {
    display: none;
}

.fa-checkout-step-payment {
    float: left;
    font-weight: 900;
    font-size: 40px;
    color: #767676;
    margin: 0 20px;
}

.checkout-payment-method .step-title {
    font-weight: 500;
}

body .shipping-item-wrapper, .payment-method {
    border: 0;
}

.checkout-payment-method .payment-group .step-title {
    border-bottom: 1px solid #ccc;
    width: 97.5%;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

label.label.billing-address-title {
    width: 25.8%;
    display: block;
    padding-right: 15px;
    text-align: right;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.g-recaptcha>div:first-of-type {
    margin: 0 auto;
}

.page-wrapper {
    overflow: hidden;
}

.product-options-bottom {
    margin-top: 15px;
}

@media screen and (max-width:480px){
body .product-item-info-image .product-image-container {
    float: none;
}

body .product-item .price-box {
    float: none;
    margin-top: 0;
    margin: 0 auto;
}

body .products-list .product-item-info .product-item-info-image {
    margin-left: 0;
}

}

.product-item-actions .actions-primary .tocart:hover {
    background: #fff;
    color: #b51a00;
}
@media screen and (max-width:991px){ 
    .checkout-cart-index .cart .product-image-container {
        padding-left: 10px;
    }
    
    
.checkout-cart-index .form.form-cart {
    width: 100%;
    float: none;
}

.checkout-cart-index .cart-summary {
    float: none;
    width: 100%;
    position: static;
}

.cart.table-wrapper .product-item-details {
    padding-left: 15px;
}

}

.checkout-index-index .header.content {
    padding: 20px 0px;
}

.checkout-index-index .page-header {
    margin-bottom: 30px;
}

.page-header .minicart-wrapper .action.showcart .counter.qty .counter-number {
    display: block;
}

.page-header .minicart-wrapper .action.showcart .counter.qty br {
    display: none;
}


@media screen and (max-width:959px){
    .checkout-index-index .page-header .logo {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
}

@media screen and (min-width:769px){
    #modal-upsell1 .modal-body-content {
        display: flex;
        gap: 10px;
    }

    .checkout-shipping-methods-wrapper .step-title,
    .checkout-shipping-address .step-title {
        padding-bottom: 20px;
    }


    .product-info-section-wrapper .same-cat-holder {
        margin-bottom: 10px;
    }
    .account.page-layout-2columns-left .column.main {
        padding-left: 2%;
    }
    .checkout-shipping-address span.fas{
        font-size: 48px !important;
    }
    .order-attributes .fa.fa-cube.fa-checkout-step {
        padding-left: 20px;
    }

    .checkout-index-index .order-attributes {
        width: 97.5%;
        padding-left: 0;
    }

    .checkout-index-index .payment-method-braintree .cvv {
        max-width: 100%;
    }

    .checkout-shipping-methods-wrapper span.fas {
        font-size: 48px !important;
    }
    
    li#shipping span.fas {
        font-size: 48px !important;
    }
}

@media screen and (max-width:959px) and (min-width:769px){
    body.account main#maincontent {
        margin-top: 30px;
    }
        
    .checkout-onepage-success .page-title-wrapper {
        padding-top: 20px;
    }
    
    
.checkout-cart-index .page-title-wrapper {
    margin-top: 20px;
}
}

@media screen and (max-width:768px){
    .checkout-cart-index .cart .product-image-container {
        width: auto !important;
        padding: 0 10px;
    }    
    
    .cart.table-wrapper #shopping-cart-table .item .col.item {
        display: flex;
    }
    #shopping-cart-table .col.price,
    #shopping-cart-table .col.subtotal,
    .cart-container .cart.table-wrapper .col.qty{
        width: auto;
    }
    .cart-container .cart.table-wrapper .item-actions {
        position: static;
    }
    .cart-container .cart.table-wrapper .product-item-photo {
        position: static;
        min-width: 75px;
    }
    .cart-container .cart.table-wrapper .col.qty[data-th]:before,
    .cart-container .cart.table-wrapper .col.price[data-th]:before, 
    .cart-container .cart.table-wrapper .col.subtotal[data-th]:before, 
    .cart-container .cart.table-wrapper .col.msrp[data-th]:before {
        content: none;
    }    
    #modal-upsell1 .modal-body-content {
       flex-wrap: wrap;
       display: flex;
    }
    .modal-popup.more-detail-popup button.action-close {
        display: none;
    }

    body aside.more-detail-popup.modal-popup.modal-slide footer.modal-footer {
        display: contents;
    }
    aside.modal-popup.more-detail-popup.modal-slide .modal-inner-wrap {
        transform: none !important;
    }

    aside.modal-popup.more-detail-popup.modal-slide {
        left: 0;
    }


    body .minicart-wrapper {
        display: none;
    }
    
    
    .warning-blue {
        margin-top: 50px;
    }


    body .minicart-wrapper .update-cart-item {
        float: none;
    } 

    .checkout-index-index .block-customer-login .block-content {
        margin-bottom: 0;
    }

    body .cart.table-wrapper .actions-toolbar > .action {
        margin-top: 0;
        margin-left: -10px;
    }

    body .product-info-section-wrapper .same-cat-holder {
        float: none;
        margin: 0 auto;
        width: 80%;
        padding-bottom: 10px;
    }
    .product-info-section-wrapper .video-wrapper iframe {
        width: 100%;
    }
    
    
    body .searchbymodel ul li {
        width: 47.29%;
    }

    body .searchbymodel ul li .catlink {
        font-size: 14px;
    }
    
    form#co-payment-form hr {
        display: none;
    }


    body .checkout-payment-method .payment-group .step-title {
        font-size: x-large;
        border: none;
    }
    body .shipping-item-wrapper, 
    body .payment-method {
        width: 100%;
        box-sizing: border-box;
    }

    .billing-address-same-as-shipping-block.field.choice {
        padding-right: 80px;
    }

    .checkout-shipping-address span.fas,
    .checkout-shipping-methods-wrapper span.fas {
        font-size: 70px !important;
    }
    
    li#shipping span.fas {
        font-size: 70px !important;
    }
    .shipping-item-wrapper .col.col-img {
        width: 2%;
    }

    .shipping-item-wrapper .col.col-method:first-child {
        width: 5%;
    }

    body .shipping-item-wrapper .col-price {
        min-width: auto;
        width: 61%;
    }



    div#questionqa {
        padding: 0px 15px;
    }

    .back-to-top {
        padding-right: 15px;
    }
    
    body .product-info-section-wrapper .doc-wrapper {
        width: 100%;
        padding: 0px 15px;
        box-sizing: border-box;
    }

    body .opc-progress-bar-item > span {
        font-size: 16px;
    }

    body .opc-progress-bar-item._complete > a > span {
        font-size: 16px;
    } 
    
    .opc-progress-bar-item._active > span {
        font-size: 16px;
    }

    .opc-progress-bar-item._complete > span {
        font-size: 16px;
    }

    .opc-progress-bar-item._complete > a > span {
        font-size: 16px;
    }

    .checkout-index-index .order-attributes {
        padding: 10px 0;
    }
    
    .checkout-index-index .page-header .logo {
        float: none;
        display: block;
        width: 100%;
        max-width: 100%;
    }
    
    .checkout-index-index .page-main {
        width: 100%;
        box-sizing: border-box;
    }
    .checkout-index-index .minicart-wrapper .action.showcart {
        height: auto;
        padding-bottom: 20px;
    }

    .checkout-index-index .login-container-checkout, .block-new-customer {
        width: 100%;
    }

    .cart.table-wrapper .item-actions {
        margin-top: 25px;
        display: block;
        position: absolute;
        top: 80px;
    }
}

.product-info-main .charger-link {
    display: block;
    width: max-content;
    clear: both;
}

.multi-dim-search-menu-page ul {
    padding-left: 0px;
}

body.account .account-nav .content {
    background: transparent;
}

/* body.account.page-layout-2columns-left .sidebar-main{
    width: 100%;
} */

body.account .account-nav .content ul.nav.items {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    gap: 10px;
}


body.account .account-nav .item.current a, 
body.account .account-nav .item.current > strong {
    border: 0;
}

body.account .account-nav .item{
    margin: 0;
}

body.account .account-nav .item strong,
body.account .account-nav .item a{
    margin: 0;
    border: 1px solid #ddd !important;
    padding: 11px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 0px;
    margin-bottom: 10px;
    font-weight: 100;
}

body.account .account-nav .item strong,
body.account .account-nav .item a {
    margin-bottom: -1px;
    font-family: verdana,arial,helvetica,sans-serif;
}

body.account .account-nav .item a {
    color: #555;
    background: transparent;
}

body.account .account-nav .item.current > strong {
    color: #fff;
    background: #2b7e33;
    border: 1px solid #2b7e33 !important;
}

.opc-progress-bar {
    display: flex;
}

.header .links .wishlist a {
    display: flex;
    margin-top: -4px;
}

.checkout-shipping-address{
    position: relative;
}

li.checkout-shipping-address label.label.billing-address-title {
    display: none;
}

body .checkout-shipping-address {
    padding: 1em;
}

li#isLogedCheck:empty {
    padding: 0;
}

button#cross_submit_global {
    background: #698bd6;
    color: #fff;
    font-weight: 400;
    border: 0;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 4px 6px;
    cursor: pointer;
}

.quick-search-form select {
    margin: 4px 0;
    border-color: rgb(204, 204, 204);
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    background: #eee;
}

.product-info-main .charger-link {
    margin-top: 16px;
}

.checkout-index-index .block-new-customer {
    position: relative;
    z-index: 1;
}

.checkout-index-index .opc-progress-bar-item > span{
    color: #333333;
}

.checkout-index-index .opc-progress-bar-item._active > span {
    color: #fff;
}

li#shipping span.fas {
    color: #333333;
}

.search-autocomplete ul li {
    color: #333;
}

.product-info-section-wrapper .questionqa .box-addanswer > .sortorder.last {
    width: 49%;
    float: right;
}

.product-info-section-wrapper .questionqa .box-addanswer > .sortorder {
    width: 49%;
    float: left;
}

.product-info-section-wrapper .questionqa .fieldset > .field:not(.choice) > .control {
    width: 100%;
}

.product-info-section-wrapper .questionqa .fieldset > .field:not(.choice) > .label {
    text-align: left;
    margin-bottom: 5px;
}

.product-info-section-wrapper .questionqa .fieldset > .field:not(.choice) > .label {
    width: 100%;
}

.product-info-section-wrapper .questionqa .fieldset > legend.legend {
    margin-left: 0;
}

.product-info-section-wrapper .questionqa .questions-list {
    margin-top: 40px;
}

.upsell2.block.upsell .arrow-box {
    margin: 1em 2em -2em 4em;
}

.arrow-box-para-outer ul {
    list-style: none;
}

.upsell2.block.upsell span.product-image-wrapper {
    border: 0;
}

#diffahpopup {
    cursor: pointer;
}

div[name="myshipping.new.myshipping_account"] .field-error {
    display: none;
}

div[name="myshipping.new.myshipping_account"] .control:after {
    content: "This is a required field.";
    color: #e02b27;
    font-size: 1.2rem;
    margin-top: 7px;
}

div[name="myshipping.new.myshipping_account"] .control.remove-text:after {
    content: none;
}

.myshipping-info.admin__scope-old p {
    clear: both;
}

#shopping-cart-table .cart.item {
    border: 1px solid #000;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

#shopping-cart-table .price-wrapp-outer {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 5px;
    flex-wrap: wrap;
}
 
#shopping-cart-table .product-item-details {
    background: #fffddc;
    border: 1px solid #ccc;
    box-shadow: -5px 0 6px #bababa;
    padding: 10px 15px;
}

.cart.table-wrapper #shopping-cart-table .item .col.item {
    padding: 0;
}

#shopping-cart-table .col.price {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

#shopping-cart-table a.action.action-delete {
    position: absolute;
    top: 10px;
    margin-top: 0;
    z-index: 9;
}

#shopping-cart-table .col.subtotal {
    display: flex;
    gap: 5px;
}

#shopping-cart-table .control.qty select{
    min-width: 64px;
    margin-top: 0;
    border-radius: 5px;
}

#shopping-cart-table .price-including-tax .price,
#shopping-cart-table .price-excluding-tax .price {
    font-weight: normal;
    font-size: 16px;
}

#shopping-cart-table i.fas.fa-truck {
    font-size: 26px;
    margin-top: 5px;
    transform: scaleX(-1);
}

.lithium-product-text {
    display: flex;
    gap: 10px;
}

/* Css added by hassan post live start */
.catalog-product-view .product-info-main .box-tocart .actions button#product-addtocart-button{
    width:100%;
}
@media screen and (min-width:515px){
    .catalog-product-view .product-info-main .box-tocart .input-text.qty {
        height: 45px;
    }

    .catalog-product-view .product-info-main .box-tocart .actions button#product-addtocart-button {
        height: 45px !important;
        margin-bottom: 14px;
    }

    .catalog-product-view .product-info-main .action.towishlist {
        padding: 8px 13.5px;   
        height: 45px;
        line-height: 29px;
    }
}
@media screen and (max-width:514px){
    body.catalog-product-view .product-info-main .box-tocart .actions button#product-addtocart-button {
        margin-bottom: 11px;
    }
}
@media screen and (max-width:1163px) and (min-width:1076px){
    body.catalog-product-view .product-info-main {
             width: 57%;
           }
   }
   @media screen and (max-width:991px) and (min-width:960px){
    body.catalog-product-view .product-info-main {
             width: 47%;
           }
   }
   @media screen and (max-width:1349px) and (min-width:1202px){
    body.catalog-product-view .product-info-main {
             width: 58%;
           }
   }
/* Css added by hassan post live end */