section {
    display: block;
    width: 100%;
}

.footer-bottom {
    display: none;
    position: relative;
    bottom: unset;
    width: 100%;
}

.content-item {
    position: relative;
    width: 100vw;
    height: auto;
}

.content-item h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
}

.content-item p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    padding-right: 15px;
    margin-bottom: 15px;
}

.footer-content {
    width: 100%;
    margin: 15px 20px;
    position: absolute;
    margin: 15px auto;
    padding: 40px 20px;
    border-radius: 0;
    background-color: #FFFFFF;
}

.footer-content img {
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer-content .item-footer a,
.footer-content .item-footer a:active,
.footer-content .item-footer a:focus {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #1A1D24;
    text-decoration: none;
    margin-bottom: 5px;
}

.footer-content .item-contact,
.footer-content .item-share {
    margin-top: 15px;
    margin-bottom: 15px;
    border-left: 2px solid #000000;
    padding-left: 10px;
}

.footer-content .item-share a,
.footer-content .item-share a:active,
.footer-content .item-share a:focus {
    font-size: 14px;
    line-height: 18px;
    margin-left: 5px;
    margin-bottom: 0px;
}

.footer-content .item-share a:nth-child(1) {
    margin-left: 0px;
}

.footer-content .item-share .item-download h4 {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    color: #1A1D24;
    margin-bottom: 0px;
}

.footer-content .item-share .item-download .btn-gp,
.footer-content .item-share .item-download .btn-apple {
    background: #1A1D24;
    border-radius: 12px;
    padding: 5px 10px;
    margin-top: 8px;
}

.footer-content .item-share .item-download .btn-gp i {
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: -4px;
}

.footer-content .item-share .item-download .btn-apple i {
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 0;
}

.footer-content .item-share .item-download .btn-gp p,
.footer-content .item-share .item-download .btn-apple p {
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.footer-content .item-share .item-download .btn-apple span,
.footer-content .item-share .item-download .btn-gp span {
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 11px;
    color: #FFFFFF;
    text-align: left;
}

.footer-content .item-share .item-download span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    margin-top: 2px;
    display: block;
}

.no-login {
    height: 60vh;
    width: 100vw;
}

.member-wrapper {
    /* height: 350px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.member-card {
    background-color: #c82a2a;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
    align-content: space-between;
}

.membertitle-card {
    background-color: #bc5b5b;
    width: 130px;
    border-radius: 12px 0 12px 0px;
    padding: 16px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 5px;
}

.member-name {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 5px;
}

.memberpoint-card {
    width: max-content;
    background-color: #bc5b5b;
    border-radius: 12px;
    padding: 4px 16px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 5px;
}

.merchandise-card {
    background-color: #ffffff;
    width: 100%;
    border-radius: 8px;
    padding: 8px 16px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #c82a2a;
    margin-bottom: 5px;
}

.card-logo {
    width: 100%;
    position: absolute;
    top: 1rem;
    right: 2rem;
}

.non-member {
    align-items: center;
    align-content: center;
    text-align: center;
    background-color: #d98b8b;
}


#tablelist_wrapper {
    min-height: 250px;
}

#tablelist {
    margin-bottom: 20px;
}

#tablelist thead tr {
    border-bottom: 1px solid #FFFFFF;
}

#tablelist thead tr th {
    border: unset;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

#tablelist tbody tr {
    background: transparent;
}

#tablelist tbody tr td {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    border: unset;
}

.dataTables_info {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #FFFFFF !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-style: normal;
    font-weight: 400;
    color: #FFFFFF !important;
    padding: 0em 0.6em;
    background: transparent !important;
    letter-spacing: 0.5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:focus {
    color: #c2c2c2 !important;
    font-weight: 400;
    cursor: no-drop;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    font-style: normal;
    font-weight: 800;
    color: #FFFFFF !important;
    padding: 0em 0.6em;
    background: transparent !important;
    letter-spacing: 0.5px;
    border: unset;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
    font-weight: 800;
    color: #FFFFFF !important;
    padding: 0em 0.6em;
    background: transparent !important;
    letter-spacing: 0.5px;
    border: unset;
}

@media (min-width: 992px) {

    .dataTables_info {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    #tablelist_paginate {
        position: absolute;
        bottom: -7px;
        right: 0;
    }
}

@media (max-width: 1199px) {
    .position-1 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 1;
        margin-bottom: 15px;
        margin-left: auto;
    }

    .position-2 ul.navtabs::-webkit-scrollbar {
        display: block;
        width: 5px;
    }

    .position-2 ul.navtabs {
        overflow-x: scroll !important;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        margin-bottom: -15px;
    }

    .position-2 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
}

@media (max-width: 991px) {
    .position-2 ul.navtabs {
        width: calc(100vw - 30px);
    }

    .position-1 {
        margin-left: 0;
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 576px) {

    #table-responsive {
        overflow-x: auto;
    }

    #tablelist {
        border-collapse: collapse;
        border-spacing: 0;
    }
}


.product-grid{
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    border-radius: 10px;
  }
  .product-grid .product-image{
    overflow: hidden;
    position: relative;
  }
  .product-grid .product-image a.image{ display: block; }
  .product-grid .product-image img{
    width: 100%;
    height: auto;
  }
  .product-grid .product-image .pic-1{ transition: all 0.3s ease 0s; }
  .product-grid .product-image .pic-2{
    width: 100%;
    height: 100%;
    transform: translateX(-101%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .product-grid .product-image:hover .pic-2{ transform: translateX(0); }
  .product-grid .product-sale-label{
    color: #fff;
    background: var(--bs-hover);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 8px;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .product-grid .product-like-icon{
    color: #696969;
    font-size: 22px;
    line-height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .product-grid .product-like-icon:hover{ color: var(--bs-hover); }
  .product-grid .product-like-icon:before,
  .product-grid .product-like-icon:after{
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 18px;
    padding: 7px 7px 5px;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 15px;
    transition: all 0.3s ease 0s;
  }
  .product-grid .product-like-icon:after{
    content: '';
    height: 15px;
    width: 15px;
    padding: 0;
    transform: translateX(-50%) rotate(45deg);
    right: auto;
    left: 50%;
    top: 15px;
    z-index: -1;
  }
  .product-grid .product-like-icon:hover:before,
  .product-grid .product-like-icon:hover:after{
    visibility: visible;
    top: 30px;
  }
  .product-grid .product-links{
    width: 170px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    bottom: -50px;
    left: 50%;
    transition: all 0.3s ease 0s;
  }
  .product-grid:hover .product-links{
    bottom: 40px;
    opacity: 1;
  }
  .product-grid .product-links li{
    display: inline-block;
    margin: 0 2px;
  }
  .product-grid .product-links li a{
    color: #fff;
    background: #C82A2A;
    font-size: 16px;
    line-height: 48px;
    padding: 0px 20px;
    display: block;
    transition: all 0.3s ease 0s;
  }
  .product-grid:hover .product-links li a:hover{ background: #333; }
  .product-grid .product-content{
    text-align: left;
    padding: 15px 8px 8px 8px;
  }
  .product-grid .title{
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 8px;
  }
  .product-grid .title a{
    color: #333;
    transition: all 0.3s ease 0s;
    text-decoration:none;
    font-weight:600;
    font-size:18px;
  }
  .product-grid .price{
    color: var(--bs-hover);
    font-size: 16px;
    font-weight: 500;
  }
  .product-grid .price span{
    color: #555;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    margin: 0 5px 0 0;
  }
  @media screen and (max-width: 990px){
    .product-grid{ margin: 0 0 30px; }
  }

  .process-btn {
    background-color: #ffffff;
    width: 100%;
    border-radius: 8px;
    padding: 8px 16px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #c82a2a;
    margin-bottom: 5px;
    float: left;
}