/* ---------------------------------------------- */
.abt-top-last p {
    font-size: 15px;
}

.abt-title span {
    font-size: 17px;
    font-family: 'Poppins';
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}

.abt-title {
    margin-bottom: 10px;
}

.abt-points {
    padding-left: 0;
}

.abt-points li {
    font-size: 15px;
    line-height: 28px;
}

/* ---------------------------------------------- */

/* ------------------contact------------------ */
.con-box {
    border-left: 1px solid purple;
    padding-left: 30px;
}

.contact-detail {
    box-shadow: 1px 1px 12px 1px #dadada;
    border-radius: 6px;
    padding: 30px;
}

.contact-info ul li {
    list-style: none;
    margin-bottom: 10px;
    line-height: 30px;
}

.contact-info ul li img {
    box-shadow: 1px 1px 12px 1px #e0e0e0;
    border-radius: 50%;
    padding: 6px;
    border: 1px solid #cdcdff;
}

.contact-info ul {
    padding-left: 0;
}

/* ------------------contact------------------ */


/* ---------------------------------------------- */
.form-area {
    background-color: #ffffff;
    color: #000;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 1;
    border-radius: 8px;
}

.form-area {
    box-shadow: 0 0 38px #666;
    margin: 40px auto;
    /* max-width: 500px; */
}

.form-sing {
    padding: 46px 60px;
}

.nav-tabs {
    border: none;
    padding-left: 17px;
}

.sing-log-wrap .tab-content {
    margin-top: 42px;
}

.sing-log-wrap .nav.nav-tabs li a {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
}

.sing-log-wrap .nav>li>a:focus,
.sing-log-wrap .nav>li>a:hover {
    background: none;
    border: 1px solid transparent;
    color: #101d33;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #101d33;
    cursor: default;
    background: none;
    border: 0px solid #ddd;
    border-bottom: 2px solid #e5681d;
}

.sing-log-wrap label {
    width: 100%;
    text-transform: uppercase;
    color: #000000;
}

.form-input-group label,
.form-input-checkbox {
    padding-left: 17px;
}

.sing-log-wrap .form-input-group input {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    margin-top: 10px;
}

.sing-log-wrap .form-input-group input,
.form-input-group button {
    border: medium none;
    border-radius: 20px;
    border: 1px solid #adadad;
    color: #000000;
    padding: 9px 17px;
    width: 100%;
}

.form-input-checkbox label {
    width: auto;
    text-transform: none;
}

