/*Filters Page*/
.sidebar-wrapper .widget {
    border: 2px solid #e7e2e2;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.category-page .sidebar-wrapper .widget h3.widget-title {
    margin: 0px;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 0px;
    color: #454444;
    font-weight: 600;
    border-bottom: 0;
    cursor: pointer;
}

.sidebar-wrapper .widget .collapse {
    border-top: 2px solid #efefef;
    padding-top: 10px;
}

/*PRODUCT PAGE*/
.attributes-container {
    justify-content: space-between;
    margin-top: 50px;
    border-bottom: 1px solid #efefef;
    display: flex;
    flex-wrap: wrap;
}

.attribute-inner {
    width: 48%;
    margin-bottom: 35px;
}

.attribute-inner h3 {
    font-size: 18px !important;
    margin-bottom: 0;
}

.each-spec {
    border: 1px solid #bfbbbb;
    border-bottom: 0;
    display: flex;
}

.each-spec:nth-last-child(1) {
    border-bottom: 1px solid #bfbbbb !important;
}

.spec-key {
    width: 50%;
    background: #fbf7f7;
    padding: 5px 10px;
    font-weight: 600;
    border-right: 1px solid #dedede;
    padding-bottom: 0px;
    padding-top: 12px;
}

.spec-value {
    width: 50%;
    padding: 5px 10px;
    padding-top: 12PX;
}

@media (max-width: 768px) {
    .attribute-inner {
        width: 100%;
    }
}

.view-more-filters-btn {
    color: #fff;
    background-color: #00c6f0;
    text-decoration: none;
    border-color: #00c6f0;
}

.view-more-filters-btn:hover {
    color: #fff;
}

.header .middle_bar .container .right .cart_main_wrapper {
    flex-direction: row;
    padding: 5px 25px;
}

.header .middle_bar .container .right .cart_main_wrapper .top {
    padding-right: 20px;
}

header .middle_bar .container .right .cart_main_wrapper .top .num {
    right: 0;
}

header .middle_bar {
    margin: 10px 0;
}


.thank-you-page {
    padding: 50px 0;
}

.thank-you-page .order-details table {
    width: 100%;
    margin-top: 50px;
    border-spacing: 0 !important;
    border: 1px solid #08446b54
}

.thank-you-page .order-details table tbody tr td {
    font-size: 15px;
    padding: 8px 10px;
    border: 1px solid #00c6f0;
}

.thank-you-page .order-details table tbody tr td.text-end {
    text-align: end
}

.thank-you-page .order-details table thead th {
    padding: 10px;
    background: #00c6f0;
    color: #fff
}

.thank-you-page .order-details table tbody tr td.text-end.head {
    font-weight: 600
}

@media screen and (max-width: 576px) {
    .thank-you-page .order-box h1 {
        text-align: center
    }

    .thank_you_page_main {
        padding: 40px
    }
}

@media screen and (max-width: 414px) {
    .thank-you-page .order-box a {
        padding: 12px 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.thank-you-page .order-box {
    max-width: 550px;
    margin: auto;
}

.thank-you-page .order-box h1 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    line-height: 26px;
}

.thank-you-page, .thank-you-page .order-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.thank-you-page .order-box {
    border: 1px solid #08446b5c;
    padding: 50px 40px;
    border-radius: 20px;
    background-color: #d7dadb
}

.thank-you-page .order-box img {
    margin: 30px 0;
    width: 75px;
    height: 75px;
}

.thank-you-page .order-box a {
    background-color: #00c6f0;
    color: #fff;
    padding: 12px 40px;
    margin-top: 20px;
    border-radius: 8px;
    transition: all .2s ease-in-out;
}

.thank-you-page .order-box p {
    font-size: 16px;
    font-weight: 600
}

@media screen and (max-width: 575px) {
    .thank-you-page .order-box a {
        padding: 12px 30px;
    }

    .thank-you-page .order-box h1 {
        font-size: 20px;
    }

    .thank-you-page .order-details table thead th {
        white-space: nowrap;
    }
}


/*// cart modal css*/
.cart-modal .modal-dialog {
    max-width: 512px;
    margin: auto;
}

.cart-modal .modal-dialog .modal-content {
    background: #00c6f0;
    border-radius: 20px;
    border: 0;
    padding: 65px 25px 25px;
}

.cart-modal .modal-dialog .modal-content .modal-body {
    text-align: center;
    padding: 0;
}

.cart-modal .modal-dialog .modal-content .modal-body .close-btn {
    position: absolute;
    right: 0;
    color: #fff;
    background: transparent;
    padding: 0;
    border: 0;
    font-size: 35px;
    font-weight: bold;
    line-height: 100%;
    top: -40px;
}

.cart-modal .modal-dialog .modal-content .modal-body h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    margin: 20px 0;
}

