  .t-submit {
  transition: all 0.2s;
 }
 .t-submit:hover {
  background: #D95F1C !important;
 }
 
 .t-popup__container, .t706__cartwin-content {
  border-radius: 10px;
}

 @media (min-width: 320px) and (max-width: 480px) {
     .t702 .t-popup__block-close {background: #3b3b3b;}
 }