.form-input-group label {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.form-input-group button {
    background: #101d33 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 17px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.form-input-group button:hover {
    background: #101d33 none repeat scroll 0 0;
    color: #ffffff;
}

.form-bor {
    border-bottom: 1px solid #36384d;
    margin-bottom: 33px;
    padding-bottom: 35px;
}

.forgot-pass {
    color: #000000dd;
    display: block;
    text-align: center;
}

.forgot-pass:hover {
    color: #000000;
}

.sing-log-wrap .form-input-group {
    margin-bottom: 17px;
}

.PWd9A7 {
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* margin: 20px 0; */
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* ---------------------------------------------- */
/* ---------------------------------------------- */
.mt190 {
    margin-top: 20px;
}

.step-indicator-responsive li {
    display: table-cell;
    float: none;
    width: 1%;
    padding: 0;
}

.step-indicator .active .step {
    background-color: #e11f27;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.step-indicator .active .caption {
    color: #181617;
}

.step-indicator .step {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 16px;
    color: #a7a7a7;
    background-color: #ebebeb;
    font-weight: 700;
}

.step-indicator-responsive .caption {
    padding-top: 8px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #a0a0a0;
}

.step-indicator-responsive li::before {
    position: relative;
    top: 14px;
    z-index: -1;
    display: block;
    height: 1px;
    content: "";
    background-color: #ccc;
}

.step-indicator {
    z-index: 100;
    width: 100%;
}

.step-indicator-responsive li:first-child::before {
    left: 50%;
}

.step-indicator-responsive li:last-child::before {
    right: 50%;
}

@media (max-width: 575.98px) {
    .no-bg-xs {
        background-image: none !important;
    }

    .step-indicator-responsive .caption {
        font-size: 13px;
    }

    .card-describe {
        padding: 15px;
    }
}

/* ---------------------------------------------- */

/* ---------------------------------------------- */
.info-pay {
    padding: 20px;
}

.pay-box {
    box-shadow: 1px 1px 12px 1px #dadada;
    border-radius: 8px;
}

.form-control {
    border-radius: 0px;
}

.ShoppingCart_title {
    background-color: #314b68;
    color: white;
    margin-bottom: 20px;
    font-family: sans-serif;
    padding: 3px 15px;
    font-size: 22px;
    font-weight: 600;
}

.address_title {
    background-color: #314b68;
    color: #ffffff;
    padding: 6px 12px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.addnewaddress {
    color: #ffffff;
    font-size: 14px;
    vertical-align: text-bottom;
}

.gr {
    color: grey;
}

.price_box {
    margin-bottom: 14px !important;
}

.price_box span.old_price {
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 6px;
}

.price_box span.current_price {
    font-size: 16px;
    font-weight: 500;
    color: #c40316;
}

.price_box span.old_price {
    font-size: 14px;
    margin-right: 10px;
}

.price_box span {
    line-height: 16px;
    font-size: 14px;
}

.qunt {
    margin: 20px 0px;
    align-items: center;
}

.qty-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-container .qty-btn-minus {
    margin-right: -1px;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    background: #314b68;
    color: white;
    border: 1px solid #314b68;
    padding: 10px 13px;
    font-size: 10px;
    height: 38px;
    width: 38px;
    transition: 0.3s;
}

.qty-container .input-qty {
    text-align: center;
    padding: 6px 10px;
    border: 1px solid #314b68;
    max-width: 80px;
}

.qty-container .qty-btn-plus {
    margin-left: -1px;
}

.later {
    margin-left: 20px;
}

.later a {
    color: #3b3b3b;
}

/* ---------------------------------------------- */
.pay-box {
    box-shadow: 1px 1px 12px 1px #dadada;
    border-radius: 8px;
}

.WMMwb0 {
    display: block;
    text-transform: uppercase;
    padding: 13px 24px;
    font-weight: 500;
    background-color: #314b68;
    color: #ffffff;
    min-height: 47px;
    border-radius: 2px 2px 0 0;
}

._3j-e05 {
    padding: 0 24px;
}

.HRZecL {
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.uJ4ZKF {
    border-top: 1px dashed #e0e0e0;
    font-weight: 500;
    font-size: 18px;
    padding: 12px 0px;
}

.IbVNxe {
    border-top: 1px dashed #e0e0e0;
    padding: 12px 0;
    font-size: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #388e3c;
    font-weight: 500;
}

.place-btn {
    background-color: #1a5a1d;
    color: white;
    border-radius: 6px;
    border: none;
    padding: 8px 12px;
}

.XNAVU4 {
    font-size: 14px;
    text-align: left;
    display: inline-block;
    color: #878787;
    padding: 5px 0 5px 35px;
    background-size: 25px 31px;
    font-weight: 500;
    padding-left: 20px;
}

.days {
    padding: 10px 20px;
}

/* ---------------------------------------------- */


/* -------------view cart---------------- */
/* -------------profile---------------- */
.leftside-my-account {
    background: #ffffff;
    box-shadow: 1px 1px 12px 1px #cecece;
    border-radius: 4px;
    padding: 20px;
}

.userprofileleft {
    text-align: center;
    padding: 20px;
    color: #000;
    position: relative;
    border-bottom: 1px solid rgba(245, 245, 245, 1);
}

.pf-image {
    width: 80px;
    height: 80px;
    margin: auto;
    border: 1px solid rgba(116, 116, 116, 1);
    padding: 4%;
    font-size: 46px;
    text-transform: capitalize;
    border-radius: 50%;
    text-align: center;
    background: rgba(229, 229, 229, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.myacctab {
    padding-left: 3px;
}

.myacctab li {
    list-style: none;
}

.edit-profile {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.profileinfo h2 {
    margin: 10px 0 8px;
    font-size: 18px;
    color: rgba(72, 72, 72, 1);
    text-transform: capitalize;
    font-weight: 600;
}

.profileinfo .info-dash {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
    flex-wrap: wrap;
    padding: 0px 15px;
}

.profileinfo .info-dash p {
    margin: 0;
    color: rgba(90, 90, 90, 1);
    font-size: 14px;
}

span.seprator {
    border-left: 1px solid;
    width: 5px;
    color: rgba(90, 90, 90, 1);
    height: 18px;
}

.myaccountnavigationtab {
    margin-top: 20px;
}

li.myaccounttabs a {
    padding: 20px 10px;
    margin: 0px 20px 15px 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 30%);
    display: block;
}

.tabmain {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.svgtext {
    display: flex;
    align-items: center;
}

.tab-text-myaccount {
    color: rgba(23, 23, 23, 1);
    margin-left: 20px;
}

.tab-text-myaccount strong {
    color: rgba(0, 0, 0, 0.9);
    font-weight: bold;
    margin-bottom: 3px;
    display: block;
    font-size: 16px;
    font-weight: 500 !important;
}

/* ------------------------------------ */
.dashboard-box {
    padding: 30px;
}

.input-number {
    display: flex;
    align-items: center;
    border-radius: 6px;
    background: rgba(255, 221, 0, 0.02);
    width: 100%;
    line-height: 17px;
}

.input-number .indiannumber {
    display: flex;
    align-items: center;
    padding: 7px 12px;
    margin-bottom: 20px;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #cecece;
    justify-content: center;
}

.input-number .indiannumber span {
    padding-left: 5px;
}

.input-number .form-in.in.dsh-number {
    width: 100%;
    padding: 0px;
}

.input-number .form-in.in.dsh-number input {
    width: 100%;
    padding: 15px 10px;
    color: #808080;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.my-profile textarea {
    width: 100%;
    padding: 15px 10px;
    color: #000000 !important;
    border-radius: 6px;
    border: 1px solid #c5c5c5;
}

.my-profile label {
    width: 100%;
    margin-bottom: 4px;
}

.my-profile input {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #cecece;
    padding: 6px 12px;
    margin-bottom: 20px;
}

.my-profile select {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #cecece;
    padding: 6px 12px;
    margin-bottom: 20px;
}

.save-btn {
    background-color: #e97410;
    color: white;
    padding: 6px 18px;
    border: none;
    border-radius: 4px;
}

.support li {
    list-style: none;
    line-height: 1.8;
}

/* -------------profile---------------- */

/*------------------------ Table Styles -------------------*/

.table-wrapper {
    box-shadow: 0px 0px 8px #00000033;
}

.fl-table {
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

.fl-table td,
.fl-table th {
    text-align: center;
    padding: 12px;
}

.fl-table td {
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    font-size: 14px;
}

.fl-table thead th {
    color: #ffffff;
    background: #078d96;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #078d96;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }

    .table-wrapper:before {
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }

    .fl-table thead,
    .fl-table tbody,
    .fl-table thead th {
        display: block;
    }

    .fl-table thead th:last-child {
        border-bottom: none;
    }

    .fl-table thead {
        float: left;
    }

    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }

    .fl-table td,
    .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }

    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }

    .fl-table tbody tr {
        display: table-cell;
    }

    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }

    .fl-table tr:nth-child(even) {
        background: transparent;
    }

    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }

    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }

    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}

/* -----------------------------select form------------------------ */
.form-select {
    display: block;
    width: 20%;
}

/* -----------------------------select form------------------------ */


/* ---------------------------product detail------------------------ */
/* 
.card-wrapper {
    padding: 0px 120px;
    margin: 0 auto;
}
/* 
.card img {
    width: 100%;
    display: block;
} */

.img-display {
    overflow: hidden;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.img-showcase img {
    min-width: 100%;
}

.img-select {
    display: flex;
}

.img-item {
    margin: 0.3rem;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
    margin-right: 0;
}

.img-item:hover {
    opacity: 0.8;
}

/* .product-content {
    padding: 2rem 1rem;
} */

.product-title {
    font-family: sans-serif;
    font-size: 29px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}

.product-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 80px;
    background: #12263a;
}

.product-detail p {
    font-size: 20px;
    padding: 0.3rem;
    opacity: 0.8;
}

.product-detail ul {
    padding-left: 0px;
    margin: 1rem 0;
    font-size: 0.9rem;
}

.product-detail ul li {
    margin: 0;
    list-style: none;
    /* background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat; */
    background-size: 18px;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}

.product-detail ul li span {
    font-weight: 400;
}

.purchase-info {
    margin: 1.5rem 0;
}

.purchase-info input,
.purchase-info .btn {
    border: 1.5px solid #ddd;
    border-radius: 15px;
    text-align: center;
    padding: 12px 12px;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}

.purchase-info input {
    width: 60px;
}

.purchase-info .btn {
    cursor: pointer;
    color: #fff;
}

.purchase-info .btn:first-of-type {
    background: #256eff;
}

.purchase-info .btn:last-of-type {
    background: #f64749;
}

.purchase-info .btn:hover {
    opacity: 0.9;
}

@media screen and (min-width: 992px) {
    .card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }

    .card-wrapper {
        /* height: 100vh; */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-imgs {
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
    }

    .product-content {
        padding-top: 0;
    }
}

.mb-bottom {
    margin-bottom: 40px;
}

/* ---------------------------product detail------------------------ */

/* --------------------------------------------------- */
/* -----------------------request a need----------------------------- */

.query {
    box-shadow: 1px 1px 8px 1px #d4d4ff;
    padding: 20px;
    border-radius: 10px;
}

.query a:hover {
    color: #1f1d1d;
}

.query input {
    width: 100%;
    padding: 5px 4px;
    margin: 10px 0px;
    border-radius: 8px;
    border: 1px solid rgb(209, 209, 209);
}

.text-area {
    width: 100%;
    padding: 8px 10px;
    margin: 10px 0px;
    border-radius: 8px;
    border: 1px solid rgb(209, 209, 209);
}

.query select {
    width: 100%;
    padding: 8px 10px;
    margin: 10px 0px;
    border-radius: 8px;
    border: 1px solid rgb(209, 209, 209);
}

.number {
    width: 14% !important;
}

.mobile {
    width: 83% !important;
    margin-left: 0px !important;
}

.contact-form {
    display: flex;
    margin-bottom: 40px;
}

.contact-form h6 a {
    color: black;
    text-decoration: none;
}

.icon {
    font-size: 35px;
    margin-top: 10px;
    margin-right: 10px;
}

.sub-btn {
    background-color: white;
    border: 1px solid #8b6c0f;
    color: #8b6c0f;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 25px;
    margin-top: 20px;
}

.sub-btn:hover {
    background-color: #8b6c0f;
    border: 1px solid #8b6c0f;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 25px;
    margin-top: 20px;
}

/* -----------------------request a need----------------------------- */



/*-----------------categories ------------------ */

.ct-name {
    color: #1C2120;
    line-height: 14px;
    font-size: 25px;
    margin-bottom: 15px;
    font-family: sans-serif;
}

.ct-pra {
    opacity: 0.75;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 30px;
    line-height: 19px;
    text-align: left;
}

.text-points li {
    list-style: disc;
}

.hide-part {
    display: none;
}

.show-part {
    display: block;
}

.show-more {
    background-image: linear-gradient(to right, #1f3c6d, #e5681d);
    color: white !important;
}

/*-----------------categories ------------------ */


/* --------------------blog------------------- */
/* .blog-bottom {
    margin-bottom: 60px;
}

.blog {
    overflow: hidden;
    box-shadow: 1px 1px 12px 1px #dddddd;
    border-radius: 8px;
    height: 100%;
}

.blog img {
    margin-bottom: 4px;
}

.blog-title {
    color: #2e2e61;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
} */

/* ------------------blog-------------------- */


/* ------------------policy-------------------- */
.policy-title{
    font-size:1rem;
    font-weight: 600;
    margin-bottom:10px;
}
.policy-p {
    font-size: 14px;
}
.policy-points li{
    font-size: 14px;
    list-style: disc;
    line-height: 24px;
}
/* ------------------policy-------------------- */