.cart-modal .modal-dialog .modal-content .modal-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.cart-modal .modal-dialog .modal-content .modal-body ul li {
    width: 48%;
}

@media (max-width: 575px) {
    .cart-modal .modal-dialog .modal-content .modal-body ul li {
        width: 100%;
    }
}

.cart-modal .modal-dialog .modal-content .modal-body ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    color: #00c6f0;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    padding: 12px;
}

#number-container {
    max-height: 50px;
}

#number-container iframe {
    max-height: 30px;
}

#securityCode-container {
    max-height: 38px;
}

#securityCode-container iframe {
    max-height: 25px;
}

.checkout-page .shipping-method-main .payment-methodBox {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.checkout-page .order-summary-box {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.checkout-page .shipping-method-main .payment-methodBox .place-order button#btn-confirm-order{
    width: 100%;
    border: 0px;
    border-radius: 0px;
    background-color: #00c6f0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 0px 0px 0px;
    line-height: 18px;
    height: 50px;
    margin: 20px 0px 0px 0px;
}

.checkout-page .shipping-method-main .payment-methodBox .pci-dss span {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    text-align: center;
}

.checkout-page  p.billing_discriptor {
    text-align: center;
    font-size: 13px;
    margin-top: 11px;
    font-weight: 600;
    color: #00c6f0;
    text-transform: uppercase;
}

.cart-page .row.cart_items_main .cart_items .quantity-qty-main .quantity-content input.input-text{
    width: 90px;
    text-align: center;
}
.cart-page .row.cart_items_main .cart_items span.cart-price span.price, .cart-page .row.cart_header .items_head h4, .cart-page .row.cart_items_main .cart_items h2.product-title a, .checkout-page .order-summary-box .order-sum .border-bottom-scroll .border-bottom .row .col-md-6 a h3{
    font-size: 14px;
    text-decoration: none;
}
/* Always show arrows in number input (WebKit browsers) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
}
input[type="number"] {
    -moz-appearance: number-input;
}

.shipping-step-addresses .form-row  .form-control{
    width: 100%;
    border: 1px solid #e1e1e1;
    outline: 0px;
    border-bottom: 3px solid #e1e1e1;
    margin: 0 0px 5px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: 8px 15px;
    border-radius: 0px;
    box-shadow: none;
}

/* ========== Profile Page Styles ========== */
.profile {
    padding: 40px 80px;
}

.profile__header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    padding-top: 50px;
}

.profile__header h1 {
    color: #00c6f0;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.profile__layout {
    display: flex;
    gap: 20px;
}

/* Sidebar */
.profile__sidebar {
    width: 170px;
    padding: 10px;
}

.profile__sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile__sidebar li {
    margin-bottom: 10px;
}

.profile__sidebar a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: #00c6f0;
    transition: .2s ease-in-out;
}

/* Content */
.profile__content {
    flex: 1;
    padding: 10px;
}

/* ========== Tabs ========== */
.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    justify-content: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.tab {
    appearance: none;
    border: 0;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    padding: 10px 12px;
    position: relative;
    transition: .2s ease-in-out;
}

.tab:hover {
    color: #00c6f0;
}

.tab.is-active {
    color: #00c6f0;
}

.tab.is-active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    transform: translateX(-50%);
    width: 70%;
    height: 3px;
    background: #00c6f0;
    border-radius: 2px;
}

/* Panels */
.panel {
    display: none;
}

.panel.is-active {
    display: block;
}

/* ========== Dashboard / Tables ========== */
.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.info-table {
    width: 100%;
    border-collapse: collapse;
}

.info-table th,
.info-table td {
    text-align: left;
    padding: 10px 30px 10px 0;
    border: 0;
    font-size: 16px;
    font-weight: 400;
}

.info-table th {
    width: 140px;
    color: #222;
    font-weight: 600;
}

.info-table strong {
    font-weight: 700;
}

/* ========== Forms ========== */
.form {
    margin-top: 20px;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 20px;
}

