.shop_table {
    border-collapse: collapse;
    border-radius: 0;
    border: 1px solid #e1e2ef;
    margin: 0 -1px 24px 0;
    width: 100%;
    font-size: 80%;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.shop_table thead {
    border-bottom: 1px solid #e1e2ef;
}

table tr {
    position: relative;
}

.shop_table thead tr th {
    font-size: 16px;
    text-transform: capitalize;
    color: #10143e;
    border: none;
    padding: 10px 20px;
    font-weight: 400;
}

.shop_table td {
    padding: 20px 20px;
}

.shop_table tr td * {
    font-size: 16px;
    text-decoration: none;
    text-align: center;
}

.shop_table .product-remove a {
    font-size: 20px;
    color: #10143e;
}

.shop_table .product-thumbnail a {
    display: block;
    border: none;
    max-width: 150px;

}


@media(max-width:767px) {
    .shop_table {
        display: none;
    }
}

.shop_table .product-name a {
    font-weight: 500;
    color: #10143e
}

.shop_table .in-stock {
    color: #297e29 !important;
}

.shop_table .view-btn-wrap {
    display: flex;
    gap: 5px;
}

.shop_table .button-view {
    height: auto;
    position: relative;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #e1e2ef;
    color: #3c3f5f;
    padding: 9px 25px !important;
}

.shop_table .tooltip {
    position: absolute;
    right: 100%;
    font-size: 14px;
    color: #fff;
    padding: 0 12px;
    font-weight: 400;
    transition: .25s ease all;
    opacity: 0;
    visibility: hidden;
    background-color: #10143e;
    height: 30px;
    line-height: 30px;
    border-right: 30px;
    border-radius: 3px;
    display: inline-block;
    white-space: nowrap;
}

.shop_table .add-to-cart {
    background: #1d2cca;
    padding: 9px 25px !important;
    display: flex !important;
    line-height: 1 !important;
    margin: 0 !important;
    align-items: center;
    height: unset;
    color: #fff;
}

.wishlist-title {
    font-size: 40px;
    font-weight: 700;
}

.shop_table_mobile li {
    width: 100%;
    max-width: 300px;
    margin: auto;
    position: relative;
}

.shop_table_mobile .item-wrapper {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 7px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shop_table_mobile .item-wrapper .product-thumbnail {
    display: block;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1.25rem;
}



.item-wrapper .item-details {
    width: 100%;
}

.shop_table_mobile .item-wrapper .item-details {
    display: inline-block;
    width: calc(100% - 80px);
    vertical-align: top;
}

.shop_table_mobile li .product-remove i {
    position: absolute;
    top: .5rem;
    right: .5rem;
    height: 30px;
    width: 30px;
    border: 1px solid #f02f2f;
    border-radius: 100%;
    color: #f02f2f;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.75rem;
}

.shop_table_mobile h3 a {
    font-size: 32px;
    text-decoration: none;
    font-weight: 600;
    color: #10143e;
    line-height: 1.3;
}

.shop_table_mobile {
    margin: 0;
    padding: 0 !important;
}

.shop_table_mobile .label {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: -2px;
    display: inline-block;
}

.shop_table_mobile span {
    font-size: 12px;
    margin-top: -3px;
    display: inline-block;
}

.shop_table_mobile .button-view {
    height: auto;
    position: relative;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #e1e2ef;
    color: #3c3f5f;
    padding: 9px 25px !important;
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop_table_mobile .button-view i {
    font-size: 22px;

}

.shop_table_mobile .add-to-cart {
    height: auto;
    position: relative;
    background: #1d2cca;
    border: 1px solid #e1e2ef;
    color: #fff;
    padding: 9px 25px !important;
    /* margin-top: 20px; */
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}


.notice-banner{
    background-color: #f4fff7;
    align-items: stretch;
    border: 1px solid #4ab866;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 16px 0;
    padding: 16px !important;
}
.notice-banner svg{
    background-color: #4ab866;
    fill: #fff;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    padding: 2px;
}
.table-empty{
    width: 100%;
    margin: 100px 0;
    text-align: center;
    font-size: 17px;
    
}
.frame-wishlist{
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    position: relative;
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0.50) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.frame-wishlist-mobile{
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    position: relative;
    background: linear-gradient(-180deg, rgba(255, 255, 255, 0.50) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.frame-wishlist-mobile img{
    width: 100%;
    max-height: 100%;
    height: auto;
}
.frame-main {
    display: inline-block;
    position: relative;
  
    box-sizing: border-box;
    height: 100%;
  }
  
  .main-frame-img{
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    box-sizing: border-box;
    position: relative;
    box-shadow: 
    rgba(0, 0, 0, 0.4) 2px 2px 4px,       /* Shadow on the bottom-right */
    rgba(0, 0, 0, 0.3) 7px 7px 13px -3px, /* Larger shadow on the bottom-right */
    rgba(0, 0, 0, 0.4) -2px 2px 4px,      /* Shadow on the bottom-left */
    rgba(0, 0, 0, 0.2) 0px -3px 0px inset; /* Inset shadow */
  
    z-index: 0;
  }
  
  .glass-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000000000;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  
  .glass-overlay img{
    width: 100%;
    object-fit: cover;
    height: 100%;
  }