
.mob-close {
    background-image: unset !important;
    font-size: unset !important;
}

.desc_info_mob {
    padding: 15px;
    background-color: #f3f3f3;
}

.mobile-burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;

    & span {
        font-size: 9px;
        line-height: 3px;
    }

    @media screen and (min-width: 900px) {
        display: none;
    }
}

.wrapper-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    rotate: 90deg;
    background-color: #ccc9c9;
    border-radius: 14px;
}

.active {
    display: block !important;
}

.tabcontent.active {
    width: 100%;
    height: 100%;
    padding: 0;

    & p {
        padding: 15px;
    }
}

.links-mob {
    background-color: #fff;
}

.tab.tab-mob {
    width: 100%;
    height: 100%;
    overflow: unset;

    & button {
        padding: 5px;
    }

    & div {
        padding: 10px;
        border-bottom: 1px solid #eaeaea;
    }
}

.mobm-main {
    height: 95%;
}

.mobm-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.mobile-footer {
    display: none;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px -2px 2px;
    padding: 15px 0px 13px;

    @media screen and (max-width: 500px) {
        display: flex;
    }
}


 @media screen and (max-width: 500px) {

footer {
    padding-bottom: 80px;
}
    
 }


.mob-footer-title {
    font-size: 10px;
}

.mobile-search-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    transform: translate(100%);
    transition: 0.2s;
}

.header-search-pannel-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.mob-close-menu {
    border: 1px solid #000;
    border-radius: 8px;
    padding: 6px 11px;
    cursor: pointer;
    position: fixed;
    right: 0;
    background-color: #f7f8fb;
    font-size: 22px !important;
    color: #000;
}

.title-price {
    display: flex;
    align-items: center;

    @media screen and (max-width: 400px) {
        width: 200px;
    }
}
@media (max-width: 767px) {
  .widgets {
    display: none !important;
  }
}#call_grad {
  background: linear-gradient(270deg, #ff0000, #ff5e5e, #ff0000);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
