.faq-area .btn{
    color:#000;
    background-color: transparent;
    box-shadow: none;
}
.card-header{
    background-color: transparent;
}
.shop-details-quantity > a{
    background-color: #50b1f9!important;
    border:none;
}
.shop-details-quantity > a:hover{
    background-color: #f1c40f!important;
    border:none;
}


.wsk-float {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 9999999999999;
}

.wsk-float a, .wsk-float a img {
    display: block;
}

.pulse-button {
    position: relative;
    width: 70px;
    height: 70px;
    border: none;
    box-shadow: 0 0 0 0 rgba(41, 167, 26, .7);
    border-radius: 50%;
    background-color: #29a71a;
    background-image:url("../img/wpicon.png");
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.faq-area .btn{
    white-space: wrap;
}

@media (max-width: 991.98px){
    .menu-area {
        padding: 0px 0;
    }
    .logo img {
        max-width: 200px;
        text-align: left;
    }
}

@media (max-width: 768px){
    h1 {
        font-size: 31px;

    }
    .shop-content .title {

        font-size: 20px;

    }
    .shop-bottom .price {

        font-size: 20px;

    }
    .shop-content .shop-discount > .discount-off {
        font-size: 18px;

    }
    .shop-bottom .add a {

        font-size: 18px;

    }
}
@media (max-width: 500px){
    .shop-bottom .price {
        font-size: 18px;
    }
    .shop-content .title {
        font-size: 18px;
    }
    .shop-bottom .add a {
        font-size: 17px;
    }
    .shop-content .shop-discount {
        font-size: 19px;
    }
    .shop-thumb img{
        max-width: 50vw;
    }
    .shop-thumb{
        text-align: center;
    }
    .header-top-right-text ul {
        flex-direction: column;
    }
    .header-top-right-text ul li {
        margin:10px 0;
    }
    .faq-area .btn{
        padding: 18px 1px;
    }
    .mobie-destroy{
    display:none;
}
.header-top-right-text ul li a {

    font-size: 14px;

}
}


