.primary-text {
    color: #1A7182;
}

.text-success {
    color: #46A54D !important;
}

.primary-bg {
    background-color: #1A7182;
}
.primary-bg:hover {
    background-color: #0c414b;
}
.secondary-btn{
    border: 1px solid #1A7182;
    color: #1A7182;
}
.secondary-btn:hover{
    border: 1px solid #1A7182;
    color: #fff;
    background-color: #1A7182;
}
.btn-close{
    background-color: rgba(26, 113, 130, 0.08);
    filter: invert(34%) sepia(73%) saturate(478%) hue-rotate(142deg) brightness(92%) contrast(90%);
}
select:focus-visible {
    border: none;
    outline: none;
}

img,svg {
    width: 100%;
}

ul,
li {
    padding: 0;
    list-style: none;
}

.select-slot-modal .slot-apply-btn {
    color: #fff;
    border: 1px solid #1A7182;
}

.select-slot-modal .slot-apply-btn:hover {
    background-color: transparent;
    color: #1A7182;
}

.select-slot-modal .slot-cancel-btn {
    background-color: #eaeaea;
    color: #5D6767;
    border-color: #eaeaea;
}

.select-slot-modal .modal-header h1 {
    font-size: 1.4rem;
}

.select-slot-modal .modal-subtitle {
    color: #a4a4a4;
    font-size: 13px;
}

