﻿@font-face {
    font-family: 'PoppinSemibold';
    src: url('fonts/Poppins/Poppins-SemiBold.ttf')
}
@font-face {
    font-family: 'PoppinRegular';
    src: url('fonts/Poppins/Poppins-Regular.ttf')
}
@font-face {
    font-family: 'poppins-light';
    src: url('fonts/poppins/poppins-light.ttf') format('truetype');
}
body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

body header {
    font-family: inherit;
}

h2 {
    font-family: montserrat;
}

h1 {
    font-family: montserrat;
}

h3 {
    font-family: PoppinSemibold;
}


h4 {
    font-family: montserrat;
}

h5 {
    font-family: montserrat;
}

h6 {
    font-family: montserrat;
}

.number .minus, .number .plus {
    color: black;
    line-height: 26px;
}

.number input {
    color: #B90F16 !important;
    -webkit-text-fill-color: #B90F16 !important;
    font-weight: 600;
    font-family: PoppinSemibold !important;
    height: 34px;
    width: 55px;
    padding: 0px;
    opacity: 1;
}

.margin-120 {
  /*  margin-left: 120px;
    margin-right: 120px;*/
}

.tank_navbar .margin-40 {
    margin-left: 40px;
}

    .tank_navbar .margin-40 li {
        margin-left: 30px;
    }

        .tank_navbar .margin-40 li a {
            letter-spacing: 2px;
            text-transform: uppercase;
            color: black !important;
            font-weight: 500;
        }


            .tank_navbar .margin-40 li a:hover {
                color: #B90F16 !important;
            }

.tank_navbar .nav-right {
    display: flex;
    align-items: center;
}

    .tank_navbar .nav-right li {
        margin-left: 30px;
    }

        .tank_navbar .nav-right li a {
            letter-spacing: 2px;
            color: black ;
            font-weight: 500;
        }

            .tank_navbar .nav-right li a:hover {
                color: #B90F16 ;
            }

.tank_navbar .btn.btn-danger {
    background: #B90F16;
    color: white !important;
    font-weight: 600;
    padding: 10px 25px;
}


    .tank_navbar .btn.btn-danger:hover {
        background: white;
        color: #B90F16 !important;
    }
.tank_navbar .nav-cart {
    position: relative;
}

    .tank_navbar .nav-cart .position-absolute {
        top: 10px !important;
        left: 25% !important;
        transform: translate(-50%,-50%) !important;
        background: #B90F16;
        color: white;
        border-radius: 50%;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        letter-spacing: 0px;
        width: 25px;
        height: 25px;
    }

.text-detail {
    color: black;
}

.text-item {
    color: black;
}

.text-des {
    color: #888888;
    font-family: PoppinRegular !important;
}

.text-price {
    font-weight: 900;
    color: #B90F16;

}

.input-qty {
    border: 1px solid #DDDDDD;
    color: #B90F16 !important;
    font-weight: 600;
    height: 58px;
    width: 55px;
    padding: 0px;
}

    .input-qty:focus {
        box-shadow: none;
        outline: none;
        border-color: #B90F16;
    }

.Delivery_Card .card-header {
    background: none;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
}

.Delivery_Card .tank_box {
    height: 25px !important;
    width: 25px !important;
    text-align: center !important;
    vertical-align: middle !important;
    /*-webkit-transform: scale(2,2);*/
}

.delivery-time {
    font-weight: 700;
    color: black;
    font-size: 20px;
    margin-bottom: 0px;
    font-family: PoppinSemibold;
}

.text-black {
    color: black !important;
}

.delivery-text {
    color: #888888;
    font-family: PoppinRegular;
}

.text-free {
    color: #B90F16;
    font-family: montserrat;
    margin-left: -20px;
}

.card-outline-selected {
    outline: 1px solid #B90F16 !important;
}

.location-tank {
    font-size: 22px;
    color: black;
    font-weight: 700;
}

.btn-outline-dangers {
    font-weight: bold;
    color: white;
    background: #B90F16;
    border: 1px solid #B90F16;
    padding: 4px 8px 8px;
    line-height: 2;
    font-family: Montserrat !important;
}

    .btn-outline-dangers:hover {
        color: #B90F16;
        background: white;
    }


    .btn-outline-dangers:focus {
        box-shadow: none;
        outline: none;
    }

footer .list-unstyled li a {
    color: #556987;
    font-weight: 600;
}

    footer .list-unstyled li a:hover {
        color: #B90F16;
        font-weight: 600;
        text-decoration: none;
    }

.copy-text {
    font-weight: bold;
    color: #FFFFFF;
}


