section.store-section .store-sidebar .store-logo {
    width: 208px;
    height: 208px;
    background: #121821;
    border-radius: 100%;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.store-section .store-sidebar .store-logo img{
    width: 100%;
}
section.store-section .store-sidebar .store-logo a{
    display: block;
}
.store-side-info p{
    font-weight: bold;
    margin-bottom: 0;
}
.store-side-info{
    padding-top:16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}
.store-offers {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}
.store-offers h5{
    margin-bottom: 15px;
}
.store-offers li{
    list-style: initial;
    margin-bottom: 10px;
}
.store-offers ul{
    padding-left: 20px;
    margin-bottom: 20px;
}
.offers-price .price-offer-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.offers-price .price-offer-list p{
    margin-bottom: 0;
}
.store-sidebar h5{
    margin-bottom: 15px;
}
.store-abt {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    border-radius: .75rem;
    padding: 14px;
}
.store-abt h5{
    font-size:18px;
    margin-bottom: 15px;
}
.store-abt img{
    width:56px;
    height: 56px;
    border-radius: 100%;
    min-width: 56px;
}
.store-abt h4{
        color: var(--heading-color);
    font-size: 18px;
    margin-bottom: 5px;
}
.store-abt .store-owner {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px;
}
.store-abt .store-owner p{
    margin-bottom: 0;
}
.store-abt .abt-detail a{
    text-decoration: underline;
    font-size: 15px;
}
.store-features {
    padding-top: 20px;
    padding-bottom: 0;
    border-bottom: 0px solid #e5e7eb;
    border-top: 1px solid #e5e7eb;
}
.store-features img{
    width:100%;
}
.store-features .feature-list h5{
    margin-top: 15px;
    margin-bottom: 12px;
    font-size: 18px;
}
.store-features .feature-list a{
    color: var(--heading-color);
}
.store-features .features-author p{
font-weight: bold;
margin-bottom: 0;
font-size: 13px;
}
.store-features .feature-list{
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 20px;
}
.trust-us {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 20px;
    padding-top: 20px;
}
.trust-us  a{
    text-decoration: underline;
    font-size: 15px;
}
.abt-store{
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 20px;
    padding-top: 20px;
}
.rating-store svg{
    color: #ffd638;
    font-size: 16px;
}
.rating-store {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.rating-store p{
    font-weight: bold;
    margin-bottom: 0;
}
.rating-store span{
    font-size: 14px;
}
.rating-number {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    margin-bottom: 10px;
}
.rating-addr{
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
}
.delivery-policy, .refund-policy, .similar-stores{
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 20px;
    padding-top: 20px;
}
.delivery-policy p, .refund-policy p{
    margin-bottom: 0;
}
.similar-stores:last-child{
     border-bottom: 0px solid #e5e7eb;
}
.similar-stores li a{
    font-weight: 700;
}
.similar-stores li{
    margin-bottom: 8px;
}
.similar-stores a.btn-link{
font-weight: bold;
font-size: 15px;
}
.store-side-info p a{
    text-decoration: underline;
}
.store-information h1{
    font-size: 36px;
    margin-bottom: 10px;
}
.store-information {
    margin-bottom: 30px;
}
.store-list {
    border: 1px solid #e5e7eb;
    padding: 12px 24px;
    margin-bottom: 16px;
        border-radius: .5rem;
    min-height: 75px;
}
.store-offer p{
    font-size:30px;
    color:var(--secondary-color);
    font-weight: 900;
    margin-bottom: 0;
    text-align:center;
    text-transform: uppercase;
    line-height: 1.1;
    display: inline-block;
}
.store-offer p.upto{
    font-size:24px;
    /* display: inline-block; */
}
.store-offer {
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.store-btn {
    width: 200px;
}
.store-btn .main-btn{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    border: 0px solid;
}
.store-btn .main-btn::after{
    content:"";
    background-color: rgba(229, 231, 235, .3);
    border-radius: 9999px;
        transform: translate(0, 0) rotate(45deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
        width: 3rem;
        height: 3rem;
        top: -1rem;
        right: -1rem;
        position: absolute;
}
.store-btn .main-btn::before{
     content:"";
     position: absolute;
     background-color: #d1d5db;
     transform: translate(0, 0) rotate(45deg) skewX(0) skewY(0) scaleX(1) scaleY(1);
        width: 3rem;
        height: 2rem;
        z-index: 3;
        top: -.75rem;
        right: -1.25rem;
        border-radius: 9999px;
}
.store-list-upper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    align-items: center;
}
.store-list-upper .store-middle {
    width: 60%;
}
.store-list-upper a{
    position: absolute;
    width:100%;
    height: 100%;
    left:0;
    top:0;
}
.store-list-upper .store-middle span.code {
    background: #e5e7eb;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding: 0 4px;
        border-radius: 4px;
        display: inline-block;
    margin-bottom: 8px;
}
.store-list-upper .store-middle h3{
    margin-bottom: 5px;
}
.store-list-upper .validated span{
background: #f3f4f6;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding: 0 4px;
        border-radius: 4px;
        display: inline-block;
}
.store-list-upper .validated span{
    background:rgba(210, 138, 255, .2);
}
.store-list-bottom {
    margin-top: 12px;
    padding-top: 8px;
    border-top: 1px solid #e5e7eb;
}
.store-list-bottom a{
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-align: right;
    display: block;
    /* margin-left: auto; */
}
.store-list-bottom p{
    margin-bottom: 0;
}
.store-list-bottom .hide-details{
    display:none;
}
.store-list-infos{
    display:none;
}
.store-expired {
    padding-top: 50px;
}
.store-expired .store-offer p{
    color: rgba(0,0,0,.75);
}
.store-expired .store-list-upper .validated span{
    background: #e5e7eb;
}
.store-discount-info {
    margin-top: 50px;
}
table {
    width: 100%;
}
table th{
    padding: 12px 24px;
    background: #F9FAFB;
}
table td{
    padding: 16px 24px;
    border-bottom: 1px solid #e5e7eb;
}
.store-overview {
    padding-top: 50px;
}
.store-overview h4{
    margin-bottom: 10px;
    color: var(--heading-color);
}
.overview-infos {
    margin-top: 50px;
}
.overview-infos h4{
     margin-bottom: 10px;
    color: var(--heading-color);
}
.overview-infos li{
    list-style: initial;
    margin-bottom: 10px;
}
.overview-infos ul{
    list-style: disc;
    padding-left: 20px;
}
.product-faq {
    margin-top: 50px;
}
.product-faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.product-faq .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.product-faq .accordion-button::after {
  transition: all 0.5s;
    width: 30px;
    height: 30px;
    background-size: 2rem;
}
.product-faq .accordion-button{
    padding: 0;
    border-radius: 0;
    font-size: 17px;
    font-weight: 700;
    color: var(--heading-color);
}
.product-faq .accordion-item{
background: transparent;
    border: 0px solid;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.product-faq .head-sec{
    margin-bottom: 40px;
}
.product-faq  .accordion-button:not(.collapsed){
background: transparent;
box-shadow: 0 0 0;
}
.product-faq .accordion-body{
padding:0;
padding-top: 30px;
}
.product-faq h2{
    margin-bottom: 40px;
}
.product-faq h2.accordion-header{
margin-bottom: 0px;
}
.vision-info{
 position:relative;
 padding-right: 12px;
 display: flex;
 align-items: center;
 gap: 10px;
}
.vision-info p, .verified-info p{
    margin-bottom:0;
    
}
.verified-info{
     display: flex;
 align-items: center;
 gap: 10px;
}
.vision-info::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: grey;
}
.store-upper-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}