:root {
    --border-color-11: #ededed;
    --ltn__secondary-color: #0a9a73;
    --ltn__paragraph-color: #5c727d;
    --white: #fff;
}

.consultation-main {
    padding-top: 80px !important;
}

.header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    /* background: #fff; */
}

/* Main Content */
.consultation-main {
    min-height: calc(100vh) !important;
}

@media (max-width: 768px) {

    .header-help {
        display: unset !important;
    }

    .header-help .help {
        display: none !important;
    }

    .cart-info {
        display: none !important;
    }

    .header-content {
        justify-content: start !important;
    }

}

/* ----------------------------------------------------
    Pagination
---------------------------------------------------- */
/* ltn__pagination-3 */
.ltn__pagination ul {
    margin: 0;
    padding: 0;
}

.ltn__pagination ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.ltn__pagination ul li:last-child {
    margin-right: 0px;
}

.ltn__pagination ul li a {
    height: 50px;
    width: 50px;
    line-height: 46px;
    border: 2px solid var(--border-color-11);
    text-align: center;
    display: block;
    font-weight: 700;
    border-radius: 100%;
    text-decoration: none;
    color: var(--ltn__paragraph-color);
}

.ltn__pagination ul li:hover a,
.ltn__pagination ul li.active a {
    background-color: var(--ltn__secondary-color);
    border-color: var(--ltn__secondary-color);
    color: var(--white);
}

@media (max-width: 767px) {
    .ltn__pagination ul li {
        margin-right: 5px;
        font-size: 14px;
    }

    .ltn__pagination ul li a {
        height: 40px;
        width: 40px;
        line-height: 36px;
    }
}

/* ----------------------------------------------------
    Product Attribute Swatch Styles
---------------------------------------------------- */
.theme-btn-1 {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}

.attribute_values {
    margin: 10px 0;
    padding-inline-start: 0
}

.attribute_swatch li {
    display: inline-block;
    margin-bottom: 5px;
    margin-inline-end: 10px;
    vertical-align: top
}

.attribute_values .custom-radio input[type=radio] {
    display: none
}

.selected-radio {
    background-color: #28a745;
    color: #fff;
    border-radius: .25rem;
    display: inline-block;
    font-size: 16px;
    font-weight: 400
}

.custom-radio label {
    cursor: pointer
}

.product-badge {
    position: unset
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.m-1 {
    margin: .25rem !important;
}

.product-attribute label {
    display: inline-block;
}

/* ----------------------------------------------------
    Shoping Cart
---------------------------------------------------- */
.table tr:nth-child(odd) {
    background-color: #f7f8fa;
}

.table tr:nth-child(even) {
    background-color: #fafafa;
}

.shoping-cart-table tbody {
    border-bottom: 1px solid #dee2e6;
}

.shoping-cart-table thead th {
    vertical-align: middle;
    border-bottom: 0;
    background-color: #f7f8fa;
}

.shoping-cart-table .table tr {
    background-color: transparent;
    display: table;
    width: 100%;
}

.shoping-cart-table td {
    padding: 20px 25px;
    vertical-align: middle;
}

.cart-product-image img {
    max-width: 100px;
}

.cart-product-remove {
    cursor: pointer;
}

.cart-product-remove:hover {
    color: var(--ltn__secondary-color);
}

.cart-product-subtotal {
    font-weight: 700;
}

.cart-coupon-row {
    background-color: #f7f8fa;
    text-align: right;
}

.cart-coupon {
    text-align: left;
}

.cart-coupon input {
    max-width: 250px;
    margin-bottom: 0;
}

.submit-button-1 {
    padding: 10px 30px;
    background-color: var(--ltn__primary-color);
    color: var(--white);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.submit-button-1:hover {
    background-color: var(--ltn__secondary-color);
    color: var(--white);
}

.btn.disabled {
    cursor: not-allowed;
}

.shoping-cart-total {
    float: right;
    max-width: 450px;
    width: 100%;
}

.shoping-cart-total .table {
    margin-bottom: 0;
}

.shoping-cart-total .btn-wrapper {
    margin-top: 0;
}

.shoping-cart-total .btn-wrapper .theme-btn-1 {
    display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .shoping-cart-table td {
        padding: 20px 10px;
    }

    .cart-product-image img {
        max-width: 80px;
    }

    .cart-product-info h4 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .shoping-cart-table thead th {
        display: none;
    }

    .shoping-cart-table .table tr {
        display: block;
        text-align: center;
    }

    .shoping-cart-table td {
        display: block;
        padding: 20px 15px;
    }

    .cart-product-image {
        max-width: 100%;
    }

    .shoping-cart-table .cart-plus-minus {
        margin-left: auto;
        margin-right: auto;
    }

    .cart-coupon input {
        margin-bottom: 20px;
    }

    .shoping-cart-table .table tr:nth-child(even) {
        background-color: var(--section-bg-1);
    }
}

/*---------------------------------------------------------------
  5. Nice Select
---------------------------------------------------------------*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

/* ----------------------------------------------------
    Mini Cart Icon Styles
---------------------------------------------------- */
.header-cart {
    display: flex;
    align-items: center;
    margin-left: 22px;
}

.header-cart .cart-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
}

.header-cart .cart-icon {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
    /* background: #015F47; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-cart .cart-icon i {
    font-size: 16px;
    color: #fff;
}

.header-cart .cart-count {
    position: absolute;
    top: -5px;
    right: -6px;
    background: #E84142;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 50px;
    font-weight: bold;
}

.header-cart .cart-info {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.header-cart .title {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.9;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.header-cart .amount {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

/* Hover Effect */
.header-cart .cart-link:hover .amount {
    color: #E8FFEB;
}

.cart-row {
    border-bottom: 1px solid #e5e7eb;
    /* light grey */
}

.cart-row:last-child {
    border-bottom: none;
    /* remove last border */
}

.product-badge li {
    list-style: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    background-color: var(--ltn__secondary-color);
    color: var(--white);
    padding: 3px 15px 0px;
    text-transform: uppercase;
    line-height: 25px;
}

@media (max-width: 575px) {
    .ltn__header-3 .mini-cart-icon-2>a h6 {
        display: none;
    }
}