.tank_select {
    padding: 13px !important;
    height: auto !important;
    font-family: Montserrat !important;
}

    .tank_select:focus {
        box-shadow: none !important;
        outline: none !important;
        border-color: #B90F16 !important;
    }
#select-delivery-day {
    z-index: 1;
}

.border-red {
    border: 2px solid #B90F16;
    border-radius: 10px;
}


.border-redd {
    border: 2px solid #E5E5EA;
    border-radius: 10px;
  
}
.border-read {
    border: 2px solid #B90F16;
    border-radius: 10px;
    padding: 15px;
}



/* Styles for the custom scrollbar */
#productFirst {
    background-color: #FFFFFF;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); /* Shadow effect */
    padding: 16px 28px 28px 14px;
}
.container {
    overflow-x: auto; /* Allow horizontal scrolling */
    overflow-y: hidden; /* Hide vertical scrolling, if not needed */
}

    .container::-webkit-scrollbar {
        height: 8px; /* Height of the scrollbar */
        width: 6px;
    }

    .container::-webkit-scrollbar-thumb {
        background-color: #B90F17; /* Color of the scrollbar thumb */
        border-radius: 10px; /* Rounded corners for the scrollbar thumb */
    }

    .container::-webkit-scrollbar-track {
        background: transparent; /* Background of the scrollbar track */
    }

    .container::-webkit-scrollbar-button {
        display: none; /* Hide the arrows on the scrollbar */
    }

.prodname {
    color: #B90F17;
}

.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-image-container {
    background-color: #FFFFFF;
    border-radius: 14px;
    padding: 10px;
}

.card-body1 {
    border-top: 1px solid #f0f0f0;
    padding: 15px;
    flex-grow: 1; /* Allows dynamic height based on the content */
    padding-bottom: 5px; /* Minimal space after the price */
}

.card-price {
    color: #000000;
    font-size: 1rem;
    margin-bottom: 3px;
}