.lmg__cart .lmg__cart-address-details .change-adress {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.lmg__cart .lmg__cart-right .continue-checkout-btn {
    width: 100%;
    padding: 15px 0;
    border: 1px solid #1A7182;
    color: #fff;
}

.lmg__cart .lmg__cart-right .continue-checkout-btn:hover {
    background-color: transparent;
    color: #1A7182;
}

.lmg__cart .lm__checkout {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.lmg__cart .lm__checkout .lm__price-details {
    padding-left: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #1A7182;
    display: flex;
}

.lmg__cart .lm__checkout .lm__price-details img {
    max-width: 32px;
}

.lmg__cart .lm__checkout .lm__price-details p {
    font-size: 18px;
}

.lmg__cart .lm__checkout .price-info {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.lmg__cart .lm__checkout .price-info .total-Amount {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

.lmg__cart .lm__checkout .price-info table {
    width: 100%;
    margin-top: 1rem;
}

.lmg__cart .lm__checkout .price-info table td {
    padding: 8px 0px;
    font-weight: 500;
}

.lmg__cart .cart-main {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}

.lmg__cart .cart-main .cart-item-head {
    padding: 10px 35px;
    background-color: #1A7182;
}

.lmg__cart .cart-main .cart-item-head>* {
    color: #fff;
}

.lmg__cart .cart-main .cart-store {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.lmg__cart .cart-main .cart-store .store-img img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover;
}

.lmg__cart .cart-main .cart-store .store-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.lmg__cart .cart-main .cart-store .store-details h6 {
    margin-bottom: 3px;
    font-weight: 400;
    gap: 15px;
}
.lmg__cart .cart-main .cart-store .store-details h6 span {
    font-size: 12px;
    gap: 6px;
}
.lmg__cart .cart-main .cart-store .store-details h6 span.exceeded {
    font-size: 12px;
    background-color: #F8130EC9;
    border-radius: 2px;
    padding: 4px 9px;
    white-space: nowrap;
}
.lmg__cart .cart-main .cart-store .store-details h6 svg {
    max-width: 20px;
}

.lmg__cart .cart-main .cart-store .store-details p {
    font-size: 12px;
    font-weight: 300;
}

.lmg__cart .cart-main .cart-store .store-details p img {
    max-width: 16px;
}

.lmg__cart .cart-main .cart-store .store-details p span {
    font-weight: 400;
}

.lmg__cart .cart-main .cart-store .book-slot {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 10px;
}

.lmg__cart .cart-main .cart-store .book-slot .slot-btn {
    font-size: 13px;
    text-decoration: underline;
}

.lmg__cart .cart-main .cart-store .book-slot .select-dropdown {
    position: relative;
}

.lmg__cart .cart-main .cart-store .book-slot .select-dropdown::before {
    content: "";
    background-image: url("../img/arrow-down.png");
    width: 11px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 18px;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}

.lmg__cart .cart-main .cart-store .book-slot select {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    height: 35px;
    font-size: 12px;
    padding: 0 30px 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.lmg__cart .cart-main .cart-store .book-slot select option {
    color: #000 !important; 
    background-color: #EAEAEA !important;
    padding: 10px 2px !important;
    font-size: 14px;
}   


.lmg__cart .cart-main .cart-product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 20px;
    border-bottom: 1px solid #E2E2E2;
}

.lmg__cart .cart-main .cart-product:last-child {
    border-bottom: 1px dashed #E2E2E2;
}

.lmg__cart .cart-main .cart-product .cart-product-img {
    min-width: 70px;
    position: relative;
    padding-top: 14%;
    overflow: hidden;
}

.lmg__cart .cart-main .cart-product .cart-product-img img {
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.lmg__cart .cart-main .cart-product .cart-product-details {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
}
.lmg__cart .cart-main .cart-product .cart-product-details h5{
    font-size: 1rem;
}

.lmg__cart .cart-main .cart-product .product-spec {
    display: flex;
    align-items: center;
    gap: 40px;
    color: #5D6767;
}

.lmg__cart .cart-main .cart-product .product-spec p {
    font-size: 13px;
}

.lmg__cart .cart-main .cart-product .product-spec p:last-child {
    position: relative;
}

.lmg__cart .cart-main .cart-product .product-spec p:last-child::before {
    content: "";
    background-image: url("../img/gray-arrow.png");
    width: 12px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 5px;
    transform: translateY(-50%);
}

.lmg__cart .cart-main .cart-product .product-spec p:last-child select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 0 25px 0 5px;
}

.lmg__cart .cart-main .cart-product .product-spec p:last-child select:focus-visible {
    border: none;
    outline: none;
}

.lmg__cart .cart-main .cart-product .product-spec p:not(:last-child) {
    position: relative;
}

.lmg__cart .cart-main .cart-product .product-spec p:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #000;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.lmg__cart .cart-main .cart-product .product-spec .product-color {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 2px;
}

.lmg__cart .cart-main .cart-product .cart-product-price {
    margin-left: auto;
}

.lmg__cart .cart-main .cart-product .cart-product-price .product-final-price {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.lmg__cart .cart-main .cart-product .cart-product-price .product-final-price h5 {
    font-size: 16px;
}

.lmg__cart .cart-main .cart-product .cart-product-price .product-final-price span {
    text-decoration: line-through;
    color: #a4a4a4;
}

.lmg__cart .cart-main .cart-product .cart-product-price .product-final-price span,
.lmg__cart .cart-main .cart-product .cart-product-price .product-final-price p {
    font-size: 13px;
}

.lmg__cart .cart-main .cart-product .cart-product-price .product-actions {
    display: flex;
    gap: 20px;
}

.lmg__cart .cart-main .cart-product .cart-product-price .product-actions .heart-img {
    max-width: 15px;
}

.lmg__cart .cart-main .cart-product .cart-product-price .product-actions img {
    max-width: 12px;
}

.lmg__cart .cart-main .cart-product .cart-product-price .product-actions a {
    color: #333333;
    text-decoration: none;
    font-size: 12px;
}

.lmg__cart .cart-main .cart-product .cart-product-price .product-actions a:hover {
    color: #000;
    font-weight: 500;
}

.lmg__cart .cart-main .cart-product .cart-product-price .product-actions a:not(:last-child) {
    position: relative;
}

.lmg__cart .cart-main .cart-product .cart-product-price .product-actions a:not(:last-child)::after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #000;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.lmg__cart .cart-main .single-store-total table {
    margin-left: auto;
    width: 345px;
}

.lmg__cart .cart-main .single-store-total table .total {
    font-size: 15px;
}

.lmg__cart .cart-main .single-store-total table .discount-price {
    font-size: 13px;
}

.lmg__cart .cart-main .single-store-total table .discount {
    color: #5D6767;
    font-size: 13px;
}
.lmg__cart .single-store-total > p {
    gap: 10px;
    background-color: #F6E0E087;
    display: inline-block;
    padding: 15px 24px;
}
.lmg__cart .single-store-total > p svg{
    max-width: 20px;
}

@media (max-width: 768px) {
    .lmg__cart .cart-main .cart-item-head{
        padding: 10px 15px;
    }
}
@media (max-width: 575px) {
    .lmg__cart .cart-main .cart-store .store-details h6{
        gap: 6px;
        margin-bottom: 10px;
    }
   
    .lmg__cart .cart-main .cart-product .cart-product-img {
      padding-top: 24%;
    }
    .lmg__cart .cart-main .cart-product .cart-product-details {
      margin-left: 15px;
    }
    .lmg__cart .cart-main .cart-product .product-spec {
      gap: 30px;
    }
    .lmg__cart .cart-main .cart-product .product-spec p:not(:last-child)::after {
      right: -15px;
    }
    .lmg__cart .cart-main .single-store-total table {
      width: 300px;
      margin: 0 auto;
    }
}





/* slot css */

.season_tabs {
    position: relative;
    min-height: 300px;
    /* This part sucks */
    clear: both;
    margin: 25px 0 0;
}

.season_tab {
    float: left;
    clear: both;
    width: 286px;
}

.season_tab label {
    
    min-width: 120px;
    text-align: center;
    margin-bottom: 15px;
    padding: 5px;
    margin-left: -1px;
    vertical-align: middle;
    position: relative;
    left: 1px;
    display: table-cell;
}

.season_tab [type=radio] {
    display: none;
}

.season_content {
    position: absolute;
    top: 0;
    left: 30%;
    background: white;
    right: 0;
    bottom: 0;
    padding: 20px;
    border-left: 1px solid #ccc;
}

.season_content span {
    animation: 0.5s ease-out 0s 1 slideInFromTop;
}

.season_tab [type=radio]:checked~label {
    background: white;
    border: 1px solid #1A7182;
    z-index: 2;
}
/* .season_tab [type=radio]:checked+label {
    background: white;
    border: 1px solid #1A7182;
    z-index: 2;
} */

.season_tab [type=radio]:checked~label~.season_content {
    z-index: 1;
}

.season_tab [type=radio]:checked~label {
    border-radius: 5px;
}

.season_tab label p {
    font-size: 14px;
    color: #1A7182;
    margin-bottom: 0;
    font-weight: 600;
}

.season_tab label span {
    font-size: 12px;
}

.season_content li{
    background-color: #F9F9F9;
    display: flex;
    justify-content: space-between;
    padding: 8px 15px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    color: #5D6767;
    cursor: pointer;
}
.season_content li.active{
    border: 1px solid #1A7182;
    border-radius: 7px;
    color: #1A7182;
    font-weight: 500;
}


@media (max-width: 490px){
    .season_tabs{
        display: flex;
    }
    .season_content{
        padding: 20px 0px;
        top: 60px;
        left: 0;
        border-left: none;
    }
}







/* payment page css  */
svg{
    display: block;
}
a{
    text-decoration: none;
}
option{
    font-size: 14px;
}
.lm_payment{
    padding: 30px 0;
}
.lm_payment .lm__delivery-address{
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    overflow: hidden;
    margin-bottom: 2rem;
}
.lm_payment .address-header{
    gap: 10px;
    background-color: #1A7182;
    padding: 12px 40px;
    color: #fff;
}
.address-header svg{
    max-width: 20px;
}
.lm__delivery-address > .address-header {
    text-transform: uppercase;
}
.lm_payment .address_card {
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #EEEEEE;
    height: 100%;
    min-height: 180px;
    display: inline-block;
}
.lm_payment .address_card:focus,
.lm_payment .address_card:focus-visible
{
    border: 1px solid #1A7182;
    outline: none;
}
.lm_payment .lm_final-address {
    display: none;
}
.lm_final-address span{
    font-weight: 500;
}
.lm_final-address .address-label{
    background-color: #A4A4A4;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
}
.lm_payment .address_card .address-header{
    padding: 12px 20px;
}
.lm_payment .address_card .address-header h6{
    font-size: 14px;
    white-space: nowrap;
}
.lm_payment .address_card ul{
    padding: 15px 20px;
    margin-bottom: 0;
}
.lm_payment .address_card ul li{
    color: #787878;
    font-weight: 500;
    font-size: 12px;
}
.lm_payment .address_card ul li:not(:last-child){
    margin-bottom: 8px;
}
.lm_payment .address_card ul li span{
    color: #000;
}

.lm_payment .address-details{
    padding: 40px;
}
.lm_payment .address_cards{
    display: flex;
    margin: 0 -12px;
}
.lm_payment .address_cards > *{
    padding: 0 12px;
    margin-bottom: 24px;
}
.add-adress {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 42px);
}
.add-adress > * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    border: 2px dashed #1A7182;
}
.lm_payment .detect-location-btn svg{
    max-width: 20px;
}
.lm_payment .detect-location-btn{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 25px;
    font-weight: 500;
    color: #1A7182;
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    margin: 2rem 0;
}
.lm_payment .detect-location-btn:hover{
    color: #fff;
    background-color: #1A7182;
    border: 1px solid #1A7182;
}
.lm_payment .detect-location-btn:hover svg path{
    stroke: #fff;
}
.lm_payment .fill_address{
    display: none;
}
.lm_payment .address_form form{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    max-width: 800px;
}
.lm_payment .address_form form > *{
    padding: 0 12px;
    margin-bottom: 1rem;
}
.lm_payment .address_form label{
   font-weight: 500;
   margin-bottom: 2px;
}
.lm_payment .address_form .form-control{
   padding: 0.5rem .75rem;
}
.lm_payment input::placeholder,
.lm_payment textarea::placeholder,
.lm_payment select
{
   color: #A4A4A4;
   font-weight: 300;
   font-size: 14px;
}
.lm_payment .address-form-select {
    position: relative;
}
.lm_payment .address-form-select::before {
    content: "";
    background-image: url("../img/arrow-down-select.svg");
    width: 20px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 18px;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}
.form-check-input[type=radio]{
    border: 2px solid #000;
}
.lm_payment .continue-btn,
.lm_payment .address_form .cancel-btn{
    padding: 12px 60px;
    border: 1px solid #1A7182;
    font-weight: 500;
}
.lm_payment .continue-btn{
    background-color: #1A7182;
    color: #fff;
}
.lm_payment .continue-btn:hover{
    background-color: #0b4652;
}
.lm_payment .address_form .cancel-btn{
    color: #1A7182;
}
.lm_payment .nav-pills .nav-link.active, .lm_payment .nav-pills .show>.nav-link{
    background-color: transparent;
    color: #0b4652;
}
.payment-methods nav {
    border-right: 1px solid #D8D8D8;
}
.payment-methods nav a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.payment-methods .address-details {
    padding: 0 40px;
}
.payment-methods p {
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}
.payment-methods nav .active p {
    color: #1A7182;
}
.payment-methods span.checkbox {
    width: 20px;
    height: 20px;
    position: relative;
    border-radius: 50%;
    border: 2px solid #000;
    display: inline-block;
}
.payment-methods .active span.checkbox {
    border: 2px solid #1A7182;
}
.payment-methods .active span.checkbox::before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1A7182;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lm_payment .payment-methods nav a{
    padding: 0.6rem 0;
}
.lm_payment .payment-methods nav{
    height: 100%;
}
.lm_payment .payment-methods nav,
.lm_payment .payment-methods .tab-content{
    padding: 3rem 0;
}
.lm_payment .payment-methods .tab-content{
    padding: 3rem 1rem;
}
.lm_payment .payment-methods .tab-content .tab-pane > h4{
    color: #1A7182;
    margin-bottom: 15px;
}
.lm_payment .tab-content .pay_card{
    border: 1px solid #1A7182;
    border-radius: 5px;
    padding: 15px;
    color: #1A7182;
    min-width: 250px;
    transition: 0.4s;
}
.lm_payment .tab-content .pay_card:hover,
.lm_payment .tab-content .pay_card:focus
{
    background-color: #1A7182;
    color: #fff;
}
.lm_payment .tab-content .pay_card:hover p,
.lm_payment .tab-content .pay_card:focus p
{
    color: #fff;
}
.lm_payment .tab-content .pay_card:hover svg path,
.lm_payment .tab-content .pay_card:focus svg path
{
    fill: #fff;
}
.lm_payment .tab-content .pay_card .bank_name svg{
    max-width: 18px;
}
.lm_payment .tab-content .pay_card .bank_name p{
    font-size: 12px;
}
.lm_payment .tab-content .pay_card h6{
    font-size: 18px;
    padding: 1.5rem 0;
}
.lm_payment .tab-content .pay_card .holder_name{
    font-size: 10px;
}
.lm_payment .tab-content .pay_card .holder_name svg{
    max-width: 40px;
}
.lm_payment .tab-content .pay_card .holder_name span{
    font-weight: 600;
}
.lm_payment .tab-content .card_form{
    display: none;
    max-width: 390px;
    margin-top: 2rem;
}
.lm_payment .edit-btn{
    background-color: #1A7182;
    color: #fff;
}
.lm_payment .edit-modal .modal-header{
    background-color: #1A7182;
    color: #fff;
}
.lm_payment .edit-btn:hover{
    background-color: #09323a;
}
.lm_payment .payment_cards .add_card{
    width: 160px;
    min-height: 140px;
    border: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
}
.lm_payment .change-address-btn{
    padding: 10px 30px;
    font-size: 14px;
}
.lm_payment .payment_cards .add_card .card_icon{
    width: 32px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #1A7182;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.lm_payment .lmg_wallet p {
    color: #A4A4A4;
    font-weight: 400;
}
.lm_payment .lmg_wallet p span{
    color: #1A7182;
    font-weight: 500;
}
.form-check-input {
    background-clip: border-box;
    appearance: none;
}
.form-check-input.on:checked {
    background-color: #1a7182;
    border-color: #1a7182;
}
.lm_payment .upi .bank_icon,
.lm_payment .net_banking .bank_icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.lm_payment .net_banking select{
    min-width: 250px;
}
.lm_payment .tab-pane select,
.lm_payment .tab-pane input
{
    max-width: 250px;
}
.lm_payment .card_form input
{
    max-width: 100%;
}
.lm_payment .upi form > *{
    margin-bottom: 15px;
}
.lm_payment .cod .capcha_code p{
    background-color: #EDEDED;
    padding: 20px 40px;
    font-size: 24px;
}
.lm_payment .cod .capcha_code svg{
    max-width: 24px;
}
.lm_payment .cod .capcha_code{
    margin: 2rem 0;
}
.lm_payment .card_offers{
    margin: 1.5rem 0;
    display: none;
}
.lm_payment .card_offers svg{
    max-width: 24px;
}
.lm_payment .card_offers h6{
    gap: 7px;
    color: #1A7182;
    font-size: 14px;
    margin-bottom: 15px;
}
.lm_payment .card_offers ul li{
    gap: 7px;
    color: #1A7182;
    font-size: 12px;
    margin-top: 5px;
}
.lm_payment .lm__checkout-right{
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    overflow: hidden;
}

.lm_payment .lm__price-details{
    background-color: #1A7182;
    display: flex;
    gap: 10px;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 15px;
}
.lm_payment .lm__price-details svg{
 max-width: 20px;
}
.lm_payment .lm__price-details p{
    font-weight: 500;
}
.lm_payment .discount p{
    font-weight: 500;
}
.lm_payment .discount span{
    color: #1A7182;
    font-weight: 600;
}
.lm_payment .discount .price{
    float: right;
}
.lm_payment .discount .discount-price {
    color:  #1AAA55;
    font-weight: 500;
    text-transform: capitalize;
}
.lm_payment .discount .discount-price-span{
    color: #1AAA55;
    float: right;
    font-weight: 500;
    text-transform: capitalize;
}
.lm_payment .total-Amount p{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.lm_payment .total-Amount span{
    color: #A4A4A4;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.lm_payment .total-Amount .total-price{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    float: right;
}
.lm_payment .lm__checkout-right .pickup-amount{
    background-color: #1AAA55;
    color: #fff;
    padding: 12px 5px;
}
.lm_payment .lm__ordersummarys svg{
    max-width: 20px;
}
.lm__ordersummarys{
    background-color: #1A7182;
    border-radius: 5px 5px 0px 0px;
    padding: 10px 15px;
}
.lm__ordersummarys p{
    font-weight: 500;
}
.lm__ordersummarys .show-detail{
    text-decoration: underline;
    font-size: 12px;
}
.lm__ordersummarys-head{
    gap: 10px;
}
.lm__ordersummary-info {
    display: none;
    border-radius: 0px 0px 5px 5px;
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
}
.lm__product-main-div .product{
    background-color: #ecf4f5;
    padding: 20px;
    border-bottom:1px solid #D8D8D8 ;
}
/* .lm__product-main-div .product_inner{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
  align-items: center;
} */
.product-item-details{
    display: none;
}
.product-shop p{
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
}
.product-shop span{
    font-size: 14px;
    text-transform: capitalize;
}
/* .item-price p{
    margin-bottom: 0;
    color: #1A7182;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
} */
.item-price img{
     border-radius: 50%;
}
.total-item-Price{
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.item-info .product_top_details{
    display: flex;
    margin: 12px 0px 0;
    padding: 10px 10px;
}
.item-info:not(:last-child) {
    border-bottom: 1px solid #D8D8D8;
}
.item-des{
    padding-left: 20px;
}
.item-des p{
    font-weight: 500;
    line-height: 24px; 
    text-transform: capitalize;
}
.price-discount{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 8px;
}
.price-discount p{
    font-weight: 600;
    text-transform: capitalize;
}

.old-price{
    color: #787878;
    font-size: 14px;
    font-weight: 500;
    text-decoration-line: line-through;
    text-transform: capitalize;
}

.Price-ppercentage{
    color: #1A7182;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.price-discount .offer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-discount .offer svg{
    max-width: 16px;
}

.price-discount .offer p{
    white-space: nowrap;
    color:  #1AAA55;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0px 5px 0px 10px;
}

.dwon-up-arrow{
    cursor: pointer;
} 
.dwon-up-arrow img{
    transform: rotate(180deg);
}
.dwon-up-arrow.active img{
    transform: rotate(0deg);
}

.pickup-product-spec {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-left: 2vw;
 }

.pickup-product-spec p {
      font-size: 13px;
 }

.pickup-product-spec p:last-child {
      position: relative; 
}

.pickup-product-spec p:last-child select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        padding: 0 25px 0 5px; }
        .pickup-product-spec p:last-child select:focus-visible {
          border: none;
          outline: none;
 }


.pickup-product-spec p:not(:last-child) {
      position: relative;
      color: #5D6767;
      font-size: 13px;
 }
      
 .pickup-product-spec p:not(:last-child)::after {
        content: '';
        width: 1px;
        height: 14px;
        background-color: #D4D4D4;
        position: absolute;
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
 }
   
 .pickup-product-spec .pickup-product-color {
      display: inline-block;
      width: 10px;
      height: 10px;
      background-color: #000;
      border-radius: 2px;
 }
  
 .Shipping span{
    color: #1AAA55;
    font-size: 12px;
    font-weight: 600;
 }
.lm_payment .product-item {
    gap: 15px;
}
.lm_payment .product-shop{
    white-space: nowrap;
}















/* pickup page  */
.lm_pickup .pickup-product-spec .Shipping{
    color: #5D6767;
    font-size: 12px;
    line-height: 13px; 
 }

 .cursor-pointer{
    cursor: pointer;
  }

  .lm_pickup .navbar ul li a::after{
    content: "";
    width: 100%;
    height: 3px;
    background-color: black;

}

.lm_pickup .lm__checkout-left{
    height: 100%;
    width: auto;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
}
.lm_pickup .lm__pickorder{
    background-color: #1A7182;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 40px;
    border-radius: 10px 10px 0px 0px;
}
.lm_pickup .lm__pickorder p{
    font-size: 16px;
    font-weight: 500;
}
.lm_pickup .lm__pickorder svg{
    max-width: 20px;
}
.lm_pickup .lm__orderplace p{
    font-family: 'Inter', sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
.lm_pickup .lm__orderplace span{
    color: #1A7182;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}
.lm_pickup .captcha-code{
    background-color: #D8D8D8;
    border-radius: 5px;
    padding: 19px 41px;
}
.lm_pickup .captcha-code p{
    color: #000;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1.2px;
}
.lm_pickup .lm__orderplace input{
    border: 1px solid #D8D8D8;
    width: 65%;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.lm_pickup .place-order-btn{
    background-color: #1A7182;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.8s;
}
.lm_pickup .place-order-btn:hover{
    background-color: #0e4e5a;
}





/* media css */


@media (max-width: 992px){
    .lm_pickup .lm__pickorder{
        padding: 10px 20px;
    }
}   
@media (max-width: 767px){
    .lm_payment .payment-methods nav{
        gap: 15px;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow: auto;
        border: none;
        padding-bottom: 10px;
    }
    .payment-methods .address-details{
        padding: 0 30px;
    }
}

@media (min-width: 1200px) {
    .lm_payment-right{
        position: sticky;
        top: 30px;
    }
}
@media (min-width: 474px) {
    .lm__product-main-div .product > .item-price{
        display: none;
    }
}
@media (max-width: 575px) {
    .lm_pickup .captcha-code{
        padding: 8px 20px;
    }
    .final-address-details{
        flex-direction: column-reverse;
    }
    .lm_payment .payment_cards {
        flex-wrap: nowrap !important;
        overflow: auto;
    }
    .payment-methods .address-details{
        padding: 0 20px;
    }
    .lm_payment .continue-btn, .lm_payment .address_form .cancel-btn{
        padding: 8px 25px;
    }
    .lm_payment .address-details{
        padding: 20px;
    }
    .pickup-product-spec{
        margin-left: 4vw;
    }

    .lm__orderplace p{
        font-size: 15px;
    }
    .lm__orderplace span{
        font-size: 18px;
    }

    .captcha-code p{
        font-size: 18px;
    }

    
    .product-shop span{
        font-size: 12px;
    }

    .product-shop p{
             
        font-size: 13px;
    }

    .item-price  p{
        font-size: 13px;
    }
    .total-item-Price{
        font-size: 12px;
    }

    .dwon-up-arrow img {
        width: 18px;
    }
    .lm__product-main-div .product{
        display: flex;
        flex-direction: column;
     }
    .lm__product-main-div .product_inner .item-price{
        display: none;
     }
    .lm__product-main-div .product > .item-price{
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 10px;
        margin-top: 12px;
     }
}


@media (max-width: 345px){
    .product {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 18px 7px;
    }
    .product-item img{
        width: 45px;
    }
}

@media (max-width: 392px){

    .lm__ordersummarys p {
        font-size: 13px;
    }
    span.text-white.show-detail {
        padding-top: 4px;
    }
    .pickup-product-spec {
        gap: 24px;
    }
    .pickup-product-spec p:not(:last-child)::after{
        right: -12px;
    }
    .lm__ordersummarys p {
        width: -webkit-fill-available;
        font-size: 12px;
    }
    a.text-white.show-detail.cursor-pointer.slideToggle{
        font-size: 14px;
    }
.item-des p {
    font-size: 14px;
}
}

















.lm__product-main-div .product_inner{
    display: flex;
}
.item-price-wrapper > div {
    margin: 2px 15px;
}
.item-price > p {
    margin-bottom: 0;
    color: #1A7182;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
}
.lm__product-main-div .product{
    position: relative;
    cursor: pointer;
    padding: 20px 60px 20px 20px;
}
.dwon-up-arrow{
    position: absolute;
    top: 35px;
    right: 30px;
}
.item-price-wrapper {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}








.lmg_order-status{
    max-width: 550px;
    border-radius: 7px;
    box-shadow: 0 0 5px #a1a1a1;
    margin: 0 15px;
}
.lmg_order-status.successful .order-status-header{
    background-color: #1AAA55;
}
.lmg_order-status.failed .order-status-header{
    background-color: rgba(225, 77, 69, 1);
}
.lmg_order-status .order-status-header{
    padding: 16px 25px;
    color: #fff;
    border-radius: 7px 7px 0px 0px;
}
.lmg_order-status .order-status-header h6{
    font-weight: 500;
}
.lmg_order-status .payment-summery h4{
    font-weight: 500;
    font-size: 14px;
    color: #1a7182;
}
.lmg_order-status .payment-summery button{
    font-size: 12px;
}
.lmg_order-status .order-summery{
    max-width: 90%;
    margin: 0 auto;
}
.lmg_order-status .order-summery li{
    flex: 0 0 50%;
    max-width: 50%;
}
.lmg_order-status ul li{
    display: flex;
    font-size: 12px;
}
.lmg_order-status ul span{
    margin-left: 5px;
    color: #A4A4A4;
}
.lmg_order-status .transation-details{
    text-align: center;
}
.lmg_order-status .transation-details svg{
    max-width: 20px;
}
.lmg_order-status .transation-details span{
    font-size: 12px;
    margin-left: 5px;
}
.lmg_order-status .transation-details h3{
    font-size: 32px;
    font-weight: 500;
}
.lmg_order-status .order-status-body{
    padding: 20px 20px 0px;
}
.lmg_order-status .order-status-footer{
    background-color: rgba(26, 113, 130, 0.1);
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 0px 0px 7px 7px;
}
.lmg_order-status .order-status-footer svg{
    max-width: 85px;
}
.lmg_order-status .order-status-footer p{
    font-size: 12px;
}
.lmg_order-status .order-status-mark{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%,-50%);
}
.lmg_order-status.successful .order-status-mark{
    background-color: #1AAA55;
}
.lmg_order-status.failed .order-status-mark{
    background-color: rgba(225, 77, 69, 1);
}
@media (max-width: 767px) {
    .lmg_order-status .order-summery{
        max-width: 100%;
    }
    .lmg_order-status .order-summery li{
        flex: 0 0 100%;
        max-width: 100%;
    }
}