/* - - - - - - - */
/*  Свои стили   */
/* - - - - - - - */

.flag {
    height: 10px;
    border-radius: 2px;
    margin: 0 10px 0 20px;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
}

/* - - - - - - - */
/*  Стили Tilda  */
/* - - - - - - - */

/*Убрать пробел перед знаком валюты*/
/*.t-store__card__price-value + .t-store__card__price-currency::before, .t-store__prod-popup__price-value + .t-store__prod-popup__price-currency::before {content: '';}*/

/*Корзина*/
.t706__cartwin-content {
    border-radius: 20px;
}
@media screen and (max-width: 960px) {
    .t706__carticon {
        right: 10px !important;
    }
}

/*Попап*/
.t-popup__container {
    border-radius: 20px;
}
.t-form__successbox,
.t-form__errorbox-wrapper {
    border-radius: 15px;
}