.custom-breadcrumbs {
    max-width: 90%;
}

.t-store__prod-popup__close-txt-wr {
    left: 0px !important;
    z-index: 999;
    background-color: #fff !important;
    padding: 0px 12px !important;
}

@media screen and (max-width: 560px) {
    .t-store .t-popup_show .t-popup__container.t-popup__container-static {
        margin: 120px 0 130px !important;
        max-width: 100%;
        min-height: 100vh;
        top: 0;
    }
}

@media screen and (max-width: 560px) {
    .t-store__prod-popup__close-txt-wr {
         display: block !important; 
    }
}

@media screen and (max-width: 560px) {
   .t-store__prod-popup__close-txt-wr {
        left: 0px !important;
        position: fixed;
        top: 45px !important;
        z-index: 999;
    }
}

@media screen and (max-width: 560px) {
   .custom-breadcrumbs {
       font-size: 14px !important;
   }
}

@media screen and (max-width: 560px) {
    .t-store__prod-snippet__container {
        padding-bottom: 60px;
        padding-top: 120px !important;
    }
}