.grid label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.grid input,
.grid select,
.grid textarea {
    width: 100%;
    border: 1px solid #adadad;
    padding: 8px 10px;
    font-size: 15px;
    border-radius: 5px;
    height: 40px;
    outline: none;
}

.grid textarea {
    height: 40px;
    resize: vertical;
}

.grid .full {
    grid-column: 1 / -1;
}

.form button {
    padding: 5px 30px;
    height: 42px;
    border: 0;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    margin-top: 20px;
    cursor: pointer;
    background: #00c6f0;
    color: #fff;
    transition: .2s ease-in-out;
}

/* ========== Orders ========== */
.card {
    width: fit-content;
    color: #fff;
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #08446b;
    gap: 10px;
}

.card p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
}

.data-table thead th {
    border-bottom: 1px solid #cbcbcb;
    font-weight: 700;
    padding: 10px 8px;
    text-align: left;
}

.data-table td {
    padding: 10px 8px;
    font-size: 16px;
    white-space: nowrap;
}

.data-table button {
    padding: 4px 30px;
    height: 40px;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    background: #00c6f0;
    color: #fff;
    transition: .2s ease-in-out;
}

/* ========== Quote Panel Optional Look ========== */
#quote .form {
    background: #e5e7eb;
    padding: 20px 30px 30px;
    border-radius: 10px;
}

/* ========== Reviews (basic) ========== */
#reviews {
    padding: 20px;
    border-radius: 12px;
}

.profile__content h2 {
    line-height: 28px;
    font-size: 26px;
    margin-bottom: 20px;
    color: #00c6f0;
    font-weight: 700;
}

/* ========== Responsive ========== */
@media (max-width: 1399px) {
    .tabs {
        font-size: 14px;
    }

    .profile__sidebar {
        width: 100px;
    }
}

@media (max-width: 1199px) {
    .tab.is-active::after {
        display: none;
    }
}

@media (max-width: 992px) {
    .profile {
        padding: 25px 20px;
    }

    .profile__layout {
        flex-direction: column;
    }

    .profile__sidebar {
        width: 100%;
        padding: 0;
    }

    .profile__sidebar a {
        width: 100%;
    }

    .two-col {
        grid-template-columns: 1fr;
    }

    .grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .profile__content h2 {
        line-height: 22px;
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 600;
    }
}

/* ========== Order Details Modal ========== */
.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1000;
    overflow: auto;
}

.modal__content {
    background: #fff;
    margin: 5% auto;
    padding: 30px;
    border: 1px solid #888;
    width: min(900px, 90%);
    border-radius: 10px;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.modal__content h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #00c6f0;
    font-size: 24px;
    font-weight: 700;
}

.modal__close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 32px;
    font-weight: 700;
    cursor: pointer;
    color: #aaa;
    line-height: 1;
    background: transparent;
    border: none;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal__close:hover {
    color: #000;
}

.error-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    display: block;
    min-height: 16px;
}

/* Password toggle styles */
.password-input-wrapper {
    position: relative;
    display: block;
}

.password-input-wrapper input {
    padding-right: 40px;
    width: 100%;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #797979;
    user-select: none;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.password-toggle:hover {
    color: #00c6f0;
}

.password-toggle i {
    font-size: 16px;
    transition: color 0.2s;
}
.modal-backdrop.show {
    z-index: 0;
}

.request-qoute-btn,
.req_a_quote_btn {
    background: #00c6f0;
    border-radius: 0;
    margin-right: 10px;
    min-height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    color: #fff;
}
.request-qoute-btn {
    width: 94% !important;
}

.req_a_quote_btn:hover,
.request-qoute-btn:hover{
    background: #00c6f0;
}
header .middle_bar .container .right .cart_main_wrapper .top i{
    font-size: 22px;
}
header .top_header .container a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    font-family: "Khula";
    line-height: 15px;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: #00c6f0;
}

.best_products_tabs .parent-wrapper a {
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    font-family: "Khula";
    padding: 0;
    color: #333;
}

.best_products_tabs .parent-wrapper a.active {
    color: #00c6f0;
    font-weight: bold;
}
.best_products_tabs .parent-wrapper {
    display: flex;
    gap: 20px;
}
@media (max-width: 575px) {
    .best_products_tabs .parent-wrapper {
        flex-wrap: wrap;
    }
    .best_products_tabs .parent-wrapper a {
        display: block;
    }
}