.link-block > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fir-line .hov1 {
    width: 35%;
}
.link-block a {
    display: flex;
    padding: 70px 30px;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-family: 'Tahoma';
    color: #fff;
    font-size: 30px;
    box-sizing: border-box;
    border-radius: 20px;
    transition: 0.3s;
}
.js-store-prod-all-text a {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #5FC41E;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}
.fir-line .hov2 {
    width: 63%;
}
.sec-line {
    margin-top: 25px;
}
.sec-line > div:first-child {
    width: 63%;
    min-height: 100%;
}
 .js-store-prod-all-text {
    font-size: 18px;
}
.t-store__prod-popup__btn-wrapper {
    display: none;
}
.sec-line > div:last-child {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.link-block .hov1:hover {
    background: #54AF39;
    transition: 0.3s;
}

.link-block .hov1 {
    border: 5px solid #54AF39;
}
.link-block .hov2:hover {
    background: #10AE5B;
    transition: 0.3s;
}

.link-block .hov2 {
    border: 5px solid #10AE5B;
}
.link-block .hov3 {
    border: 5px solid #7030A0;
}
.link-block .hov3:hover {
    background: #7030A0;
    transition: 0.3s;
}
.link-block .hov4:hover {
    background: #52B5EC;
    transition: 0.3s;
}

.link-block .hov4 {
    border: 5px solid #52B5EC;
}
.link-block .hov5:hover {
    background: #FCCC3B;
    transition: 0.3s;
}
.t-product__option-item_active .t-product__option-checkmark {
    border: 1px solid #5FC41E !important;
}
.link-block .hov5 {
    border: 5px solid #FCCC3B;
}
.uc-custom .t-card__col {
    min-height: 250px !important;
}
.uc-custom .t-card__col .t-bgimg {
    background-size: contain;
}
.uc-custom .t688__textwrapper-featured {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10px !important;
    bottom: auto;
    right: auto;
    width: 100%;
}
.t-product__option-item .t-product__option-checkmark:before, .t-product__option-item .t-product__option-checkmark:after, .t-product__option-item span {
    display: none !important;
}
label.t-product__option-item {
    padding-left: 0 !important;
        width: auto !important;
}
form.t-product__option-variants {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}
@media screen and (max-width:960px){
.fir-line .hov1 {
    width: 100%;
    margin-bottom: 25px;
}
.fir-line .hov2 {
    width: 100%;
}
.sec-line > div:first-child {
    width: 100%;
    margin-bottom: 25px;
}
.link-block a{text-align:center;}
.sec-line > div:last-child {
    width: 100%;
}
}