.head {
    color: #B90F16;
    font-family: 'PoppinsSemiBold', sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.text-primary {
    color: #B90F16; /* Redefined to match your theme */
}

.product-card {
    border: 2px solid #B90F17;
    border-radius: 14px;
    padding: 0px;
}

.product-container {
    min-width: 250px;
    border: 2px solid #E4E0E1; /* Default black border */
    border-radius: 14px; /* Rounded corners */
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #ECECEC;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}

    .product-container img {
        max-height: 170px;
    }

    /* Add some spacing between the product containers */
    .product-container + .product-container {
        margin-left: 15px;
    }

    /* Selected product border */
    .product-container.selected {
        border: 2px solid #B90F17; /* Red border for the selected product */
    }

        .product-container.selected .card-price {
            color: #B90F16; /* Price color for the selected product */
        }

.see-more {
    color: #A0A0A0
}

.textResizes {
    font-family: 'PoppinSemibold', sans-serif; /* Use the Poppins font */
    font-weight: bold; /* Set font weight to bold */
}

.righthead {
    padding-left: 0px;
}

#btnCheckAvailabilityNew {
    margin-top: 10px;
    margin-left: 0px;
}
/*.loginbtn {
    background-color: #ECECEC;
    color: black;
    padding: 14px;
}*/
/*.registerbtn {
    background-color: #B90F17;
    color: white;
    padding: 14px;
}*/

/* Modal Customizations */
/* Modal Customizations */
.modal-content {
    background-color: #fff;
    border-radius: 10px;
   /* padding: 20px;*/
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

    /* Decrease modal height */
    margin: auto; /* Center horizontally */
    display: flex;
    flex-direction: column;
}
.modal-content5 {

}
.modal-body {
    flex: 1; /* Allow the body to grow and fill available space */
    display: flex; /* Use flexbox for layout */
    padding: 20px; /* Adjust padding if necessary */
    overflow: hidden; /* Prevent overflow on modal body */
}
.modal-dialog1 {
    max-width: 900px !important;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Ensure the modal is vertically centered */
}

/* Arrow Close Button */
.btn-close {
    position: absolute;
    top: 10px;
    left: 15px;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: black;
    cursor: pointer;
}

    .btn-close .arrow-left {
        font-weight: bold;
        color: black; /* Close button arrow color */
    }

/* Product Image Styling */
.product-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Product Details Styling */
.product-title {
    font-weight: bold;
    font-size: 1.8rem;
    color: #B90F17;
    margin-bottom: 10px;
    font-family: PoppinSemibold;
}
.product-price {
    color: #000000;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: PoppinRegular;
}



/* Description & Features */
.product-description h4, .product-features h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.productdesc-head {
    color: #B90F17 !important;
    font-weight: 700;
}
.product-description p, .product-features ul {
    font-size: 1rem;
    color: #555;
}

.product-features ul {
    list-style-type: disc;
    padding-left: 20px;
}
.rightcontainer {
    overflow-y: auto; /* Enables vertical scrolling */
    overflow-x: hidden;
    max-height: 70vh;
}
    .rightcontainer::-webkit-scrollbar {
        height: 2px; /* Height of the scrollbar */
        width: 6px;
    }

    .rightcontainer::-webkit-scrollbar-thumb {
        background-color: #B90F17; /* Color of the scrollbar thumb */
        border-radius: 10px; /* Rounded corners for the scrollbar thumb */
    }

    .rightcontainer::-webkit-scrollbar-track {
        background: transparent; /* Background of the scrollbar track */
    }

    .rightcontainer::-webkit-scrollbar-button {
        display: none; /* Hide the arrows on the scrollbar */
    }


/*

    heading text css*/
/* Modal General Styling */
.modal-dialog-centered2 {

    justify-content: center;
    align-items: center;
}

.modal-dialog3 {
    max-width: 600px;
    margin: 30px auto;
}

.modal-content2{
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.modal-header-custom {
    justify-content: center;
    align-items: center;
    border-bottom: none;
    position: relative;
    padding-top: 7px !important;
    padding-bottom: 6px !important;
}
.note {

}


.modal-title3 {
    font-size: 24px;
    font-weight: bold;
    color: #B90F17; /* Text-danger styling */
    margin-left: 86px;
    justify-content: center;
    align-items: center;
}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
    color: #B90F17;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

/* Modal Body */
.modal-body3  p{
    font-size: 16px;
    color: #000000 !important;
    text-align: center;
}
.icon-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #B90F17; /* Background color for the circle */
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.exclamation-mark {
    font-size: 48px;
    font-weight: bold;
    color: white; /* White exclamation mark */
}
@media (max-width: 768px) {
    .modal-title3 {
        font-size: 20px;
        margin-left: 113px
    }


    .modal-body3 {
        font-size: 14px;
    }

    .icon-circle {
        width: 40px;
        height: 40px;
    }

    .exclamation-mark {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .modal-title3 {
        font-size: 18px;
    }

    .modal-body3 {
        font-size: 13px;
    }

    .icon-circle {
        width: 35px;
        height: 35px;
    }

    .exclamation-mark {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .modal-dialog1 {
        max-width: 100%;
    }

    .modal-content {
        flex-direction: column;
    }

 
}



/* Responsive Design */
@media (max-width: 768px) {
    .modal-dialog {
        max-width: 100%;
    }

    .product-title {
        font-size: 1.5rem;
    }

    .product-price {
        font-size: 1.2rem;
    }

    .modal-body {
        padding: 10px;
        flex-direction: column;
    }
    .rightcontainer {
        max-height: 60vh; /* Limit height further for smaller screens */
   
    }
    .product-image {
        max-height: 320px; /* Further reduce height for small devices */ 
    }
    .product-description {
        max-height: 200px; /* Optional: Limit description height */
        overflow-y: auto; /* Enable scrolling for description */
    }
}


@media (max-width: 576px) {
    .col-md-3 {
        min-width: 100%;
    }
}

@media (max-width: 1300px) {
    .margin-120 {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .tank_navbar .margin-40 {
        margin-left: 0px;
    }

        .tank_navbar .margin-40 li {
            margin-left: 5px;
        }

            .tank_navbar .margin-40 li a {
                text-transform: capitalize !important;
            }

    .tank_navbar .nav-right li {
        margin-left: 25px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .tank_navbar .margin-40 {
        margin-left: 0px;
    }

        .tank_navbar .margin-40 li {
            margin-left: 0px;
        }

    .tank_hidden_2 {
        display: none !important;
    }

    .tank_hidden_4 {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .tank_navbar .btn.btn-danger {
        padding: 10px 15px;
    }

    .navbar-brand img {
        width: 70px !important;
    }

    .tank_navbar .nav-right li {
        margin-left: 15px;
    }

    .tank_hidden_3 {
        display: none !important;
    }

    .tank_hidden_2 {
        display: none !important;
    }

    .tank_navbar .margin-40 {
        margin-left: 0px;
    }

        .tank_navbar .margin-40 li {
            margin-left: 0px;
        }
    .phone-reverse {
        flex-direction: column-reverse;
    }
    .border-red {
        border: none;
    }

    .w100-phone {
        width: 100%;
        margin-bottom: 2px;
    }
}

@media (min-width: 1024px) {
    .tank_hidden_1 {
        display: none !important;
    }

    .tank_hidden_4 {
        display: none !important;
    }
}

.tank_box {
    accent-color: #B90F16;
}

.fd {
    display: flex;
    flex-direction: column;
    height: 395px;
    flex-wrap: nowrap;
}

.middle {
    overflow-y: auto;
    flex-grow: 1;
}

    .middle::-webkit-scrollbar {
        width: 5px;
    }

    .middle::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .middle::-webkit-scrollbar-thumb {
        background: #B90F16;
    }

.productFirst::-webkit-scrollbar {
    width: 5px;
}

.productFirst::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.productFirst::-webkit-scrollbar-thumb {
    background: #B90F16;
}
.productFirst {
    overflow-y: auto;
    height :500px;
}

@media (max-width: 767px) {
    .fd {
        height: auto;
    }

    .form-control.tank_select.w-100{
       /* margin-top: 15px;*/
        margin-bottom:6px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .fd {
        height: auto;
    }
}

h2, .h2 {
    font-size: 1.6rem;
}

h3, .h3 {
    font-size: 1.5rem;
}
h4, .h4 {
    font-size: 1.3rem;
}
.change-text {
    color: #B90F16;
    font-family: montserrat;
    font-weight: 650 !important;
}
.Zip-text {
    font-family: montserrat;
    font-weight: 700 !important;
    color:black;
}
.deliveryCheckbox {
    pointer-events: none;
}
.new-Font-Size{
    font-size:1rem;
}

@media (max-width : 767px) {
    .Delivery_Card .tank_box {
        height: 20px !important;
        width: 20px !important;
        text-align: center !important;
        /*-webkit-transform: scale(2,2);*/
    }

    .Delivery_Card .card-body {
        padding-left: 12px;
        padding-right: 12px;
    }

    .text-free {
        font-size: 18px;
    }

    .delivery-time {
        font-size: 17px !important;
    }

    .text-item {
        font-size: 1.25rem;
    }

    .text-price {
        font-size: 25px;
    }

    .section {
        display: none;
    }

        .section.visible {
            display: block;
        }

    .mobile-steps li .nav-link.active {
        color: #B90F16;
        font-weight: 600;
        font-size: 15px;
    }

    .text-detail {
        font-size: 25px;
    }

    .mobile-steps li .nav-link {
        color: #888888;
        font-size: 18px;
        font-weight: 600;
    }

    .btn-secondarys {
        color: #888888 !important;
        border: 1px solid #888888 !important;
        padding: 6px 24px !important;
    }

    .mobile-steps .nav-link.active {
        position: relative;
    }

    .mobile-steps .nav-link {
        position: relative;
    }

        .mobile-steps .nav-link::after {
            background: #888888;
            width: 15px;
            height: 3px;
            position: absolute;
            /*content: '';*/
            right: -27%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .mobile-steps .nav-link.last-step:last-of-type::after {
            background: none;
            content: '';
        }

        .mobile-steps .nav-link.active::after {
            background: #B90F16;
            width: 15px;
            height: 3px;
            position: absolute;
           /* content: '';*/
            right: -20%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .mobile-steps .nav-link:first-child:active::after {
            content: "";
            background: none;
        }

    .mobile-steps li {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section.productZip{
        display: block !important;
        
    }
    .section.productZipCard {
        display: block !important;
    }
    .location-tank {
        font-size: 18px;
        font-weight: 400;
    }
}

@media (min-width: 320px) and   (max-width: 767px){
    .mobile-steps li {
        padding-left: 5px;
        padding-right: 5px;
    }
}

 .CardBODY {
     padding: 15px;
}


 @media (max-width: 767px){

    .CardBODY {
        padding: 10px;
    }

    .CardBODY .WRap{
        flex-wrap: inherit !important;
    }
 }

 @media (min-width: 341px) and (max-width: 765px){
    .text-price {
        font-size: 22px;
    }
    .text-detail {
        font-size: 17px;
    }
 }

@media (min-width: 280px) and (max-width: 340px) {
    .tank_navbar .btn.btn-danger {
        padding: 7px 12px;
        font-size: 14px;
    }
    .navbar-toggler.mr-3{
        margin-right: 8px !important;
    }
    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }
    .navbar-toggler{
        padding: 4px 8px !important;
    }
    .text-price {
        font-size: 15px;
    }

    .text-detail {
        font-size: 12px;
    }
}